1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Viewable_by shortcode wrapper enabled

Viewable_by shortcode wrapper enabled
This commit is contained in:
rica-carv
2016-11-10 20:51:24 +00:00
committed by GitHub
parent ff0b4b1f96
commit ee3735bfaa

View File

@@ -225,7 +225,11 @@ if(!empty($viewable))
//else
//{
//-- Possible candidate for wrapper????
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>";
/* WORKING WRAPPER
$SC_WRAPPER['VIEWABLE_BY'] = "<div class='panel panel-default' style='margin-top:10px'><div class='panel-heading'>".LAN_FORUM_8012."</div><div class='panel-body'>{---}</div></div></div>";
*/
return empty($viewable)?'':$viewable;
}
function sc_search()