Code: Alles auswählen
if( $mode == 'reply' && $is_auth['auth_read'] )
{
require($phpbb_root_path . 'includes/topic_review.'.$phpEx);
topic_review($topic_id, true);
$template->assign_block_vars('switch_inline_mode', array());
$template->assign_var_from_handle('TOPIC_REVIEW_BOX', 'reviewbody');
}
if ($userdata['user_level'] > 0)
{
$template->assign_block_vars('switch_bbcode_button_on', array());
}
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>Code: Alles auswählen
{L_FONT_COLOR}:meine Buttons sind als Tabelle angelegt, liegt es daran?
