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. <meta name="viewport" content="width=device-width" />
  17. <link rel="icon" type="image/gif" href="<?php echo THEME_PUBLIC_PATH?>images/favicon.gif" />
  18. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/reset.css" media="screen" />
  19. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/style.css" media="screen" />
  20. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/button.css" media="all" />
  21. <link rel="stylesheet" type="text/css" href="<?php echo THEME_PUBLIC_PATH?>css/print.css" media="print" />
  22. <!--[if IE 8]>
  23. <style type="text/css" media="all">
  24. img { 
  25.       width: auto; /* for ie 8 because max-width does not work in ie8 */
  26.   }
  27. </style>
  28. <![endif]-->
  29. <link rel="alternate" type="application/rss+xml" title="RSS2" href="rss2.php" />
  30. <?php distInclude(THEME_PUBLIC_PATH.'meta_data.php'THEME_PUBLIC_DIST)?>
  31. <script type="text/javascript" src="../lib/js/jquery.min.js"></script>
  32. <?php
  33. 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']"));
  34. ?>
  35. <link rel="stylesheet" type="text/css"  href="<?php echo THEME_PUBLIC_PATH?>css/mobile.css" media="handheld"/>
  36. <script type="text/javascript" src="../lib/js/functions.js"></script>
  37. <title>##TITLE##</title>
  38. </head>

Documentation generated on Thu, 20 Mar 2014 16:48:00 +0100 by phpDocumentor 1.4.1