Title shows up but url does not.
Screen
i changed this
$linktothis_url = check_url($_SERVER["SCRIPT_URI"]);
to
$protocol = strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))=='https'?'https':'http'; $linktothis_url = check_url($protocol."://".$_SERVER['SERVER_NAME'].$_SERVER["REQUEST_URI"]);
just in case someone else has the same problem.
Changes committed (http://drupal.org/node/814446)... Thanks!
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
XerraX commentedi changed this
to
Comment #2
XerraX commentedjust in case someone else has the same problem.
Comment #3
jerdiggity commentedChanges committed (http://drupal.org/node/814446)...
Thanks!