Changeset 836 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/albums.php
- Timestamp:
- 09/23/07 23:49:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/gallery/php-files/modules/gallery/albums.php
r833 r836 186 186 if ($gallery->user->isLoggedIn() && !$gallery->session->offline) { 187 187 188 $displayName = $gallery->user->displayName();189 $adminCommands .= sprintf(gTranslate('core', "Welcome, %s"), $displayName) . " <br>";188 // $displayName = $gallery->user->displayName(); 189 // $adminCommands .= sprintf(gTranslate('core', "Welcome, %s"), $displayName) . " <br>"; 190 190 } 191 191 … … 201 201 202 202 if ($gallery->user->isLoggedIn() && !$gallery->session->offline) { 203 if ($gallery->user->isAdmin()) {203 /* if ($gallery->user->isAdmin()) { 204 204 205 205 $iconText = getIconText('unsortedList.gif', gTranslate('core', "Administer startpage")); … … 216 216 } 217 217 } 218 218 */ 219 219 if ($gallery->userDB->canModifyUser()) { 220 220 $iconText = getIconText('yast_sysadmin.gif', gTranslate('core', "Preferences"));
Note: See TracChangeset
for help on using the changeset viewer.
