Update page_footer.php

This commit is contained in:
Roman Kelesidis 2023-10-10 09:02:43 +07:00
parent 78737c2843
commit 5f0a248fe3

View File

@ -10,7 +10,7 @@ if (!empty($template))
$template->assign_vars(array(
'SIMPLE_FOOTER' => !empty($gen_simple_header),
'POWERED' => 'Powered by <a target="_blank" href="https://torrentpier.com">TorrentPier II</a> &copy; 2005-' . date('Y') . $birthday_tp,
'POWERED' => 'Powered by <a target="_blank" href="https://torrentpier.com">TorrentPier II LTS</a> &copy; 2005-' . date('Y') . $birthday_tp,
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
'ADMIN_LINK_HREF' => "admin/index.php",
));