Mod on how Title is despalyed
Here is a little fix of how title is displayed in the admin area. It's more convenient when you use browser 'back' or 'front' buttons. Might be useful to someone.
skin1/single/home.tpl
find
<TITLE>{$lng.txt_site_title}</TITLE>
replace with
<TITLE>
{section name=position loop=$location start=1}
{$location[position].0|strip_tags:false|strip|truncate:60}
{/section}
</TITLE>
__________________
X-Cart version 4.0.19
|