?>
 <html>
 <head>
+<title> <?php echo $realDir ?> </title>
 <style type="text/css">
 body {
        margin-top: 0;
        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" ?>" />
        <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>