Zen Cart Logo
Forums / General Questions / lang variables for about us, contact, imprint

lang variables for about us, contact, imprint

Locked

Views: 352

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
19 Oct 2009, 1:03 PM
#1
fulltilt avatar

fulltilt

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