Download raw (1.8 KB)
<!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"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('name'); echo(' — '); bloginfo('description'); } ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="icon" type="image/gif" href="http://ospublish.constantvzw.org/wp-content/uploads/frog.gif"> <?php wp_head(); ?> </head> <body> <div id="container"> <div id="masthead"> <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a><a href="<?php echo get_settings('home'); ?>/?p=1315" class="star"><img src="<?php echo get_settings('home'); ?>/wp-content/uploads/bear_1.jpg"></a></h1> <h2><?php bloginfo('description'); ?></h2> </div><!--masthead--> <!--<div id="head_bckgr"><img src="http://ospublish.constantvzw.org/wp-content/themes/osp/images/title.jpg"></a></div>--> <ul id="subnav"><li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">Home</a></li><?php wp_list_pages('depth=1&title_li='); ?><li><a href="/recipes">Recipes</a></li><li><a href="/image">Snapshots</a></li></ul> <ul id="nav"> <?php wp_list_cats('sort_column=name'); ?> </ul>