Image in header… JM_Sporty..

Hi Joomlart,

I was wondering if it is possible to add an image to the header in theme JM_sporty…

I am thinking an image with "free delivery" could be added where the language images is, or just next to them…

Anyone that can help me with this little issue, you can see the theme here: http://outdooradventure.magentodemo.dk/

Have a great day,

Jonas D. Morbech
Outdoor Adventure

3 answers

Profile photo of tomc 0.00 $tone February 7, 2014
Public

Try This . . . .

1. Upload your image to --> skin/frontend/default/your_theme/images/your_image.jpg

2. Open file app/design/frontend/default/your_theme/template/page/html/header.phtml

3. Add this code to the place that you want.

Code:

 <a href="Your_link"><img src="<?php echo $this->getSkinUrl('images/your_image.jpg'); ?>" alt=""></a>

Hope That Helps

#1

Please login or Register to Submit Answer

Written By

Comments