mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
6eed2e8a76
commit
6abd9babc9
53 changed files with 197 additions and 197 deletions
|
@ -248,7 +248,7 @@ if (!empty($page_cfg['show_torhelp'][BB_SCRIPT]) && !empty($userdata['torhelp'])
|
|||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
'TORHELP_TOPICS' => join("</li>\n<li>", $torhelp_topics),
|
||||
'TORHELP_TOPICS' => implode("</li>\n<li>", $torhelp_topics),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue