XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modifier.cat.php
Go to the documentation of this file.
1 <?php
26 function smarty_modifier_cat($string, $cat)
27 {
28  return $string . $cat;
29 }
30 
31 /* vim: set expandtab: */
32 
33 ?>