Suchen nach:
Code: Alles auswählen
include($phpbb_root_path . 'common.'.$phpEx);Code: Alles auswählen
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);Code: Alles auswählen
$template->assign_block_vars('topicrow', array(Code: Alles auswählen
if ( $board_config['allow_smilies'] && $userdata['user_allowsmile'] )
{
$topic_title = smilies_pass($topic_title);
}