diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 344aa0d1c86825349a461a23800feae7be7c4276..2d7b4f3617d1844ae6bb26afce061ba7f4fb5893 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -20,8 +20,7 @@ p.witw_location { text-transform: capitalize; } -</style>" - +</style> <!--[if IE]> <style type="text/css"> #FE_InfoWindow { @@ -177,15 +176,15 @@ function applylabel(latlng, location, title, comment, displayname, username, lin if(!linkname){ //these are the most recently joined users if(comment != undefined && comment != "") label.openInfoWindowHtml('<div id="witw_wrapper">'+ - '<img class="witw_icon" src="<?php echo $CONFIG->url ?>mod/profile/icondirect.php?username=' + username + '&size=medium" width="60" height="60" /><h1>' + displayname + '</h1>'+ + '<a href="<?php echo $CONFIG->url ?>pg/profile/' + username + '"><img class="witw_icon" src="<?php echo $CONFIG->url ?>mod/profile/icondirect.php?username=' + username + '&size=medium" width="60" height="60" /></a><h1>' + displayname + '</h1>'+ '<p class="witw_location">' + location + '</p><p class="witw_title">' + title + '</p>'+ - '<p class="witw_comment"><strong>Why here?</strong><br /><em>\"' + comment + '\"</em></p>'+ + '<p class="witw_comment"><strong>Why here?</strong><br /><em>\"' + comment + '\"</em></p><p class="witw_comment" style="margin-top:-6px; padding-right: 12px; text-align:right;"><a href="<?php echo $CONFIG->url ?>pg/profile/' + username + '">View Profile</a></p>'+ '</div>', 256, 154); else label.openInfoWindowHtml('<div id="witw_wrapper">'+ - '<img class="witw_icon" src="<?php echo $CONFIG->url ?>mod/profile/icondirect.php?username=' + username + '&size=medium" width="60" height="60" /><h1>' + displayname + '</h1>'+ + '<a href="<?php echo $CONFIG->url ?>pg/profile/' + username + '"><img class="witw_icon" src="<?php echo $CONFIG->url ?>mod/profile/icondirect.php?username=' + username + '&size=medium" width="60" height="60" /></a><h1>' + displayname + '</h1>' + '<p class="witw_location">' + location + '</p><p class="witw_title">' + title + '</p>'+ - '<p class="witw_comment"></p>'+ + '<p class="witw_comment"></p><p class="witw_comment"><a href="<?php echo $CONFIG->url ?>pg/profile/' + username + '">View Profile</a></p>'+ '</div>', 256, 154); } else //these are the featured WITW Huskers (like Buffett, etc)