aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-12 10:11:52 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-12 10:11:52 +0000
commit4c7837dafcf4b1c68c011f178315f38285aa0030 (patch)
tree2641ad0ddfbf134d8ebac031cd719b9207382c69 /mod/profile/views
parent12c2361b2bf7eb15f79bcfa288da8d3a253c07fc (diff)
downloadelgg-4c7837dafcf4b1c68c011f178315f38285aa0030.tar.gz
elgg-4c7837dafcf4b1c68c011f178315f38285aa0030.tar.bz2
Removed unneeded div from around submenu lists.
git-svn-id: http://code.elgg.org/elgg/trunk@5373 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r--mod/profile/views/default/profile/submenu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/submenu.php b/mod/profile/views/default/profile/submenu.php
index 906200a00..682b910c2 100644
--- a/mod/profile/views/default/profile/submenu.php
+++ b/mod/profile/views/default/profile/submenu.php
@@ -15,7 +15,7 @@
?>
-<ul>
+<ul class="submenu profilelinks">
<li><a href="<?php echo $CONFIG->wwwroot . "mod/profile/edit.php"; ?>"><?php echo elgg_echo('profile:details'); ?></a></li>
<li><a href="<?php echo $CONFIG->wwwroot."mod/profile/editicon.php"; ?>"><?php echo elgg_echo('profile:editicon'); ?></a></li>
<li><a href="<?php echo $CONFIG->wwwroot."pg/profile/" . $_SESSION['user']->username; ?>"><?php echo elgg_echo('profile:back'); ?></a></li>