replace title name with image

gouvrit / 2013-01-07 09:39:18   

hello
I found threads about this but all for legacy. In 2.0 there is no pre-nav buttons, so I don't know where to edit the title code.
my website is gouvrit.org. I want to replace my name with a jpg. Where to I change that? I know the code has to refer /files/gimgs/logo_title.jpg

thanks
If I missed the thread for 2.0, please let me know.

arsondpi / 2013-01-07 10:17:26   

Click Admin/Theme. Edit the pre-nav area to something like:

  1. <h1><a href='/' title='{{obj_name}}'><img src='THE_URL_OF_YOUR_IMAGE' alt='{{obj_name}}' /></a></h1>

This thread has been closed, thank you.