Initial commit. Template for logicavalanche.com
[website_logicavalanche.com] / template / template.tpl
<html>
<head>
<title>%%page_title%%</title>
<link rel="stylesheet" href="/style.css" type="text/css" media="screen, handheld" title="default">
<meta charset="UTF-8">
%%meta_description%%
%%meta_keywords%%
</head>
<body>
<div id="header">
<a id="headerLink" href="/">%%site_title%%</a>
</div>
<div id="menu">
<span class="left">
%%top_level_menu%%
</span>
</div>
<div id="content">
<div id="nav">
%%current_dir_menu%%
</div>
<div id="main">
<!-- <h1 class="page_header">%%content_header%%</h1> -->
%%page_content%%
</div>
</div>
<div id="footer">
<span class="left">Powered by <a href="https://github.com/subgeniuskitty/cmless">CMless</a></span>
<span class="right">&copy; 2005&ndash;%%current_year%% <a href="http://subgeniuskitty.com/">subgeniuskitty.com</a></span>
</div>
</body>
</html>