aboutsummaryrefslogtreecommitdiff
path: root/www/inc/header.inc.php
blob: 483b6ef7d6ebc67f3cdcf40cef9328884973a41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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";
?>