mirror of
https://github.com/e107inc/e107.git
synced 2025-03-18 19:39:45 +01:00
Fixes #2848- sub-forum display issue.
This commit is contained in:
parent
add44b773a
commit
8c8b79e1e0
@ -858,7 +858,7 @@ if(!deftrue('OLD_FORUMADMIN'))
|
||||
|
||||
if(!empty($sub))
|
||||
{
|
||||
$level = 2;
|
||||
$level = 3;
|
||||
}
|
||||
|
||||
// $ret['inlineParms'] = array('pre'=>'<img src="'.e_IMAGE_ABS.'generic/branchbottom.gif" class="level-'.$level.' icon" alt="" />');
|
||||
|
Loading…
x
Reference in New Issue
Block a user