Sniuff

Topic: There is no title in website expect index

I have just installed Jobberbase 1.9 (newest).
And I have set title in Adminstration.

But all my pages expect index.php is without any title.

Code:
<title></title>

Even my administration is without title.

putypuruty

Re: There is no title in website expect index

Hi!

Some pages have titles by default (for example the job's detail page), but for others (like categories) you have to set them yourself.

For example, in case of categories, you can set the title from inside the admin panel. You have to click on Categories and then set the title for each category.

I hope this helps.

Sniuff

Re: There is no title in website expect index

But whats about Administration (/admin/)?
There is no title.

putypuruty

Re: There is no title in website expect index

OK, I see now. Indeed, we seem not to set the title at all in the administration pages, but nobody reported this so far.

Sniuff

Re: There is no title in website expect index

I just edited my header.tpl and changed {$html_title} to Administration, but I don't think that this is the best answer solving this problem smile