linea21-core
[
class tree: linea21-core
] [
index: linea21-core
] [
all elements
]
changeLog
Readme.fr.txt
Packages:
linea21-core
linea21-externals
linea21-languages
linea21-modules
linea21-utils
Source for file header.php
Documentation is available at
header.php
<?php
/**
*
@package
linea21.core
*
@subpackage
public
*
@author
linea21 <info@linea21.com>
*
@version
$id SVN
*
@access
public
*
@license
http://opensource.org/licenses/gpl-3.0.html
*/
?>
<head>
<base href="
<?php
echo
SITE_CITY_URL
;
?>
" />
<meta http-equiv="content-type" content="text/html;charset=
<?php
echo
CHARSET
;
?>
" />
<meta http-equiv="content-langage" content="
<?php
echo
LANGUAGE
;
?>
" />
<meta name="robots" content="index, follow" />
<link rel="icon" type="image/gif" href="../gfx/
<?php
echo
THEME_ADMIN
;
?>
/images/admin/favicon.gif" />
<?php
include_once
(
'../lib/css_style.php'
)
;
echo
StyleIt
(
)
;
?>
<link rel="stylesheet" type="text/css" href="../gfx/
<?php
echo
THEME_PUBLIC
;
?>
/css/public_print.css" media="print" />
<link rel="alternate stylesheet" type="application/rss+xml" title="RSS2" href="rss2.php" />
<link rel="alternate stylesheet" type="application/rss+xml" title="RSS" href="rss.php" />
<?php
distInclude
(
'../public/meta_data.php'
)
;
?>
<script type="text/javascript" src="../lib/js/jquery-1.2.6.min.js"></script>
<?php
IncludedatePickerJs
(
)
;
IncludeLightboxJs
(
)
;
?>
<script type="text/javascript" src="../lib/js/functions.js"></script>
<title>##TITLE##</title>
</head>
Documentation generated on Sat, 08 Nov 2008 14:52:28 +0100 by
phpDocumentor 1.4.1