Hyperlinking Mian Logo Hello again Philipp, As requested... I shall post here. As mentioned I am new to your CMS as of yesterday, and just want to help... A standard "rule" is to hyperlink the following > images/contentteller_logo.gif back into main site entry. Jim www.jamesjcotton.com
This is small modification in site_header. Replace: Code: <h1><img src="{$insert['site_logo_path']}" alt="{$insert['site_logo_description']}" /></h1> with: Code: <h1><a href="{$insert['site_url']}"><img src="{$insert['site_logo_path']}" alt="{$insert['site_logo_description']}" /></a></h1> I will try to add this in the next release
Thank-you sir!! And I hope you don't mind "if I suggest/help" etc... I'm 50 y/o... been programming "things" on and off since the late 1970's (machines) on paper tape. Jim