index : flyspray | |
Archlinux32 customized Flyspray installation | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | themes/CleanFS/templates/footer.tpl | 10 |
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> |