Added directory page title, and some small credit in the footer
authorMarc MAURICE <dooblempub@positon.org>
Thu, 6 Jan 2011 18:18:04 +0000 (19:18 +0100)
committerMarc MAURICE <dooblempub@positon.org>
Thu, 6 Jan 2011 18:18:04 +0000 (19:18 +0100)
index.php

index 61b22d6..9653b31 100644 (file)
--- a/index.php
+++ b/index.php
@@ -164,6 +164,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s \G\M\T', time() + 3600));
 ?>
 <html>
 <head>
+<title> <?php echo $realDir ?> </title>
 <style type="text/css">
 body {
        margin-top: 0;
@@ -197,6 +198,11 @@ a {
        font-weight: bold;
        height: 0.6em;
 }
+#credit {
+       text-align: right;
+       font-size: 0.25cm;
+       color: gray;
+}
 </style>
 <?php foreach ($plugins as $p) if (is_file("plugins/$p/style.css")) { ?>
        <link rel="stylesheet" type="text/css" href="<?php echo "$rootUrl/plugins/$p/style.css" ?>" />
@@ -232,5 +238,9 @@ a {
        <div class="miscfile"><a href="<?php echo $file["link"] ?>"><?php echo $file["name"] ?></a></div>
 <?php } ?>
 
+<p id="credit">
+Generated by <a href="http://www.positon.org/bizou/">Bizou</a>
+</p>
+
 </body>
 </html>