- Главная Список форумов Оффтоп и другие темы
- Поиск
-
- Текущее время: 28 окт 2025, 08:07
- Часовой пояс: UTC+03:00
Информация: Конференция переехала на GitHub. Старый форум доступен только для чтения.
<?php //smarty.php
$path = $_SERVER['DOCUMENT_ROOT'];
require "$path/Smarty/Smarty.class.php";
$smarty = new Smarty();
//$smarty->template_dir = "$path/temp/smarty/templates";
//$smarty->compile_dir = "$path/temp/smarty/templates_c";
//$smarty->cache_dir = "$path/temp/smarty/cache";
//$smarty->config_dir = "$path/temp/smarty/configs";
$smarty->setTemplateDir("$path/temp/smarty/templates");
$smarty->setCompileDir("$path/temp/smarty/templates_c");
$smarty->setCacheDir("$path/temp/smarty/cache");
$smarty->setConfigDir("$path/temp/smarty/configs");
$smarty->assign('title', 'Тестовая веб-страница');
$smarty->display("$path/temp/index.tpl");
?>
$path = G:/Server/domains/mysite/www