]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/template/header.php
[FEATURE] Autogenerate prefix for absolute links
[jirafeau_mojo42.git] / lib / template / header.php
index 2b4e5258a614ceff89745a5e7f98ea1dfa7ea233..b4e6607460bc37fe6820a8ff6e673dd453c6a2fc 100644 (file)
@@ -1,5 +1,4 @@
 <?php
 <?php
-header('Vary: Accept');
 header('Content-Type: text/html; charset=utf-8');
 header('x-ua-compatible: ie=edge');
 
 header('Content-Type: text/html; charset=utf-8');
 header('x-ua-compatible: ie=edge');
 
@@ -15,17 +14,13 @@ if (!isset ($cfg['web_root']))
 else
     $web_root = $cfg['web_root'];
 
 else
     $web_root = $cfg['web_root'];
 
-if (!isset ($cfg['style']))
-    $style = 'default';
-else
-    $style = $cfg['style'];
 ?>
 <!DOCTYPE html>
 <html>
 <head>
   <meta charset="utf-8">
   <title><?php echo (true === empty($cfg['title']))? t('Jirafeau, your web file repository') : $cfg['title']; ?></title>
 ?>
 <!DOCTYPE html>
 <html>
 <head>
   <meta charset="utf-8">
   <title><?php echo (true === empty($cfg['title']))? t('Jirafeau, your web file repository') : $cfg['title']; ?></title>
-  <link href="<?php echo $web_root . 'media/' . $style . '/style.css.php'; ?>" rel="stylesheet" type="text/css" />
+  <link href="<?php echo $web_root . 'media/' . $cfg['style'] . '/style.css.php'; ?>" rel="stylesheet" type="text/css" />
 </head>
 <body>
 <script type="text/javascript" src="lib/functions.js.php"></script>
 </head>
 <body>
 <script type="text/javascript" src="lib/functions.js.php"></script>

patrick-canterino.de