View difference between Paste ID: D8Mjhx9Y and
SHOW: | | - or go back to the newest paste.
1-
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head profile="http://gmpg.org/xfn/11">
4
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
	<meta name="Description" content="Kicks n Daisies provides fun snippets of the undiscovered culture in San Diego.  Our adventures include interviews from famous musicians, talented artists, owners of delicious restaurants, and trendy fashion designers.  So stay tuned for our weekly fun features!" />
6
	<title><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?></title>
7
	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
8
	<link rel=http://www.kicksndaisies.com/favicon.ico" href= type="image" />
9
	<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
10
	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
11
	<?php 
12
	global $options;
13
	foreach ($options as $value) {
14
		if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } 
15
		else { $$value['id'] = get_settings( $value['id'] ); } 
16
	} ?>
17
	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
18
	<?php wp_head();?>
19
</head>
20
<body>
21
<div id="headerwrap">
22
	<table border="0" cellpadding="0" cellspacing="0" id="header">
23
		<tbody>
24
			<tr>
25
				<td class="bloginfo"><strong><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></strong> | <?php bloginfo('description'); ?></td>
26
				<td class="searchform"><?php include ('searchform.php'); ?></td>
27
			</tr>
28
		</tbody>
29
	</table>
30
<div id="banner-custom"></div></div>
31
<div id="contentwrap">
32
	<div id="content">
33
			<?php if ($tenpad_bannerimage_toggle=="Use Default") { ?>
34
				<div id="banner-default">
35
			<?php } elseif($tenpad_bannerimage_toggle=="Use Custom") { ?>
36
			<?php } elseif($tenpad_bannerimage_toggle=="Use None") { ?>
37
				<div id="banner-none">
38
			<?php } ?>