mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02: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