Hi,
I am trying to add a default headTitle to my application.ini. I am trying to do so but I am not having any success.
First off... is this even possible? I have tried code such as this: -
resources.view[] =
resources.view.headTitle = "Base Project"
and...
resources.view[] =
resources.view.headtitle.title = "Base Project"
But neither seem to work.
It should be pointed out that I am pretty new to ZEND.... currently trying to create my first site in it. Any help would be greatly appreciated!

