aboutsummaryrefslogtreecommitdiff
path: root/www/inc/header.inc.php
blob: 970c6515375fca50f85cc214673fbe6fc65b5336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="stylenavbar">
	<div id="styleshiden" style="display: block;">
	<p><a href="javascript:toggle_div('styleshiden');toggle_div('stylesshown');">show styles</a></p>
	</div>
	<div id="stylesshown" style="display: none;">
	<ul>
	<?php
	foreach ($themes as $skin => $url) {
				echo "<li><a href=\"javascript:setActiveStyleSheet('$skin')\" title=\"$skin\">";
				echo "$skin</a></li> \n";
	}
	?>
	</ul>
	<p><a href="javascript:toggle_div('styleshiden');toggle_div('stylesshown');">hide styles</a></p>
	</div>
</div>

<?php
echo "<h1 class=\"title\"><a href=\"http://$HostName$ThisScript\">Photo Gallery<span /></a></h1>\n\n";
?>