summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/footer.tpl
blob: 3c2a17cd3bb764e3e741f2e55c832f29abf3fd88 (plain)
1
2
3
4
5
6
7
8
9
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>