1
0
Fork 0
xcache/admin/footer.tpl.php

10 lines
129 B
PHP

<div class="footnote">
<?php echo <<<EOS
Powered By: XCache {$xcache_version}, {$xcache_modules}
EOS;
?>
</div>
</body>
</html>