mirror of
https://github.com/smarty-php/smarty.git
synced 2026-01-31 18:49:32 +01:00
update include_info to false
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user