Skip to content
Snippets Groups Projects
Commit 1b4a4c46 authored by Seth Meranda's avatar Seth Meranda
Browse files

change the browse URL to the new members plugin.

parent e48b0b20
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ if (preg_match('/friend/', $vars['title'])) { // if on a friends page, interst l
echo '
<script type="text/javascript">
WDN.jQuery(document).ready(function(){
WDN.jQuery("#content_area_user_title h2").after("<p><a href=\'' . $CONFIG->url .'pg/browse/\'>Browse all the Planet Red users</a> to find your Husker friends!</p>");
WDN.jQuery("#content_area_user_title h2").after("<p><a href=\'' . $CONFIG->url .'mod/members/\'>Browse all the Planet Red users</a> to find your Husker friends!</p>");
});
</script>';
} // end if on a friends page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment