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)
-   -   How to Change the X-cart title code... (https://forum.x-cart.com/showthread.php?t=14734)

GriffithLea 07-09-2005 10:16 AM

Well, I tried it, but it didn't do exactly what I wanted. However, trying it got my feet wet enough to work with it a little bit and come up with something I liked. Here is my try, which is currently active on my site:

Code:

<TITLE>
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if %position.first%} - {$lng.lbl_seo_title}{/if}
{if not %position.last%} - {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if %position.first%} - {$lng.lbl_seo_title}{/if}
{if not %position.last%} - {/if}
{/section}
{/if}
</TITLE>


Thanks!


All times are GMT -8. The time now is 12:07 PM.

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