diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-12 10:11:52 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-12 10:11:52 +0000 |
commit | 4c7837dafcf4b1c68c011f178315f38285aa0030 (patch) | |
tree | 2641ad0ddfbf134d8ebac031cd719b9207382c69 /mod/profile | |
parent | 12c2361b2bf7eb15f79bcfa288da8d3a253c07fc (diff) | |
download | elgg-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')
-rw-r--r-- | mod/profile/views/default/profile/submenu.php | 2 |
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> |