View Single Post
  #3  
Old 10-30-2006, 03:57 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: HTML catalog with absolute path 2 all

Try putting this in skin1/customer/home.tpl before </head>:

Code:
<BASE href="{if $smarty.server.HTTPS eq "on"}{$https_location}{else}{$http_location}{/if}/">

Then regenerate your catalog.
Reply With Quote