diff options
Diffstat (limited to 'www/inc/header.inc.php')
-rw-r--r-- | www/inc/header.inc.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/inc/header.inc.php b/www/inc/header.inc.php deleted file mode 100644 index 3242c1c..0000000 --- a/www/inc/header.inc.php +++ /dev/null @@ -1,14 +0,0 @@ -<div class="stylenavbar"> -[ style: -<? -foreach ($themes as $skin => $url) { - echo "<a href=\"#\" title=\"$skin\""; - echo " onclick=\"setActiveStyleSheet('$skin')\">"; - echo "$skin</a> \n"; -} -?> -] -</div> -<? -echo "<h1 class=\"title\"><a href=\"http://$HostName$ThisScript\">Photo Gallery<span /></a></h1>\n\n"; -?> |