summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/footer.tpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-17 20:45:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-17 20:45:02 +0100
commit8df3db566a3a937b45ebf11adb90d265e6f5e2d4 (patch)
tree4d541098d751d5a9acf8c12f6fb9f308ace066ac /themes/CleanFS/templates/footer.tpl
downloadflyspray-8df3db566a3a937b45ebf11adb90d265e6f5e2d4.tar.xz
initial checking of customized version 1.0rc9
Diffstat (limited to 'themes/CleanFS/templates/footer.tpl')
-rw-r--r--themes/CleanFS/templates/footer.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/CleanFS/templates/footer.tpl b/themes/CleanFS/templates/footer.tpl
new file mode 100644
index 0000000..3c2a17c
--- /dev/null
+++ b/themes/CleanFS/templates/footer.tpl
@@ -0,0 +1,10 @@
+<?php $this->display('shortcuts.tpl'); ?>
+</div>
+<?php if(isset($general_integration)): echo $general_integration; endif; ?>
+<div id="footer">
+ <?php if(isset($footer_integration)): echo $footer_integration; endif; ?>
+ <!-- Please don't remove this line - it helps promote Flyspray -->
+ <a href="http://flyspray.org/" class="offsite"><?php echo Filters::noXSS(L('poweredby')); ?><?php if ($user->perms('is_admin')): ?> <?php echo Filters::noXSS($fs->version); ?> <?php endif; ?></a>
+</div>
+</body>
+</html>