Source for file header.php
Documentation is available at header.php
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
<meta http-equiv="content-type" content="text/html;charset= <?php echo CHARSET; ?>" />
<meta http-equiv="content-langage" content=" <?php echo U_L; ?>" />
<meta name="robots" content="index, follow" />
<link rel="icon" type="image/gif" href=" <?php echo THEME_PUBLIC_PATH; ?>images/favicon.gif" />
<link rel="stylesheet" type="text/css" href=" <?php echo THEME_PUBLIC_PATH; ?>css/reset.css" media="screen" />
<link rel="stylesheet" type="text/css" href=" <?php echo THEME_PUBLIC_PATH; ?>css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href=" <?php echo THEME_PUBLIC_PATH; ?>css/button.css" media="all" />
<link rel="stylesheet" type="text/css" href=" <?php echo THEME_PUBLIC_PATH; ?>css/print.css" media="print" />
<link rel="alternate" type="application/rss+xml" title="RSS2" href="rss2.php" />
<script type="text/javascript" src="../lib/js/jquery.min.js"></script>
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']"));
<script type="text/javascript" src="../lib/js/functions.js"></script>
|