Added menu functions to template that generate a menu based on the
[cmless] / site_sample / 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">
<ul>
%%current_dir_menu%%
</ul>
</div>
<div id="main">
%%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; %%current_year%% subgeniuskitty.com</span>
</div>
</body>
</html>