From 2970d000836de0d7982d5281269650fd3b336950 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Fri, 29 Oct 2010 11:14:39 +0000 Subject: #667699 - Wrong login URL in FAB and Colors theme svn 9719 (Markup in colors theme) --- themes/colors/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/colors') diff --git a/themes/colors/header.php b/themes/colors/header.php index 902d5c819e..31ec759535 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -120,7 +120,7 @@ if ($view!='simple') { if (WT_USER_ID) { echo '
  • ', getUserFullName(WT_USER_ID), '
  • ', - ' |
  • ', logout_link(), '
  • '; + ' |
  • ', logout_link('class="icon_color"'), '
  • '; if (WT_USER_GEDCOM_ADMIN) { echo ' |
  • ', i18n::translate('Administration'), '
  • '; } @@ -128,7 +128,7 @@ if ($view!='simple') { echo ' |
  • ', i18n::translate('Pending Changes'), '
  • '; } } else { - echo '
  • ', login_link(), '
  • '; + echo '
  • ', login_link('class="icon_color"'), '
  • '; } echo ' | ', MenuBar::getFavoritesMenu()->getMenuAsList(); $language_menu=MenuBar::getLanguageMenu(); -- cgit v1.3