![]() |
can't get static pages to parse smarty tags
1) i've enabled the option to parse in general settings
2) i'm using an ebedded page for the static page 3) in root, i made a custom wrapper page, /aboutus.php, which consists of the following code: Code:
<?php This way all the content is editable through the admin panel and I can use smarty tags (which aren't available on root static pages for some reason...) I've used the outline for home.tpl as my template to include the std. header, etc. Code:
{* $Id: home.tpl,v 1.88.2.14 2008/07/15 12:07:39 ferz Exp $ *} {if $printable ne ''} {include file="customer/home_printable.tpl"} {else} {config_load file="$skin_config"} {include file="meta.tpl" } {include file="rectangle_top.tpl" } {include file="head.tpl" } {if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if} Can anyone point out what i'm doing wrong? This is on 4.1.12 |
Re: can't get static pages to parse smarty tags
ok, i think i got this sorted...
instead of the include, i'm using smarty. Code:
<?php |
All times are GMT -8. The time now is 11:55 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.