Форум: "Прочее";
Текущий архив: 2007.02.18;
Скачать: [xml.tar.bz2];
ВнизШаблонизатор TemplatePower Найти похожие ветки
← →
SerJaNT © (2007-01-28 07:47) [0]Пишу CMS и в качестве теплэйтера использую TemplatePower. Столкнулся со следующей проблемой:
в блок Mods не инклудится loadmods, т.е. файл существует, но при обращение к index.php ничего не выводится. В чем ошибка? В мануале написано что метод prepare необходимо использовать после assignInclude, но у меня и так стоит после. Вроде все правильно, но не работает...
index.php$tpl = new TemplatePower( $def_templ_dir."body.tpl" );
$tpl->newBlock( "Mods" );
$tpl->assignInclude( "loadmod", "./modules/".$out["mod_name"]."/module.php" );
$tpl->prepare();
$tpl->printToScreen();
body.tpl<!-- INCLUDE BLOCK : block_header -->
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="300"><p><img src="{SITELOGO}" alt="{SITETITLE}" width="151" height="34" /></p>
</td>
<td width="66%">{BANNER}</td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="200" valign="top">
<!-- START BLOCK : Menu -->
<a href="{ITEMURL}" title="{ITEMTITLE}" target="{ITEMTARGET}">{ITEMCAPTION}</a><br>
<!-- END BLOCK : Menu -->
</td>
<td width="74%" valign="top">
<!-- START BLOCK : Mods -->
<!-- INCLUDESCRIPT BLOCK : loadmod -->
<!-- END BLOCK : Mods -->
</td>
</tr>
</table>
<!-- INCLUDE BLOCK : block_footer -->
When i go to index.php i doesn"t do the include...:(((( Why?
← →
SerJaNT © (2007-01-28 11:34) [1]ап!
Страницы: 1 вся ветка
Форум: "Прочее";
Текущий архив: 2007.02.18;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.044 c