mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Replace all double quotes with single quotes (#888)
This commit is contained in:
parent
3c5a37fdb4
commit
10b56ecdef
6 changed files with 11 additions and 11 deletions
|
@ -124,7 +124,7 @@ $template->assign_vars([
|
|||
'USE_TABLESORTER' => !empty($page_cfg['use_tablesorter']),
|
||||
|
||||
'SITENAME' => $bb_cfg['sitename'],
|
||||
'U_INDEX' => BB_ROOT . "index.php",
|
||||
'U_INDEX' => BB_ROOT . 'index.php',
|
||||
'T_INDEX' => sprintf($lang['FORUM_INDEX'], $bb_cfg['sitename']),
|
||||
|
||||
'IS_GUEST' => IS_GUEST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue