Gossamer Forum
Home : Products : Links 2.0 : Discussions :

"Untitled" in the title field of IE???

Quote Reply
"Untitled" in the title field of IE???
Hello,

Can someone give me an idea of how to get my IE title field to show the correct title as well as page name when using links. I must have butchered some code and now it shows up completely incorrect. Here is an example of a page:

http://www.eslonline.com/eslinks/index.html

Thanks much!

Quote Reply
Re: [jpeebles] "Untitled" in the title field of IE??? In reply to
I already answered this in the other forum when you asked for an answer.
Quote Reply
Re: [jpeebles] "Untitled" in the title field of IE??? In reply to
In links.cfg add your site's name:

$build_site_title = 'Site Name';

In your templates add title tags:

<title><%site_title%>: Page Name</title>

In category.html:

<title><%site_title%>: <%category_name%></title>