
Silvatti
User
Oct 4, 2006, 10:24 AM
Post #5 of 6
(3272 views)
Shortcut
|
|
Re: [sji2671] Title tag in Categories
[In reply to]
|
Can't Post
|
|
I have to admit I'm much of a novice on .asp. Purely out of my own curiosity, under SETUP OPTIONS --> SERVER, do you have your default file extension set to .asp? At any rate, I think what you'll want to do is edit the files located in the /cgi-bin/artman/templates/ directory (including many of the files in its subdirectories, if you want the same effect on all pages generated by AM). Because I'm just not familiar enough with ASP to even begin knowing how to debug, I'd just recommend inserting $cat_name_he$ precisely where you need it between the <TITLE> tags. Then log on AM with Administrator privileges, go to SETUP OPTIONS, scroll down and hit the PUBLISH ALL button for your changes to take effect. For my part, I just write out the web site's name like so: <title>$cat_name_he$ - Mysite.com</title> Hope this works.
(This post was edited by Silvatti on Oct 4, 2006, 10:25 AM)
|