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 CURRENT_APP_URL?>" />
  13. <meta http-equiv="content-type" content="text/html;charset=<?php echo CHARSET?>" />
  14. <meta http-equiv="content-langage" content="<?php echo U_L?>" />
  15. <meta name="robots" content="index, follow" />
  16. <link rel="icon" type="image/gif" href="<?php echo THEME_PUBLIC_PATH?>images/favicon.gif" />
  17. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/reset.css" media="screen" />
  18. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/style.css" media="screen" />
  19. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/button.css" media="all" />
  20. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/print.css" media="print" />
  21. <link rel="alternate" type="application/rss+xml" title="RSS2" href="rss2.php" />
  22. <?php distInclude(THEME_PUBLIC_PATH.'meta_data.php'THEME_PUBLIC_DIST)?>
  23. <script type="text/javascript" src="../lib/js/jquery.min.js"></script>
  24. <?php
  25. IncludeColorboxJs(array("a[href$='.jpg'],a[href$='.jpeg'],a[href$='.png'],a[href$='.gif'], a[href$='.JPG'],a[href$='.JPEG'],a[href$='.PNG'],a[href$='.GIF']"));
  26. ?>
  27. <script type="text/javascript" src="../lib/js/functions.js"></script>
  28. <title>##TITLE##</title>
  29. </head>

Documentation generated on Thu, 03 May 2012 15:05:00 +0200 by phpDocumentor 1.4.1