1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

5 lines
115 B
BlitzBasic
Raw Normal View History

//<?php
$class = e107::getBB()->getClass('tbody');
2012-06-09 12:01:24 +00:00
return "<tbody class='{$class}'>".trim($code_text)."</tbody>";