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