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

Source for file header.php

Documentation is available at header.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  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="../gfx/<?php echo THEME_ADMIN?>/images/admin/favicon.gif" />
  17. <?php 
  18. include_once('../lib/css_style.php');
  19. echo StyleIt();
  20. ?>
  21. <link rel="stylesheet" type="text/css" href="../gfx/<?php echo THEME_PUBLIC?>/css/public_print.css" media="print" />
  22. <link rel="alternate stylesheet" type="application/rss+xml" title="RSS2" href="rss2.php" />
  23. <link rel="alternate stylesheet" type="application/rss+xml" title="RSS" href="rss.php" />
  24. <?php distInclude('../public/meta_data.php')?>
  25. <script type="text/javascript" src="../lib/js/jquery-1.2.6.min.js"></script>
  26. <?php
  27. ?>
  28. <script type="text/javascript" src="../lib/js/functions.js"></script>
  29. <title>##TITLE##</title>
  30. </head>

Documentation generated on Sat, 08 Nov 2008 14:52:28 +0100 by phpDocumentor 1.4.1