1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-15 18:14:07 +02:00
Add new pharse
This commit is contained in:
Gábor 2016-09-13 08:39:30 +02:00 committed by GitHub
parent a5c006b593
commit 68ff969bee

View File

@ -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 '';
}
}
?>
?>