forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
22
onyx2/modules/templates/smarty/plugins/modifier.bbcode.php
Normal file
22
onyx2/modules/templates/smarty/plugins/modifier.bbcode.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
/**
|
||||
* Smarty plugin
|
||||
* @package Smarty
|
||||
* @subpackage plugins
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Smarty capitalize modifier plugin
|
||||
*
|
||||
* Type: modifier<br>
|
||||
* Name: bbcode<br>
|
||||
* @author Némunaire <nemunaire at gmail dot com>
|
||||
* @param string
|
||||
* @return string
|
||||
*/
|
||||
function smarty_modifier_bbcode($string)
|
||||
{
|
||||
return bbcode($string);
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue