/[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.1.1.1 by dpavlin, Mon Feb 19 18:12:21 2001 UTC revision 1.3 by dpavlin, Sat Mar 17 15:46:05 2001 UTC
# Line 38  Line 38 
38   */   */
39    
40  require("Smarty.addons.php");  require("Smarty.addons.php");
41    require("Smarty.local.php");
42    
43  class Smarty  class Smarty
44  {  {
# Line 65  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                                                                                          'img'   => 'smarty_func_img'                                                                                  //----- local
70                                                                                            'img'   => 'smarty_func_img',
71                                                                                            'html_checkboxes' => 'smarty_func_html_checkboxes',
72                                                                                   );                                                                                   );
73                    
74          var $custom_mods                        =       array(  'lower'                 => 'strtolower',          var $custom_mods                        =       array(  'lower'                 => 'strtolower',
# Line 78  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.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26