emiglio

Hello
I use theme emiglio but I would like put a logo footer in my homepage.
My question is

1. if I need created a folder image in my theme emiglio and put different image there?

2. These code for add image it is ok?
<a href="example.html"> <img src ="/var/www/theme/emiglio/image/nameimage.jpg"></a>

Thanks
Gus
www.koluel.org

A better place for the logo might be in files/theme_uploads, since that is where themes generally put files that are uploaded through the configuration pages.

The src would then be something like:
http://yoursite.com/files/theme_uploads/nameimage.jpg

thanks very much

Hello
I have another questons about of put footer logo.
I need put the images in the footer, In what file must add the sentence? Now I have in a simple page
www.koluel.org but I would like put in the footer.
thanks
gus

The footer can be modified in themes/common/footer.php

Thanks very much