blob: 9a080a574825ca24ad826716806ac14451ac670a (
plain)
1
2
3
4
5
6
7
8
9
|
<? defined("SYSPATH") or die("No direct script access."); ?>
<div id="ft">
<div id="gFooter">
Powered by <a href="#">Gallery3</a> | <a href="#">About this Gallery</a> | ...
</div><!-- END #gFooter -->
</div><!-- END YUI #ft -->
</div>
</body>
</html>
|