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 charset="<?php echo CHARSET?>" />
  14. <meta name="robots" content="index, follow" />
  15. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
  16. <link rel="icon" type="image/gif" href="<?php echo THEME_PUBLIC_PATH?>images/favicon.gif" />
  17. <link rel="stylesheet" href="<?php echo THEME_PUBLIC_PATH?>css/base.css" media="screen" />
  18. <link rel="stylesheet" href="<?php echo THEME_PUBLIC_PATH?>css/skeleton.css" media="screen" />
  19. <link rel="stylesheet" href="<?php echo THEME_PUBLIC_PATH?>css/style.css" media="screen" />
  20. <link rel="stylesheet" href="<?php echo THEME_PUBLIC_PATH?>css/layout.css" media="screen" />
  21.  
  22. <script src="../lib/js/jquery.min.js"></script>
  23. <script src="../lib/js/functions.js"></script>
  24. <!--[if lt IE 9]>
  25.         <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  26. <![endif]-->
  27. <!--[if IE 8]>
  28.         <link rel="stylesheet" href="<?php echo THEME_PUBLIC_PATH?>css/ie8.css" media="screen" />
  29. <![endif]-->
  30. <link rel="stylesheet" href="<?php echo THEME_PUBLIC_PATH?>css/print.css" media="print" />
  31. <link rel="alternate" title="RSS2" href="rss2.php" />
  32. <?php distInclude(THEME_PUBLIC_PATH.'meta_data.php'THEME_PUBLIC_DIST)?>
  33. <?php
  34. 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']"));
  35. ?>
  36. <title>##TITLE##</title>
  37. </head>

Documentation generated on Mon, 08 Apr 2013 18:14:35 +0200 by phpDocumentor 1.4.1