linea21-templates
[ class tree: linea21-templates ] [ index: linea21-templates ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3.  * @package linea21.templates
  4.  * @subpackage public
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10. echo '<?xml version="1.0" encoding="'.CHARSET.'" xml:lang="'.U_L.'"?>'.END_LINE;
  11. ?>
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo U_L?>">
  14. <?php distInclude(THEME_PUBLIC_PATH.'header.php'THEME_PUBLIC_DIST)?>
  15. <body>
  16. <?php culture::getInstance()->renderSwitcher()?>
  17. <div id="header"><img
  18.     src="<?php echo THEME_PUBLIC_PATH?>images/logo.png"
  19.     alt="<?php echo (SITE_NAME)?>" />
  20. <h1><?php echo (SITE_NAME)?></h1>
  21. </div>
  22. <!-- End Header -->
  23.  
  24. <div id="menu"><?php distInclude(THEME_PUBLIC_PATH.'menu.php'THEME_PUBLIC_DIST)?>
  25. </div>
  26. <!-- End Menu -->
  27.  
  28. <div id="content">
  29. <div id="main">##BREADCRUMB##
  30. <div id="main_tools"><a href="javascript:self.print();" class="print"
  31.     title="<?php echo _t('divers','print')?>"><?php echo _t('divers','print')?></a>
  32. </div>
  33. <?     DisplayTemplate();?>
  34. <hr class="spacer" />
  35. </div>
  36. <!-- End Main -->
  37.  
  38. <div id="sidebar"><?php distInclude(THEME_PUBLIC_PATH.'sidebar.php'THEME_PUBLIC_DIST)?>
  39. </div>
  40. <!-- End Sidebar --></div>
  41. <!-- End Content -->
  42.  
  43. <!-- Footer -->
  44. <div id="footer"><?php    DisplayFooterleft()?>
  45. <p>Linea21 (v <?php echo LINEA_VERSION?>), <?php printf(_t('divers','licence','<a href="http://opensource.org/licenses/gpl-3.0.html" title="GNU GPL v3" class="out">GNU GPL v3</a>')?></p>
  46. <a href="../admin/index.php" title="<?php echo _t('header','title');?>"><?php echo _t('header','title');?></a>
  47. </div>
  48. <!-- End Footer -->
  49. <?php AddDynamicFooter()?>
  50. <?php if(isset($Dbg)) $Dbg->display()?>
  51. </body>
  52. </html>

Documentation generated on Fri, 01 Apr 2011 09:31:35 +0200 by phpDocumentor 1.4.1