Просмотр файла globalchat/controller/start_smarty.php
<?php if (!class_exists ('Smarty')) require 'view/smarty/Smarty.class.php'; $gcSmarty = new Smarty (); $gcSmarty->plugins_dir = 'view/globalchat/templates/plugins/'; $gcSmarty->template_dir = 'view/globalchat/templates/'; $gcSmarty->compile_dir = 'view/globalchat/templates_c/'; $gcSmarty->config_dir = 'view/globalchat/configs/'; $gcSmarty->cache_dir = 'view/globalchat/cache/';