| 
									
										
										
										
											2011-02-24 12:25:26 -07:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * @package WordPress | 
					
						
							|  |  |  |  * @subpackage Default_Theme | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
					
						
							|  |  |  | <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <head profile="http://gmpg.org/xfn/11"> | 
					
						
							|  |  |  | <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-29 16:09:06 -06:00
										 |  |  | <title><?php wp_title('«', true, 'right'); ?> Blog - aclindsay.com</title>
 | 
					
						
							| 
									
										
										
										
											2011-02-24 12:25:26 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-24 21:29:00 -07:00
										 |  |  | <link rel="stylesheet" href="http://aclindsay.com/css/stylesheet.css" type="text/css" media="screen" /> | 
					
						
							| 
									
										
										
										
											2011-02-24 12:25:26 -07:00
										 |  |  | <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <?php wp_head(); ?>
 | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body <?php body_class(); ?>>
 | 
					
						
							|  |  |  | <div id="header"> | 
					
						
							|  |  |  | 	<div id="header-inner"> | 
					
						
							| 
									
										
										
										
											2011-04-14 17:08:46 -06:00
										 |  |  | 		<div id="title"><a href="http://aclindsay.com">aclindsay<span id="title-inner">.com</span></a></div> | 
					
						
							| 
									
										
										
										
											2011-03-20 20:46:21 -06:00
										 |  |  | 		<?php include("/home1/aclindsa/public_html/tabs.php"); ?>
 | 
					
						
							| 
									
										
										
										
											2011-02-24 12:25:26 -07:00
										 |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 |