diff --git a/src/View/View.php b/src/View/View.php index a30e9fa..e03ffef 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -9,7 +9,7 @@ class View // Блоки protected $_stylesheet = array(); // Массив стилей текущего шаблона protected $_script = array(); // Массив скриптов текущего шаблона - protected $_scriptstring = array(); + public $_scriptstring = array(); protected $_startup = array(); protected $_values = array();