Переглянути джерело

Merge pull request #468 from illori/wap2/xhtml

Remove xhtml, rss, wap2 from footer
Michael Eshom 11 роки тому
батько
коміт
bea3f1c116

+ 0 - 3
Themes/default/index.template.php

@@ -367,9 +367,6 @@ function template_body_below()
 			<a href="#top" id="bot"><img src="', $settings['images_url'], '/upshrink.png" alt="*" title="', $txt['go_up'], '" /></a>
 			<ul class="reset">
 				<li class="copyright">', theme_copyright(), '</li>
-				<li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>
-				', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'] . '</span></a></li>' : '', '
-				<li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>
 			</ul>';
 
 	// Show the load time?

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

@@ -645,7 +645,7 @@ $txt['powered_by_php'] = 'Powered by PHP';
 $txt['powered_by_mysql'] = 'Powered by MySQL';
 $txt['valid_css'] = 'Valid CSS';
 
-// Current footer strings
+// Current footer strings, no longer used
 $txt['valid_html'] = 'Valid HTML 4.01';
 $txt['valid_xhtml'] = 'Valid XHTML 1.0';
 $txt['wap2'] = 'WAP2';