View Single Post
  #1  
Old 01-19-2007, 11:58 AM
 
alru111 alru111 is offline
 

eXpert
  
Join Date: Dec 2005
Posts: 244
 

Default 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
Reply With Quote