Jump to content

Saimon

Newbie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Saimon

  1. Не отображается шаблон В шаблоне файл header.tpl находится меню сайта При загрузке ничего не отображается Скрипт загрузки шаблона: <?php $_SERVER['DOCUMENT_ROOT'] = '/home/u95540/mr-apple.ru/'; require($_SERVER['DOCUMENT_ROOT'].'/libs/Smarty.class.php'); $smarty = new Smarty(); $smarty->template_dir = $_SERVER['DOCUMENT_ROOT'].'/templates'; $smarty->compile_dir = $_SERVER['DOCUMENT_ROOT'].'/templates_c'; $smarty->cache_dir = $_SERVER['DOCUMENT_ROOT'].'/cache'; $smarty->config_dir = $_SERVER['DOCUMENT_ROOT'].'/configs'; $smarty -> assign("text"); $smarty -> display("./templates/header.tpl"); ?> Подскажите что сделал не так???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy