mirror of
https://github.com/jlengrand/pluxml_theme_darkFuture.git
synced 2026-03-10 08:41:20 +00:00
12 lines
428 B
PHP
12 lines
428 B
PHP
<?php if(!defined('PLX_ROOT')) exit; ?>
|
|
|
|
<div id="footer">
|
|
|
|
<p>
|
|
<?php $plxShow->lang('POWERED_BY') ?> <a href="http://pluxml.org" title="<?php $plxShow->lang('PLUXML_DESCRIPTION') ?>">PluXml</a>
|
|
<span><a class="admin" rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/') ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><?php $plxShow->lang('ADMINISTRATION') ?></a></span>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|