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

4 lines
125 B
BlitzBasic
Raw Normal View History

//<?
$class = e107::getBB()->getClass('blockquote');
2012-06-17 04:08:09 +00:00
return "<blockquote class='indent {$class}'>{$code_text}</blockquote>";