Skip to content

Commit

Permalink
Small misalignment in the info center - thanks Jorin for reporting
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Aug 26, 2014
1 parent baffa52 commit f6ce9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/BoardIndex.template.php
Expand Up @@ -243,7 +243,7 @@ function template_ic_show_events()
echo '
<li class="board_row">
<h3 class="ic_section_header">
<a href="', $scripturl, '?action=calendar"><img class="icon" src="', $settings['images_url'], '/icons/calendar.png', '" alt="" />', $context['calendar_only_today'] ? $txt['calendar_today'] : $txt['calendar_upcoming'], '</a>
<a href="', $scripturl, '?action=calendar"><img class="icon" src="', $settings['images_url'], '/icons/calendar.png', '" alt="" /> ', $context['calendar_only_today'] ? $txt['calendar_today'] : $txt['calendar_upcoming'], '</a>
</h3>';

// Holidays like "Christmas", "Hanukkah", and "We Love [Unknown] Day" :P.
Expand Down Expand Up @@ -319,7 +319,7 @@ function template_ic_show_users()
echo '
<li class="board_row">
<h3 class="ic_section_header">
', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<img class="icon" src="', $settings['images_url'], '/icons/online.png', '" alt="" />', $txt['online_now'], ':
', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<img class="icon" src="', $settings['images_url'], '/icons/online.png', '" alt="" /> ', $txt['online_now'], ':
', comma_format($context['num_guests']), ' ', $context['num_guests'] == 1 ? $txt['guest'] : $txt['guests'], ', ', comma_format($context['num_users_online']), ' ', $context['num_users_online'] == 1 ? $txt['user'] : $txt['users'];

// Handle hidden users and buddies.
Expand Down

0 comments on commit f6ce9ab

Please sign in to comment.