Source for file page.phtml

Documentation is available at page.phtml

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <!-- Powered by LIMB | http://www.limb-project.com/ -->
  3. <!-- Designed by BIT | http://www.bit-creative.com/ -->
  4. <html>
  5. <head>
  6.   <title>Панель управления</title>
  7.   <meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
  8.  
  9.   {{include file='_cms/styles.phtml'/}}
  10.   {{include file='_cms/js.phtml'/}}
  11. </head>
  12. <body>
  13. <div id="wrapper">
  14.  
  15.   <div id='admin_panel'>
  16.     <img src="/shared/cms/images/limb_admin.gif"  width='94' height='25' alt='LIMB' id='logo_project'/>
  17.     {{include file='_cms/user_data.phtml'/}}
  18.   </div>
  19.  
  20.   <div id='container'>
  21.     <div id="content">
  22.       {{slot id='content_zone'/}}
  23.     </div>
  24.   </div>
  25.  
  26.   <div id='sidebar'>
  27.     {{include file='_cms/menu.phtml'/}}
  28.   </div>
  29.  
  30. </div>
  31.  
  32. </body>
  33. </html>

Documentation generated on Tue, 06 Jan 2009 03:54:13 +0300 by phpDocumentor 1.3.2