1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-12 10:40:20 +01:00

6 lines
210 B
BlitzBasic
Raw Normal View History

//<?
$class = e107::getBB()->getClass('quote');
2006-12-02 04:36:16 +00:00
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_parser_functions.php");
return "<div class='indent {$class}'><em>$parm ".LAN_WROTE."</em> ...<br />$code_text</div>";