diff options
author | Arun Persaud <arun@nubati.net> | 2012-11-17 15:46:32 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-11-17 15:46:32 -0800 |
commit | dbb0ee0fb0ac694652e5bb50e0275731d632a567 (patch) | |
tree | 20e19b3d84fbcd0ce0d730fa6dd5ebc30de9f264 | |
parent | ccbd358803261b138fb5f09cf132543d737a07e7 (diff) | |
download | photo-tags-dbb0ee0fb0ac694652e5bb50e0275731d632a567.tar.gz photo-tags-dbb0ee0fb0ac694652e5bb50e0275731d632a567.tar.bz2 photo-tags-dbb0ee0fb0ac694652e5bb50e0275731d632a567.zip |
made footer nicer
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |