PEEL Shopping
Open source ecommerce : PEEL Shopping
modifiercompiler.indent.php
Go to the documentation of this file.
1 <?php
21 function smarty_modifiercompiler_indent($params, $compiler)
22 {
23  if (!isset($params[1])) {
24  $params[1] = 4;
25  }
26  if (!isset($params[2])) {
27  $params[2] = "' '";
28  }
29  return 'preg_replace(\'!^!m\',str_repeat(' . $params[2] . ',' . $params[1] . '),' . $params[0] . ')';
30 }
31 
32 ?>
smarty_modifiercompiler_indent($params, $compiler)
Smarty indent modifier plugin.

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:16 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.