Skip to content
Snippets Groups Projects
Commit 8ab0fb81 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Add id 'mobile_navigation' to the nav UL

parent 528ffb50
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@
<div id="elgg_topbar_container_left">
<div class="toolbarlinks">
<div class="toolbarlinks" id="mobile_navigation">
<h2>Planet Red Mobile Navigation</h2>
<ul>
<li><a href="<?php echo $vars['url']; ?>pg/dashboard/?view=mobile" class="pagelinks"><?php echo elgg_echo('Home'); ?></a></li>
<li><a href="<?php echo $vars['url']; ?>pg/profile/<?php echo $vars['user']->username; ?>?view=mobile" class="pagelinks"><?php echo elgg_echo('profile'); ?></a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment