X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Mod on how Title is despalyed (https://forum.x-cart.com/showthread.php?t=28177)

alru111 01-19-2007 11:58 AM

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>

balinor 01-19-2007 12:16 PM

Re: Mod on how Title is despalyed
 
Moving to Template Editing.


All times are GMT -8. The time now is 02:03 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.