View Single Post
  #11  
Old 07-09-2005, 10:16 AM
  GriffithLea's Avatar 
GriffithLea GriffithLea is offline
 

Member
  
Join Date: Jun 2005
Location: Houston, TX
Posts: 28
 

Default

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!
__________________
Started out with Version 4.0.13 .
Upgraded to Version 4.0.14 on 27 Jun 2005 .
Upgraded to Version 4.0.17 on 04 Dec 2005 .
Upgraded to Version 4.0.19 on 24 Oct 2006 .
Reply With Quote