19 Oct 2009, 1:03 PM
New Zenner
- Join Date:
- Sep 2006
- Posts:
- 80
- Plugin Contributions:
- 0
lang variables for about us, contact, imprint
using a smarty header template (header.tpl.html) with right menu definitions ...
I would like to add 3 language definitions in my rightmenu.tpl.html like:
{if $val.cart}
<a href="{$val.linkCart}">{$val.textCart}</a> |
<a href="{$val.linkCheckout}">{$val.textCheckout}</a> |
{/if}
<a href="index.php?main_page=page&id=44&chapter=0">{$val.textShipping}</a> |
which variables {$val.textVariable} can i use for:
about us, contact, imprint