/[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 by dpavlin, Mon Feb 19 18:12:21 2001 UTC revision 1.2 by dpavlin, Sat Mar 3 12:56:17 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'                                                                                          'img'   => 'smarty_func_img',
70                                                                                            'html_checkboxes' => 'smarty_func_html_checkboxes',
71                                                                                   );                                                                                   );
72                    
73          var $custom_mods                        =       array(  'lower'                 => 'strtolower',          var $custom_mods                        =       array(  'lower'                 => 'strtolower',

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

  ViewVC Help
Powered by ViewVC 1.1.26