mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
New branding and copyright
This commit is contained in:
parent
dafef6f624
commit
24769ef9df
15 changed files with 28 additions and 32 deletions
|
@ -32,7 +32,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
|
|||
if (!empty($template)) {
|
||||
$template->assign_vars(array(
|
||||
'SIMPLE_FOOTER' => !empty($gen_simple_header),
|
||||
'POWERED' => base64_decode($lang['POWERED']),
|
||||
'POWERED' => 'Tracker software by <a target="_blank" href="https://torrentpier.me">TorrentPier</a> © 2005-' . date('Y'),
|
||||
'SHOW_ADMIN_LINK' => (IS_ADMIN && !defined('IN_ADMIN')),
|
||||
'ADMIN_LINK_HREF' => "admin/index.php",
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue