Skip to content
Snippets Groups Projects
Commit dab22a4a authored by root's avatar root Committed by agata
Browse files

Patch theme inove

parent 1e705963
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,7 @@ ...@@ -14,9 +14,7 @@
<!-- footer START --> <!-- footer START -->
<div id="footer"> <div id="footer">
<a id="gotop" href="#" onclick="MGJS.goTop();return false;"><?php _e('Top', 'inove'); ?></a> <!-- <div id="copyright">
<a id="powered" href="http://wordpress.org/">WordPress</a>
<div id="copyright">
<?php <?php
global $wpdb; global $wpdb;
$post_datetimes = $wpdb->get_row($wpdb->prepare("SELECT YEAR(min(post_date_gmt)) AS firstyear, YEAR(max(post_date_gmt)) AS lastyear FROM $wpdb->posts WHERE post_date_gmt > 1970")); $post_datetimes = $wpdb->get_row($wpdb->prepare("SELECT YEAR(min(post_date_gmt)) AS firstyear, YEAR(max(post_date_gmt)) AS lastyear FROM $wpdb->posts WHERE post_date_gmt > 1970"));
...@@ -34,8 +32,9 @@ ...@@ -34,8 +32,9 @@
bloginfo('name'); bloginfo('name');
} }
?> ?>
</div> </div> -->
<div id="themeinfo"> <div id="themeinfo">
<strong>Proudly Powered by <a href="http://www.autistici.org">R*</a></strong><br />
<?php printf(__('Theme by <a href="%1$s">NeoEase</a>. Valid <a href="%2$s">XHTML 1.1</a> and <a href="%3$s">CSS 3</a>.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?> <?php printf(__('Theme by <a href="%1$s">NeoEase</a>. Valid <a href="%2$s">XHTML 1.1</a> and <a href="%3$s">CSS 3</a>.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment