| name | language | licence |
|---|---|---|
| Retrieve and Display Images from a WordPress Post | PHP | Other |
| Customizing flickrRSS | PHP | BSD |
| Scrobbler | PHP | BSD |
| footer | PHP | GPL 2 |
| Display WordPress Tags Cloud | PHP | BSD |
| feedback | Other | Other |
| breakout | Other | Other |
| my badges | PHP | BSD |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >
language: PHP
licence: GPL 2
footer
options: view full snippet • send to code collector
<div class="clear"></div>
</div>
</div>
<div class="container" id="footer">
<div class="hr.prepend-top"></div>
<div class="span-7 colborder">
<h4>left</h4>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('left') ) : ?>
<?php endif; ?>
</div>
<div class="span-7 colborder">
<h4>middle</h4>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('middle') ) : ?>
<?php endif; ?>



library
buttons (3)
wp (93)