mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Fixes #717 - Forum Post rewrite. new bootstrap templates added as well as new shortcodes. (attachments not functioning at this moment)
This commit is contained in:
@@ -2,4 +2,12 @@
|
||||
$class = e107::getBB()->getClass('quote');
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_parser_functions.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>";
|
||||
|
Reference in New Issue
Block a user