-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
24 lines (16 loc) · 1.01 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php if (!defined('PLX_ROOT')) exit; ?>
<footer role="contentinfo" class="w3-theme-dark">
<div class="w3-left w3-padding">
© <?php echo date("Y");?> <?php $plxShow->mainTitle('link'); ?> - <?php $plxShow->subTitle(); ?>
<!-- Administration link -->
<a rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/'); ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><i class="fa fa-cog" aria-hidden="true"></i></a>
<br />
<?php $plxShow->lang('POWERED_BY') ?> <a href="http://www.pluxml.org" title="<?php $plxShow->lang('PLUXML_DESCRIPTION') ?>">PluXml</a> <i class="fa fa-leaf" aria-hidden="true"></i>
</div>
<div class="w3-right w3-padding">
<a href="<?php $plxShow->urlRewrite('#top') ?>" title="<?php $plxShow->lang('GOTO_TOP') ?>"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-eject fa-stack-1x fa-inverse w3-text-theme"></i></span></a>
</div>
</footer>
<!-- template by nIQnutn | http://blog.niqnutn.com -->
</body>
</html>