update include_info to false

This commit is contained in:
mohrt
2001-06-20 16:46:21 +00:00
parent a237ac752b
commit 52500237ef
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ class Smarty
);
var $show_info_header = false; // display HTML info header at top of page output
var $show_info_include = true; // display HTML comments at top & bottom of
var $show_info_include = false; // display HTML comments at top & bottom of
// each included template
var $compiler_class = 'Smarty_Compiler'; // the compiler class used by

View File

@@ -150,7 +150,7 @@ class Smarty
);
var $show_info_header = false; // display HTML info header at top of page output
var $show_info_include = true; // display HTML comments at top & bottom of
var $show_info_include = false; // display HTML comments at top & bottom of
// each included template
var $compiler_class = 'Smarty_Compiler'; // the compiler class used by