[SOLVED]Error when trying to insert contactus link in header
Posted: Sat Nov 05, 2011 6:08 pm
Hi,
We want to move the contact us link up in the header.tpl file.
I have pasted in this line <a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a> in catalog/view/theme/default/template/common/header.tpl
And in the language file header.php i found under /catalog/language/english/common/ I have inserted this line
$_['text_contact'] = 'Contact';
When i refresh the site (I have deleted all cache) i get this error message:
Notice: Undefined variable: text_contact in /catalog/view/theme/default/template/common/header.tpl on line 104
Does anybody know how I can fix this, tried to search on the forum but didn't find any solution yet.
Regards
Thomas
We want to move the contact us link up in the header.tpl file.
I have pasted in this line <a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a> in catalog/view/theme/default/template/common/header.tpl
And in the language file header.php i found under /catalog/language/english/common/ I have inserted this line
$_['text_contact'] = 'Contact';
When i refresh the site (I have deleted all cache) i get this error message:
Notice: Undefined variable: text_contact in /catalog/view/theme/default/template/common/header.tpl on line 104
Does anybody know how I can fix this, tried to search on the forum but didn't find any solution yet.
Regards
Thomas