root/ip/tags/release_1_3_0_53/includes/stats_modules/forum_index_module.php

111163
17
	'CURRENT_TIME' => sprintf($lang['Current_time'], create_date($board_config['default_dateformat'], time(), $board_config['board_timezone'])),
17
	'CURRENT_TIME' => sprintf($lang['Current_time'], create_date($board_config['default_dateformat'], time(), $board_config['board_timezone'])),
18
	'U_INDEX' => append_sid(PORTAL_MG),
18
	'U_INDEX' => append_sid(PORTAL_MG),
19
	'L_STATISTICS' => $lang['Statistics'],
19
	'L_STATISTICS' => $lang['Statistics'],
20
	'L_INDEX' => sprintf($lang['Forum_Index'], $board_config['sitename'])
20
	'L_INDEX' => sprintf($lang['Forum_Index'], ip_stripslashes($board_config['sitename']))
21
	)
21
	)
22
);
22
);
23
23