Page 1 of 1

[SOLVED] Calguys User Directory & Current page URL

Posted: Tue Sep 29, 2015 6:52 am
by urheat
Hi!

I'm trying to create a Facebook Like Button to a detail page of CG User Directory module.

How can I get the url of the current page?

CMSMS 1.12.1
CGUserDirectory 1.4.5
FrontEndUsers 1.28


Thanks!

Re: Calguys User Directory & Current page URL

Posted: Tue Sep 29, 2015 7:11 am
by Rolf

Code: Select all

{root_url}/{$smarty.server.REQUEST_URI}

Re: Calguys User Directory & Current page URL

Posted: Tue Sep 29, 2015 7:15 am
by urheat
Rolf wrote:

Code: Select all

{root_url}/{$smarty.server.REQUEST_URI}
Thanks Rolf!!