Hi Guys
I want to make a modification to the header. I want to display my telephone number below the search facility.
Please can someone advise of the file to edit and the code i would need to apply this solution.
I have attached a image for better understanding.
1 answer
If you turn on Template Path Hints, you will see the path of templates. Then you only need to open it and edit as you want.
Pls read this thread to know how to turn on http://www.joomlart.com/forums/showt…l=1#post183762
To add telephone number below the search, open app\design\frontend\default\jm_rasitetemplate\pag e\html\header.phtml and add
HTML Code:
<div>your number</div>
below of
PHP Code:
<?php echo $this->getChildHtml('topSearch') ?>
This question is now closed