1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Merge pull request from yesszus/patch-3

Issue  Forum LANs
This commit is contained in:
Cameron 2016-09-14 10:33:03 -07:00 committed by GitHub
commit 51c21434f1

@ -225,7 +225,7 @@ if(!empty($viewable))
//else
//{
//-- Possible candidate for wrapper????
return empty($viewable)?'':"<div class='panel panel-default' style='margin-top:10px'><div class='panel-heading'>Viewable by</div><div class='panel-body'>".$viewable."</div></div></div>";
return empty($viewable)?'':"<div class='panel panel-default' style='margin-top:10px'><div class='panel-heading'>".LAN_FORUM_8012."</div><div class='panel-body'>".$viewable."</div></div></div>";
}
function sc_search()
@ -902,4 +902,4 @@ $LASTPOSTUSER = $this->var['lastpost_username'];
return '';
}
}
?>
?>