Advertisement
| 10.05.2008 at 08:00PM PDT, ID: 23789401 | Points: 500 |
|
[x]
Attachment Details
|
||
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: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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'); ?>" />
<title><?php if (is_home()) { ?><?php bloginfo('name'); ?><?php } else { ?><?php wp_title('',true,''); ?> » <?php bloginfo('name'); ?><?php } ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/reset.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/print.css" type="text/css" media="print" />
<!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
<!--[if gte IE 7]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie7.css" type="text/css" media="screen, projection" /><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie6.css" type="text/css" media="screen, projection" /><![endif]-->
<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="shortcut icon" type="image/ico" href="<?php bloginfo('home'); ?>/favicon.ico" />
<?php include (TEMPLATEPATH . '/plugins/random-posts.php'); ?>
<?php include (TEMPLATEPATH . '/plugins/related-posts.php'); ?>
<?php include (TEMPLATEPATH . '/plugins/search-excerpt.php'); ?>
<?php include (TEMPLATEPATH . '/plugins/search-highlight.php'); ?>
<?php wp_head(); ?>
</head>
<body>
<!-- topbar -->
<div id="topbar">
<!-- topbar-inner -->
<div id="topbar-inner">
<ul>
<li id="topbar-subscribe"><a href="#">Subscribe</a></li>
<li id="topbar-share"><a href="#">Bookmark/Share</a></li>
<?php if (is_user_logged_in()) { ?><li id="topbar-admin"><a href="<?php bloginfo('wpurl'); ?>/wp-admin">Admin</a></li><?php } ?>
</ul>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div>
<!-- /topbar-inner -->
</div>
<!-- /topbar -->
<!-- subscribe -->
<div id="subscribe">
<ul>
<li><a href="<? bloginfo('rss2_url') ?>" title="Subscribe to my feed" class="feed">RSS Feed</a></li>
<li><a href="http://www.bloglines.com/sub/<? bloginfo('rss2_url') ?>" class="feed">Bloglines</a></li>
<li><a href="http://fusion.google.com/add?feedurl=<? bloginfo('rss2_url') ?>" class="feed">Google Reader</a></li>
<li><a href="http://feeds.my.aol.com/add.jsp?url=<? bloginfo('rss2_url') ?>" class="feed">My AOL</a></li>
<li><a href="http://my.msn.com/addtomymsn.armx?id=rss&ut=<? bloginfo('rss2_url') ?>&ru=<? echo get_settings('home'); ?>" class="feed">My MSN</a></li>
<li><a href="http://add.my.yahoo.com/rss?url=<? bloginfo('rss2_url') ?>" class="feed">My Yahoo!</a></li>
<li><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=<? bloginfo('rss2_url') ?>" class="feed">NewsGator</a></li>
<li><a href="http://www.pageflakes.com/subscribe.aspx?url=<? bloginfo('rss2_url') ?>" class="feed">Pageflakes</a></li>
<li><a href="http://technorati.com/faves?add=<? echo get_settings('home'); ?>" class="feed">Technorati</a></li>
<li><a href="http://www.live.com/?add=<? bloginfo('rss2_url') ?>" class="feed">Windows Live</a></li>
</ul>
</div>
<!-- /subscribe -->
<!-- share -->
<div id="share">
display: inline;
</div>
<!-- /share -->
<!-- header -->
<div id="header">
<!-- header-inner -->
<div id="header-inner">
<div id="logo">
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>
</div>
<?php
$status= new SourceUpdate;
$sources= new SourceAdmin;
?>
<?php if (function_exists('aktt_latest_tweet')) { ?>
<!-- status -->
<div id="status">
<div id="twitter-tools">
<?php echo get_avatar('1', $size = '36', $default = 'images/avatar.jpg'); ?>
<p><?php aktt_latest_tweet(); ?></p>
<div id="status-bottom"> </div>
</div>
</div>
<!-- /status -->
<?php } elseif ($status->select()) { ?>
<!-- status -->
<div id="status">
<?php echo get_avatar('1', $size = '36', $default = 'images/avatar.jpg'); ?>
<p><?php echo $status->display(); ?></p>
<div id="status-bottom"> </div>
</div>
<!-- /status -->
<?php } else { ?>
<p id="description"><?php bloginfo('description'); ?></p>
<?php } ?>
<!-- leaderboard -->
<!-- <div id="leaderboard">
ad code goes here
</div> -->
<!-- /leaderboard -->
</div>
<!-- /header-inner -->
</div>
<!-- /header -->
<!-- nav -->
<div id="nav">
<ul>
<?php if (is_home()) { echo ''; } else { ?><li><a href="<?php bloginfo('home'); ?>/">Home</a><?php } ?>
<?php wp_list_pages('depth=1&sort_column=menu_order&title_li='); ?>
</ul>
</div>
<!-- /nav -->
<!-- wrapper -->
<div id="wrapper">
<!-- mid -->
<div id="mid" class="content">
|
Advertisement