1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-08 03:27:08 +02:00
Files
php-e107/e107_core/bbcodes/quote.bb

11 lines
355 B
BlitzBasic

//<?
$class = e107::getBB()->getClass('quote');
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE."/".e_LANGUAGE.".php");
if(deftrue('BOOTSTRAP'))
{
return '<blockquote><p>'.$code_text.'</p><small><cite title="'.$parm.'">'.$parm.'</cite></small></blockquote>';
}
return "<div class='indent {$class}'><em>$parm ".LAN_WROTE."</em> ...<br />$code_text</div>";