Title shows up but url does not.

Screen

Comments

XerraX’s picture

i changed this

$linktothis_url = check_url($_SERVER["SCRIPT_URI"]);

to

XerraX’s picture

$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.

jerdiggity’s picture

Assigned: Unassigned » jerdiggity
Status: Active » Fixed

Changes committed (http://drupal.org/node/814446)...
Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.