blob: 3242c1c46b1d950d09ed3d4c28249b2ad123f957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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";
?>
|