]>
git.p6c8.net - jirafeau.git/blob - lib/template/header.php
2 header('Content-Type: text/html; charset=utf-8');
3 header('x-ua-compatible: ie=edge');
9 <title
><?php
echo (true === empty($cfg['title']))?
t('JI_WEB_RE') : $cfg['title']; ?
></title
>
10 <meta name
="viewport" content
="width=device-width, initial-scale=1">
11 <link id
="shortcut_icon" rel
="shortcut icon" href
="<?php echo 'media/' . $cfg['style'] . '/favicon.ico'; ?>">
12 <link id
="stylesheet" rel
="stylesheet" href
="<?php echo 'media/' . $cfg['style'] . '/style.css.php'; ?>" type
="text/css" />
15 <script type
="text/javascript" src
="<?php echo 'lib/functions.js.php'; ?>"></script
>
16 <script type
="text/javascript" lang
="Javascript">color_scheme_preferences();</script
>
20 <?php
echo (true === empty($cfg['title']))?
t('JI_WEB_RE') : $cfg['title']; ?
>
patrick-canterino.de