/[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.2 by dpavlin, Sat Mar 3 12:56:17 2001 UTC revision 1.3 by dpavlin, Sat Mar 17 15:46:05 2001 UTC
# Line 66  class Smarty Line 66  class Smarty
66    
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
70                                                                                          'img'   => 'smarty_func_img',                                                                                          'img'   => 'smarty_func_img',
71                                                                                          'html_checkboxes' => 'smarty_func_html_checkboxes',                                                                                          'html_checkboxes' => 'smarty_func_html_checkboxes',
72                                                                                   );                                                                                   );
# Line 80  class Smarty Line 81  class Smarty
81                                                                                          'string_format' => 'smarty_mod_string_format',                                                                                          'string_format' => 'smarty_mod_string_format',
82                                                                                          'replace'               => 'smarty_mod_replace',                                                                                          'replace'               => 'smarty_mod_replace',
83                                                                                          'strip_tags'    => 'smarty_mod_strip_tags',                                                                                          'strip_tags'    => 'smarty_mod_strip_tags',
84                                                                                          'default'               => 'smarty_mod_default'                                                                                          'default'               => 'smarty_mod_default',
85                                                                                    //----- local
86                                                                                            'filesize' => 'smarty_mod_filesize',
87                                                                                   );                                                                                   );
88          var $global_assign                      =       array(  'SCRIPT_NAME'          var $global_assign                      =       array(  'SCRIPT_NAME'
89                                                                                   );                                                                                   );

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

  ViewVC Help
Powered by ViewVC 1.1.26