Gossamer Forum
Skip to Content



Home : Products : Gossamer Links : Discussions :

Current URL

Quote Reply
Current URL
His there a way to make a plug that return the Current URL?
Quote Reply
Re: [nir] Current URL In reply to
Hi nir,

I'm using this global.

<%return_url%>

Code:
sub {
# ----------------------------------------
# Get current url
return $CFG->{build_root_url} . $ENV{REQUEST_URI};
}

rgrdz
Boris
------------------------------
naviteq - http://www.naviteq.net
The precise GPS positioning
Quote Reply
Re: [eupos] Current URL In reply to
thanksWink