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

Source for file header.php

Documentation is available at header.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. ?>
  11. <head>
  12. <base href="<?php echo SITE_CITY_URL?>" />
  13. <meta http-equiv="content-type" content="text/html;charset=<?php echo CHARSET?>" />
  14. <meta http-equiv="content-langage" content="<?php echo LANGUAGE?>" />
  15. <meta name="robots" content="index, follow" />
  16. <link rel="icon" type="image/gif" href="<?php echo THEME_PUBLIC_PATH?>images/favicon.gif" />
  17. <?php 
  18. themeInclude('../lib/css_style.php');
  19. echo StyleIt();
  20. ?>
  21. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/public_print.css" media="print" />
  22. <link rel="alternate" type="application/rss+xml" title="RSS2" href="rss2.php" />
  23. <?php distInclude(THEME_PUBLIC_PATH.'meta_data.php'THEME_PUBLIC_DIST)?>
  24. <script type="text/javascript" src="../lib/js/jquery.min.js"></script>
  25. <?php
  26. ?>
  27. <script type="text/javascript" src="../lib/js/functions.js"></script>
  28. <title>##TITLE##</title>
  29. </head>

Documentation generated on Fri, 16 Oct 2009 09:33:27 +0200 by phpDocumentor 1.4.1