groups

name language licence
index PHP GPL 2
slider CSS GPL 2
home PHP GPL 2
page PHP GPL 2
archive PHP GPL 2
Display PHP on a Single Page PHP BSD
brokenbeats Other Other
pulsewidthmod HTML Other

< 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

home

options: view full snippetsend to code collector
<?php get_header(); ?>
   <div class="container span-24 first last" id="main">
				<div class="column span-11 box first" id="topleft">
					<h2>topleft</h2>
					<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('topright') ) : ?>
					<?php endif; ?>
					</div>
				<div class="column span-11 box last" id="topright">
					<h2>topright</h2>
					<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('topleft') ) : ?>
					<?php endif; ?>
					</div>
	<div class="clear"</div>
				<div class="column span-11 box first" id="bottomleft">
					<h2>bottomleft</h2>
	
(Continues...)