1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 03:56:24 +02:00
Files
php-e107/e107_core/bbcodes/tbody.bb
2012-06-09 12:01:24 +00:00

5 lines
115 B
BlitzBasic

//<?php
$class = e107::getBB()->getClass('tbody');
return "<tbody class='{$class}'>".trim($code_text)."</tbody>";