View Single Post
  #1379  
Old 05-09-2019, 03:52 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

skin/reboot/custom/reboot_service_head.tpl

This should be sufficient...
Code:
{if $homepage} <link rel="canonical" href="{$current_location}" /> <link rel="prerender prefetch" href="{$current_location}"> {else} <link rel="canonical" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" /> <link rel="prerender prefetch" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" /> {/if}
__________________
xcartmods.co.uk
Reply With Quote