diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-27 10:33:28 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-27 10:33:28 +0000 |
commit | 6b6d0bf9f1881d18959a2ee5241a94559ef2765a (patch) | |
tree | 4f95357f2e1cf332158d04964f2669d008c817fe /views | |
parent | 283a7758eaae7a4f8f1165eb7d31f2a60c32edea (diff) | |
download | elgg-6b6d0bf9f1881d18959a2ee5241a94559ef2765a.tar.gz elgg-6b6d0bf9f1881d18959a2ee5241a94559ef2765a.tar.bz2 |
Initial inclusion of profile icon navigation
git-svn-id: https://code.elgg.org/elgg/trunk@1163 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/navigation/topmenu.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/default/navigation/topmenu.php b/views/default/navigation/topmenu.php index e0e10bfb9..40793c546 100644 --- a/views/default/navigation/topmenu.php +++ b/views/default/navigation/topmenu.php @@ -19,11 +19,9 @@ if (isloggedin()) {
?>
<div id="topmenu">
-<div class="usericon">
<?php
echo elgg_view("profile/icon",array('entity' => $vars['user'], 'size' => 'small'));
?>
-</div>
<div id="header_search">
<form id="searchform" action="<?php echo $vars['url']; ?>search/" method="get">
|