Browse Source

Merge pull request #1315 from Arantor/release-2.1

More fixes
Arantor 10 years ago
parent
commit
dc8b1ec79f

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

@@ -408,14 +408,14 @@ function template_user_subscription()
 	if (empty($context['subscriptions']))
 	{
 		echo '
-			<div class="information">
+			<div class="description">
 				', $txt['paid_subs_none'], '
 			</div>';
 	}
 	else
 	{
 		echo '
-			<div class="information">
+			<div class="description">
 				', $txt['paid_subs_desc'], '
 			</div>';
 
@@ -484,7 +484,7 @@ function template_user_subscription()
 		<div class="title_bar">
 			<h3 class="titlebg">', $txt['paid_current'], '</h3>
 		</div>
-		<div class="information">
+		<div class="description">
 			', $txt['paid_current_desc'], '
 		</div>
 		<table class="table_grid">

+ 1 - 2
Themes/default/languages/index.english.php

@@ -485,8 +485,7 @@ $txt['status'] = 'Status';
 $txt['go_up'] = 'Go Up';
 $txt['go_down'] = 'Go Down';
 
-$forum_copyright = '<a href="' . $scripturl . '?action=credits" title="Simple Machines Forum" class="new_win">%1$s</a> |
- <a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">SMF &copy; %2$s</a>, <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a>';
+$forum_copyright = '<a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">%1$s &copy; %2$s</a>, <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a>';
 
 $txt['birthdays'] = 'Birthdays:';
 $txt['events'] = 'Events:';