[solved] different title on homepage and rest of the website
Posted: Sun Aug 28, 2011 4:28 pm
Hi,
I tryied search on this website, but didnt find answer, so I hope you can help me.
Just now i have title like this, for all pages:
I want to know what I have to write in template to have:
Only on homepage:
On the other pages
I know that it will be some simple condition, but I am not very strong on smarty and cobstructing coniditions, can you help me please?
Thanks a lot!
I tryied search on this website, but didnt find answer, so I hope you can help me.
Just now i have title like this, for all pages:
Code: Select all
<title>{sitename} | {title}</title>
Only on homepage:
Code: Select all
<title>{sitename}</title>
Code: Select all
<title>{title} | {sitename}</title>
Thanks a lot!