I would like to add the the code below to enable a contact link in my header.
Code: Select all
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
I have added the code below to my header.php but nothing.. anyone know how I can add variable to the header.tpl?Notice: Undefined variable: text_contact in /home/www/opencart/catalog/view/theme/shoppica/template/common/header.tpl on line 163
Code: Select all
$_['text_contact'] = 'Contact Us';