1
Hi,
I wanted to adjust a template of the modules "weblinks", because it uses yahoo map links which don't help me in my German setting. So I wanted to add a section that is used when the $country variable is set to german. However, it doesn't seem to work.
There is a line like this which seems to be used:
<{if $country == 'usa'}>
but if I insert a section like this:
<{if $country == 'german'}>
testing
<{/if}>
nothing happens. I tried also $country == 'de', but had no luck. Where do I find a reference guide for these variables?