1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-20 22:43:59 +01:00
php-e107/e107_core/bbcodes/blockquote.bb

3 lines
112 B
BlitzBasic

//<?
$class = e107::getBB()->getClass('blockquote');
return "<div class='indent {$class}'>{$code_text}</div>";