e107inc/e107

View on GitHub
e107_core/bbcodes/quote.bb

Summary

Maintainability
Test Coverage
//<?
$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>";