|
@@ -232,7 +232,7 @@ function template_info_center()
|
|
|
// Here's where the "Info Center" starts...
|
|
|
echo '
|
|
|
<div class="roundframe" id="info_center">
|
|
|
- <div class="info_bar">
|
|
|
+ <div class="title_bar">
|
|
|
<h3 class="infobg">
|
|
|
<span class="toggle_up floatright" id="upshrink_ic" title="', $txt['hide'], '" style="display: none;"></span>
|
|
|
<a href="#" id="upshrink_link">', sprintf($txt['info_center_title'], $context['forum_name_html_safe']), '</a>
|
|
@@ -293,7 +293,7 @@ function template_ic_block_recent()
|
|
|
|
|
|
// This is the "Recent Posts" bar.
|
|
|
echo '
|
|
|
- <div class="sub_places">
|
|
|
+ <div class="sub_bar">
|
|
|
<h4 class="subg">
|
|
|
<a href="', $scripturl, '?action=recent"><img class="icon" src="', $settings['images_url'], '/post/xx.png" alt="">', $txt['recent_posts'], '</a>
|
|
|
</h4>
|
|
@@ -345,7 +345,7 @@ function template_ic_block_calendar()
|
|
|
|
|
|
// Show information about events, birthdays, and holidays on the calendar.
|
|
|
echo '
|
|
|
- <div class="sub_places">
|
|
|
+ <div class="sub_bar">
|
|
|
<h4 class="subg">
|
|
|
<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>
|
|
|
</h4>
|
|
@@ -393,7 +393,7 @@ function template_ic_block_stats()
|
|
|
|
|
|
// Show statistical style information...
|
|
|
echo '
|
|
|
- <div class="sub_places">
|
|
|
+ <div class="sub_bar">
|
|
|
<h4 class="subg">
|
|
|
<a href="', $scripturl, '?action=stats" title="', $txt['more_stats'], '"><span class="stats_icon boards"></span>', $txt['forum_stats'], '</a>
|
|
|
</h4>
|
|
@@ -410,7 +410,7 @@ function template_ic_block_online()
|
|
|
global $context, $scripturl, $txt, $modSettings, $settings;
|
|
|
// "Users online" - in order of activity.
|
|
|
echo '
|
|
|
- <div class="sub_places">
|
|
|
+ <div class="sub_bar">
|
|
|
<h4 class="subg">
|
|
|
', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<span class="stats_icon people"></span>', $txt['online_users'], '', $context['show_who'] ? '</a>' : '', '
|
|
|
</h4>
|