summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-11-17 15:46:32 -0800
committerArun Persaud <arun@nubati.net>2012-11-17 15:46:32 -0800
commitdbb0ee0fb0ac694652e5bb50e0275731d632a567 (patch)
tree20e19b3d84fbcd0ce0d730fa6dd5ebc30de9f264 /index.php
parentccbd358803261b138fb5f09cf132543d737a07e7 (diff)
downloadphoto-tags-dbb0ee0fb0ac694652e5bb50e0275731d632a567.tar.gz
photo-tags-dbb0ee0fb0ac694652e5bb50e0275731d632a567.tar.bz2
photo-tags-dbb0ee0fb0ac694652e5bb50e0275731d632a567.zip
made footer nicer
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 7cf15c0..885549a 100644
--- a/index.php
+++ b/index.php
@@ -88,8 +88,8 @@ function autoversion($file)
<div class="pics"><ul></ul> </div>
<footer>
- This gallery belongs to <?php echo htmlspecialchars($admin) ?>.
- <div class="copyright"> photo-tags: copyright 2011 Arun Persaud arun@nubati.net, code available at <a href="http://source.nubati.net/projects/photo-tags">source.nubati.net/projects/photo-tags</a></div>
+ <div class="pull-left">This gallery belongs to <?php echo htmlspecialchars($admin) ?>.</div>
+ <div class="copyright pull-right"> photo-tags: copyright 2011 Arun Persaud arun@nubati.net,<br /> code available at <a href="http://source.nubati.net/projects/photo-tags">source.nubati.net/projects/photo-tags</a></div>
</footer>