/[corp_html]/inc/Smarty.class.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/Smarty.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dpavlin, Sat Mar 17 15:46:05 2001 UTC revision 1.4 by dpavlin, Sun Mar 18 23:36:26 2001 UTC
# Line 67  class Smarty Line 67  class Smarty
67          var $custom_funcs                       =       array(  'html_options'          => 'smarty_func_html_options',          var $custom_funcs                       =       array(  'html_options'          => 'smarty_func_html_options',
68                                                                                          'html_select_date'      => 'smarty_func_html_select_date',                                                                                          'html_select_date'      => 'smarty_func_html_select_date',
69                                                                                  //----- local                                                                                  //----- local
70                                                                                          'img'   => 'smarty_func_img',          'img'           => 'smarty_func_img',
71                                                                                          'html_checkboxes' => 'smarty_func_html_checkboxes',          'html_checkboxes' => 'smarty_func_html_checkboxes',
72            'input'         => 'smarty_func_input',
73            'rinput'        => 'smarty_func_rinput',
74                                                                                   );                                                                                   );
75                    
76          var $custom_mods                        =       array(  'lower'                 => 'strtolower',          var $custom_mods                        =       array(  'lower'                 => 'strtolower',

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26