
04-27-2012, 09:20 AM
|
|
 | |
|
|
 X-Guru
|
|
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
|
|
|
Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
Quote:
Originally Posted by tqualizerman
That almost solved it, but it's not including the domain for some reason (and so facebook is adding www.facebook.com followed by the correct sub-directory structure.)
|
Code:
{if $php_url.query_string eq ""}
{assign var="href" value="`$http_location``$php_url.url`"}
{else}
{assign var="href" value="`$http_location``$php_url.url`?`$php_url.query_string`"}
{/if}
|
|