![]() |
Hi Gijs,
You could merge both if statements togther since the content within each is the same: Code:
<table width="100%"> |
hi pmstudios,
Made a mistake in my code US should be "2" as page_id is an auto-increment field Code:
{if $pages_menu[pg].pageid ne "2"} So I guess putting them together is out of the question ? Thanks, Gijs |
Hey Gijs,
Try this then... Code:
{if $store_language eq "NL" or $store_language eq "US"} |
Hi pmstudios,
This doesn't work as in the US-language it shows the file with pageid=2. But again, you've pointed me in the right direction 8) This 'll do the trick: Code:
{if $store_language eq "NL" or $store_language eq "US"} Thanks, Gijs |
Ah, I see. I was confused as to what you were wanting to display.
Glad you got it 8) |
All times are GMT -8. The time now is 09:49 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.