Symon
|
Page TitlesSearch engines like page titles that are purely about your topics.
Humans especially with out tabbed browsers like to know the site they are on.
You can have it both ways with this example change to overall_header.tpl.
In place of the existing {PAGE_TITLE} use:
| Code: |
<!-- BEGIN switch_user_logged_out -->
<title>{PAGE_TITLE}</title>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<title>{SITENAME}: {PAGE_TITLE}</title>
<!-- END switch_user_logged_in -->
|
|