1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

11 lines
238 B
BlitzBasic
Raw Normal View History

//<?
2012-06-09 12:01:24 +00:00
$class = e107::getBB()->getClass('table');
2012-06-09 12:01:24 +00:00
if($parm)
{
return "<table class='{$class}' {$parm}>".trim($code_text)."</table>";
}
2013-06-14 19:42:03 -07:00
return "<table class='table table-striped table-bordered {$class}'>".trim($code_text)."</table>";