Re: Top browser bar above the URL Question
Thanks for the quick reply
I have played around with the seo settings but that does not really address what i am after.
For instance if i wanted to put ' this is a great site designed by me' into the title tag for every page the only way i know wouold be to add it to the company options - company name, but this messes with the breadcrumbs and the invoice.
If i was to use this text as an example and not being to hot with the {if} statements is it a large script change. My home.tpl <title> looks like this
<title>
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|strip_tags|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|strip_tags|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
</title>
Thanks again
Richard
|