groups

name language licence
Scrobbler PHP BSD
footer PHP GPL 2
Display WordPress Tags Cloud PHP BSD
functions PHP GPL 2
header PHP GPL 2
single PHP GPL 2
comments PHP GPL 2
style CSS GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: GPL 2

footer

options: view full snippetsend 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; ?>
	
(Continues...)