1
0
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:
Cameron 2017-11-19 08:18:22 -08:00
parent add44b773a
commit 8c8b79e1e0

View File

@ -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="" />');