footer.php 1020 B

123456789
  1. <div id="footer" role="contentinfo">
  2. <p class="cc noindent"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="<?php echo get_bloginfo('template_directory');?>/img/cc.png" /></a>
  3. <span class="quiet" xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type"><a xmlns:cc="http://creativecommons.org/ns#" href="http://davidawindham.com" property="cc:attributionName" rel="cc:attributionURL">David Windham ( http://davidawindham.com )</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/deed.en_US">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</span></p>
  4. </div>
  5. <a href="http://davidawindham.com" title="David Windham"><img class="dw" title="David Windham" src="<?php echo get_bloginfo('template_directory');?>/img/dw.png" width="17"/></a>
  6. </div>
  7. <?php wp_footer(); ?>
  8. </body>
  9. </html>