diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 05:53:20 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-03 05:53:20 +0000 |
| commit | a089399e73cf52ebb7ac84c8db8b66db9664322b (patch) | |
| tree | 55bc27e500ca8420f86111046b12a78b3cc1ae15 /themes/default/views/page_footer.html.php | |
| parent | 6da6b8ed52086d967bdb0d8e4140cbdffdb18cf7 (diff) | |
Default theme, built with YUI. A mock right now, not functional at
all (except in some very minor ways). It's unclear if this is the
best final structure. Right now the album controller knows a
considerable amount about the layout of the page, which may not be the
best way to do things.
Diffstat (limited to 'themes/default/views/page_footer.html.php')
| -rw-r--r-- | themes/default/views/page_footer.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/views/page_footer.html.php b/themes/default/views/page_footer.html.php new file mode 100644 index 00000000..4e15fbff --- /dev/null +++ b/themes/default/views/page_footer.html.php @@ -0,0 +1,4 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> +<div id="gFooter"> + Powered by <a href="#">GalleryX</a> | <a href="#">About this Gallery</a> | ... +</div> |
