X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Smarty Equation help (https://forum.x-cart.com/showthread.php?t=16703)

SilverSiR 09-19-2005 11:11 AM

Smarty Equation help
 
Hi,

What I need to do is embed something in the html on only help pages. I don't quite understand the syntax and language of Smarty.

I'm guessing something like this,

If selection='help', then add the following, end.

anoack 09-19-2005 12:39 PM

Quite simple, what you want to do is open up help/index.tpl and just add

Code:

{elseif $section eq "other"}
{include file="help/other.tpl"}

Make sure you add this before the {else} tag and after the {if $section eq "Password_Recovery"} tag.

so if some one went to help.php?section=other then it would display other.tpl.

Hope this helps!


All times are GMT -8. The time now is 08:51 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.