mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
some small fixes
got rid of iframe (topic review)... tested new div method with various browsers, further testing and oppinions would be nice. ;) NOTE: New css element added to theme git-svn-id: file:///svn/phpbb/trunk@4510 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -127,7 +127,6 @@ while ($row = $db->sql_fetchrow($result))
|
||||
switch ($on_page[1])
|
||||
{
|
||||
case 'reply':
|
||||
case 'topicreview':
|
||||
$location = sprintf($user->lang['REPLYING_MESSAGE'], $forum_data[$forum_id]);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user