Parse error: parse error, unexpected '/', expecting ')' in /home/www/web2/html/board/admin/admin_forums.php on line 716
Im Admin-Bereich fehlt jetzt auch der Button Einstellungen unter Forum.
Hat jemand eine Idee?????
Code: Alles auswählen
'L_EDIT_CATEGORY' => $lang['Edit_Category'],
'L_EDIT_CATEGORY_EXPLAIN' => $lang['Edit_Category_explain'],
'L_CATEGORY' => $lang['Category'],
'S_HIDDEN_FIELDS' => $s_hidden_fields,
'S_SUBMIT_VALUE' => $buttonvalue,
'S_FORUM_ACTION' => append_sid("admin_forums.$phpEx"))
);
$template->pparse("body");
break;