]>
git.p6c8.net - jirafeau_mojo42.git/blob - lib/template/header.php
fa7fb8f59ab3c702f764fd28eb893d25d5449c77
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('Jirafeau, your web file repository') : $cfg['title']; ?
></title
>
10 <link rel
="shortcut icon" href
="<?php echo 'media/' . $cfg['style'] . '/favicon.ico'; ?>">
11 <link href
="<?php echo 'media/' . $cfg['style'] . '/style.css.php'; ?>" rel
="stylesheet" type
="text/css" />
14 <script type
="text/javascript" src
="<?php echo 'lib/functions.js.php'; ?>"></script
>
18 <?php
echo (true === empty($cfg['title']))?
t('Jirafeau, your web file repository') : $cfg['title']; ?
>
patrick-canterino.de