1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00
Files
php-e107/e107_core/bbcodes/u.bb
2012-05-22 07:27:26 +00:00

3 lines
147 B
BlitzBasic

//<?
$class = e107::getBB()->getClass('u');
return "<span class='bbcode underline {$class}' style='text-decoration:underline'>$code_text</span>";