mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Updated TorrentPier footer text (: (#1204)
This commit is contained in:
parent
06a260c60d
commit
8a5fd01852
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
|
||||||
if (!empty($template)) {
|
if (!empty($template)) {
|
||||||
$template->assign_vars([
|
$template->assign_vars([
|
||||||
'SIMPLE_FOOTER' => !empty($gen_simple_header),
|
'SIMPLE_FOOTER' => !empty($gen_simple_header),
|
||||||
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.com">TorrentPier</a> © 2005-' . date('Y'),
|
'POWERED' => 'Powered by <a target="_blank" href="https://torrentpier.com">TorrentPier</a> © 2005-' . date('Y'),
|
||||||
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
|
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
|
||||||
'ADMIN_LINK_HREF' => 'admin/index.php',
|
'ADMIN_LINK_HREF' => 'admin/index.php',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue