mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Some display correction (#1288)
This commit is contained in:
parent
6bbacdfa3e
commit
b35cacc71d
4 changed files with 2 additions and 9 deletions
|
@ -16,7 +16,7 @@ global $bb_cfg, $userdata, $template, $DBS, $lang;
|
|||
if (!empty($template)) {
|
||||
$template->assign_vars([
|
||||
'SIMPLE_FOOTER' => !empty($gen_simple_header),
|
||||
'POWERED' => 'Fueled by <a target="_blank" href="https://github.com/torrentpier/torrentpier">TorrentPier</a> with love ❤️ | © 2005-' . date('Y'),
|
||||
'POWERED' => 'Fueled by <a target="_blank" href="https://github.com/torrentpier/torrentpier">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