Ver código fonte

Paws can make mistakes...
Signed-off-by: Antes <[email protected]>

Antes 11 anos atrás
pai
commit
03e6e42487

+ 3 - 3
Themes/default/Admin.template.php

@@ -169,7 +169,7 @@ function template_credits()
 					<div id="admincenter">
 						<div id="support_credits">
 							<div class="sub_bar">
-								<h3 class="subg">
+								<h3 class="subbg">
 									', $txt['support_title'], ' <img src="', $settings['images_url'], '/smflogo.png" id="credits_logo" alt="">
 								</h3>
 							</div>
@@ -203,7 +203,7 @@ function template_credits()
 	// Point the admin to common support resources.
 	echo '
 							<div id="support_resources" class="sub_bar">
-								<h3 class="subg">
+								<h3 class="subbg">
 									', $txt['support_resources'], '
 								</h3>
 							</div>
@@ -217,7 +217,7 @@ function template_credits()
 	// The most important part - the credits :P.
 	echo '
 							<div id="credits_sections" class="sub_bar">
-								<h3 class="subg">
+								<h3 class="subbg">
 									', $txt['admin_credits'], '
 								</h3>
 							</div>

+ 4 - 4
Themes/default/BoardIndex.template.php

@@ -294,7 +294,7 @@ function template_ic_block_recent()
 	// This is the "Recent Posts" bar.
 	echo '
 			<div class="sub_bar">
-				<h4 class="subg">
+				<h4 class="subbg">
 					<a href="', $scripturl, '?action=recent"><img class="icon" src="', $settings['images_url'], '/post/xx.png" alt="">', $txt['recent_posts'], '</a>
 				</h4>
 			</div>
@@ -346,7 +346,7 @@ function template_ic_block_calendar()
 	// Show information about events, birthdays, and holidays on the calendar.
 	echo '
 			<div class="sub_bar">
-				<h4 class="subg">
+				<h4 class="subbg">
 					<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>
 			</div>';
@@ -394,7 +394,7 @@ function template_ic_block_stats()
 	// Show statistical style information...
 	echo '
 			<div class="sub_bar">
-				<h4 class="subg">
+				<h4 class="subbg">
 					<a href="', $scripturl, '?action=stats" title="', $txt['more_stats'], '"><span class="stats_icon boards"></span>', $txt['forum_stats'], '</a>
 				</h4>
 			</div>
@@ -411,7 +411,7 @@ function template_ic_block_online()
 	// "Users online" - in order of activity.
 	echo '
 			<div class="sub_bar">
-				<h4 class="subg">
+				<h4 class="subbg">
 					', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<span class="stats_icon people"></span>', $txt['online_users'], '', $context['show_who'] ? '</a>' : '', '
 				</h4>
 			</div>