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="'.LANGUAGE.'"?>'.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"
  14.     xml:lang="<?php echo LANGUAGE?>">
  15. <?php distInclude(THEME_PUBLIC_PATH.'header.php'THEME_PUBLIC_DIST)?>
  16. <body>
  17. <div id="header">
  18. <img    src="<?php echo THEME_PUBLIC_PATH?>images/logo.png" alt="<?php echo (SITE_CITY_NAME)?>" />
  19. <h1><?php echo (SITE_CITY_NAME)?></h1>
  20. </div>
  21. <!-- End Header -->
  22.  
  23. <div id="menu">
  24. <?php distInclude(THEME_PUBLIC_PATH.'menu.php'THEME_PUBLIC_DIST)?>
  25. </div>
  26. <!-- End Menu -->
  27.  
  28. <div id="content">
  29. <div id="main">
  30. <div id="main_tools"><a href="javascript:self.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">
  39. <?php distInclude(THEME_PUBLIC_PATH.'sidebar.php'THEME_PUBLIC_DIST)?>
  40. </div>
  41. <!-- End Sidebar -->
  42.  
  43. </div>
  44. <!-- End Content -->
  45.  
  46. <!-- Footer -->
  47. <div id="footer">
  48. <?php    DisplayFooterleft()?>
  49. <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>
  50. <a href="../admin/index.php" title="interface d'administration"><?php echo _t('header','title');?></a>
  51. </div>
  52. <!-- End Footer -->
  53.  
  54. </body>
  55. </html>

Documentation generated on Fri, 16 Oct 2009 09:34:10 +0200 by phpDocumentor 1.4.1