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