Added directory page title, and some small credit in the footer

This commit is contained in:
Marc MAURICE 2011-01-06 19:18:04 +01:00
parent 2036c6117c
commit 23116dfc57

View file

@ -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>