]>
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('Jirafeau, your web file repository') : $cfg['title']; ?
></title
>
10 <link href
="<?php echo JIRAFEAU_ABSPREFIX . 'media/' . $cfg['style'] . '/style.css.php'; ?>" rel
="stylesheet" type
="text/css" />
13 <script type
="text/javascript" src
="<?php echo JIRAFEAU_ABSPREFIX . 'lib/functions.js.php'; ?>"></script
>
16 <a href
="<?php echo JIRAFEAU_ABSPREFIX; ?>">
17 <?php
echo (true === empty($cfg['title']))?
t('Jirafeau, your web file repository') : $cfg['title']; ?
>
patrick-canterino.de