Smarty
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Source for file modifier.times.php

Documentation is available at modifier.times.php

  1. <?php
  2. /**
  3.  * Smarty plugin
  4.  * @package Smarty
  5.  * @subpackage plugins
  6.  */
  7.  
  8. /**
  9.  * smarty_modifier_times
  10.  */
  11. function smarty_modifier_times($n1,$n2)
  12. {
  13.   return $n1*$n2;
  14. }
  15.  
  16. /* vim: set expandtab: */
  17.  
  18. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:10 +0000 by phpDocumentor 1.5.0-lsces