<!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>
<title>{bloginfo show='name'} {single_post_title prefix=' - '}{single_cat_title prefix=' - '}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<meta name="generator" content="WordPress {$wp_version}" /><!-- leave this for stats -->
<style type="text/css" media="screen">
@import url( "{$siteurl}/templates/wp-layout.css" );
</style>
<link rel="shortcut icon" href="/images/favicon.gif" />
<link rel="alternate" type="text/xml" title="RDF" href="{bloginfo show='rdf_url'}" />
<link rel="alternate" type="text/xml" title="RSS" href="{bloginfo show='rss2_url'}" />
<link rel="alternate" type="text/xml" title="Atom" href="{bloginfo show='atom_url'}" />
<link rel="pingback" href="{bloginfo show='pingback_url'}" />
</head>
<body>
{comments_popup_script}
{insert name="getreferer"}
<div id="page">
<div id="header"><div id="headerimg"><hr /></div></div>
<hr />
<div id="content" class="narrowcolumn">
{$content}
{next_posts_link label = "«« Previous<br>"}
{previous_posts_link label = "Next »»"}
</div>
<div id="sidebar">
<ul><li><h2>Calendar</h2>
<ul>
<li id="calendar">{get_calendar}</li>
</ul>
</li></ul>
<ul><li><h2>Navigation</h2>
<ul>
<li><a href="/#">Home Page</a></li>
</li>
</ul>
</li></ul>
<ul><li><h2>Archive</h2>
<ul>
{get_archives}
</ul>
</li></ul>
<ul><li><h2>Categories</h2>
<ul>
{list_cats optionall='0' all='All' sort_column='name' optioncount='1' feed='RSS'}
</ul>
</li></ul>
<ul><li><h2>Last 20 posts</h2>
<ul>
{lastposts posts='20'}
{if $lastposts != ''}
{foreach from=$lastposts key=id item=title}
<li><a href="{get_permalink id=$id}" title="{$title}">{$title|truncate:22:"(...)"}</a></li>
{/foreach}
{/if}
</ul>
</li></ul>
<ul><li><h2>Meta</h2>
<ul>
<li><a href="{bloginfo show='rss_url'}">RSS .92</a></li>
<li><a href="{bloginfo show='rdf_url'}">RDF 1.0</a></li>
<li><a href="{bloginfo show='rss2_url'}">RSS 2.0</a></li>
<li><a href="{bloginfo show='atom_url'}">Atom</a></li>
<li><a href="{bloginfo show='comments_rss2_url'}">Comments RSS 2.0</a></li>
<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
</ul>
</li></ul>
</div>
<hr />
<div id="footer">
Template <b>Kupple / MyJournal</b> for <a href="http://www.blogsome.com">Blogsome</a>.<br>
Designed by Vincenzo De Notaris (<a href="http://www.blogexmachina.com">www.blogexmachina.it</a>).
</div>
</div>
</div>
</body>
</html>