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

added link to browse page for all the friends pages.

parent 38372ba3
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,16 @@ echo $feedref;
echo elgg_view('metatags',$vars);
?>
<?php
if (preg_match('/friend/', $vars['title'])) {
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>");
});
</script>';
}
?>
<?php
if ($vars['title'] == "Edit profile") {
?>
<style type="text/css">
......
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