groups

name language licence
x PHP GPL 2
nav PHP GPL 2
searchform PHP GPL 2
sidebar (w/twitter) PHP GPL 2
index PHP GPL 2
slider CSS GPL 2
home PHP GPL 2
page PHP GPL 2

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



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...)