From f820f2671b1124d11424405413fbade8e00276a4 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 16:14:13 +0000 Subject: [PATCH] Patch theme pixeled --- wp-content/themes/pixeled/footer.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/pixeled/footer.php b/wp-content/themes/pixeled/footer.php index f51d32231..22208eae8 100644 --- a/wp-content/themes/pixeled/footer.php +++ b/wp-content/themes/pixeled/footer.php @@ -1,11 +1,11 @@ <div id="morefoot"> <div class="col1"> -<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?> <h3>Looking for something?</h3> <p>Use the form below to search the site:</p> <?php include (TEMPLATEPATH . '/searchform.php'); ?> <p>Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!</p> +<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('footer_left') ) : ?> <?php endif; ?> </div> @@ -28,14 +28,14 @@ <div id="footer"> <div id="footerleft"> -<p><a href="http://www.wethemes.com/">WordPress Theme</a> by <a href="http://samk.ca/freebies/" title="WordPress theme">pixeled</a>. Sweet icons by <a href="http://famfamfam.com/">famfamfam</a>. <a href="#main">Back to top ↑</a></p> +<p>Powered by <a href="http://www.autistici.org/">R*</a> and <a href="http://samk.ca/freebies/" title="WordPress theme">pixeled</a> by <a href="http://samk.ca/" title="WordPress theme design">samk</a>. Sweet icons by <a href="http://famfamfam.com/">famfamfam</a>. <a href="#main">Back to top ↑</a></p> <!-- Please don't remove my credits! I worked hard to create this theme and distribute it freely. Thanks! --> </div> - +<!-- <div id="footerright"> <a href="http://wordpress.org" title="WordPress platform" ><img src="<?php bloginfo('template_directory'); ?>/images/wpfooter-trans.png" alt="WordPress" width="34" height="34" /></a> </div> - +--> <div class="cleared"></div> <?php wp_footer(); ?> </div><!-- Closes footer --> @@ -43,4 +43,4 @@ </div><!-- Closes wrapper --> </body> -</html> \ No newline at end of file +</html> -- GitLab