update
This commit is contained in:
13
core/plugins/Smarty/block.bbcode.php
Normal file
13
core/plugins/Smarty/block.bbcode.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* @author krku
|
||||
*/
|
||||
|
||||
function smarty_block_bbcode($params, $content, &$smarty, &$repeat) {
|
||||
|
||||
$bbcodeParser = new LightBBCodeParser();
|
||||
|
||||
return $bbcodeParser->bbc2html($content);
|
||||
// return $content;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user