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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user