View Single Post
  #6  
Old 06-19-2006, 01:27 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default

Version 4.1.1 is different. I do not see skin1/admin/configuration.tpl file. There is a configuration.tpl file in skin1/admin/main. But it does not have the code for the title format dropdown. Does anyone know where to find the code in 4.1.1?

One way to workaround is just using
Code:
<title> {section name=position loop=$location} {if %position.last%}{$location[position].0|escape}{/if} {/section} </title>
to replace
Code:
<title> {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {$location[position].0|strip_tags|escape} {if not %position.last%} > {/if} {/section} {else} {section name=position loop=$location step=-1} {$location[position].0|strip_tags|escape} {if not %position.last%} :: {/if} {/section} {/if} </title>
in home.tpl.

Thanks for sharing.
__________________
version 4.1.1
Reply With Quote