DannyITR
11-24-2005, 10:34 PM
$home[leftblocks]
Is leftblocks a new value for the variable $home?
I need to know how I can create a new [leftblocks_alternate] lets say and have it displayed if a user is using my french language pack.
I was going to do an if else statement but I don't know what the exact code should be. Can anyone help?
<if condition=" lang="french">
$home[leftblocks]
else
$home[leftblocks_english]
</if>
How can I do this?
Is leftblocks a new value for the variable $home?
I need to know how I can create a new [leftblocks_alternate] lets say and have it displayed if a user is using my french language pack.
I was going to do an if else statement but I don't know what the exact code should be. Can anyone help?
<if condition=" lang="french">
$home[leftblocks]
else
$home[leftblocks_english]
</if>
How can I do this?