summaryrefslogtreecommitdiff
path: root/themes/default/views/footer.html.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-08-31 00:32:41 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-08-31 00:32:41 -0700
commit6d26b0dd6e900250072ca723c388cf3c5d987aeb (patch)
tree392f46f356e44c4900954e346c3b56a18be95dc6 /themes/default/views/footer.html.php
parent2bf9b8ee550a805605f862c392839e49ae42f89d (diff)
parent12e00309cedb3ed4349ab70a38d64e2b439c5f20 (diff)
Merge commit 'upstream/master'
Diffstat (limited to 'themes/default/views/footer.html.php')
-rw-r--r--themes/default/views/footer.html.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
deleted file mode 100644
index 040a4062..00000000
--- a/themes/default/views/footer.html.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<?= $theme->footer() ?>
-<? if ($footer_text = module::get_var("gallery", "footer_text")): ?>
-<?= $footer_text ?>
-<? endif ?>
-
-<? if (module::get_var("gallery", "show_credits")): ?>
-<ul id="gCredits">
- <?= $theme->credits() ?>
-</ul>
-<? endif ?>