#8 Update communityblog-theme/footer.php
Merged 7 years ago by ryanlerch. Opened 8 years ago by linuxhippie.
linuxhippie/communityblog-theme master  into  master

@@ -57,7 +57,13 @@ 

  			<span><?php _e('Copyright', 'lingonberry'); ?></span> &copy; <?php echo date("Y") ?> <a href="<?php echo home_url(); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a>

  		

  		</p>

+         

+         <p class="credits-center>

+         

+         	<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

  		

+         </p>

+         

  		<p class="credits-right">

  			

  			<span><?php printf( __( 'Theme by <a href="%s">Anders Noren</a>', 'lingonberry'), 'http://www.andersnoren.se' ); ?> &mdash; </span><a title="<?php _e('To the top', 'lingonberry'); ?>" class="tothetop"><?php _e('Up', 'lingonberry' ); ?> &uarr;</a>

Added CC-BY-SA license info to the footer.

At a glance, this looks good to me! Ultimately, @ryanlerch will have final say on this as the theme designer. Thanks for tackling this, @linuxhippie! :smile:

Pull-Request has been merged by ryanlerch

7 years ago
Metadata