1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-15 06:54:09 +00:00
Mowie/content/template.tpl
kolaente b6a4ecbe1e Added own class to loop through apps
Added App-Support for aliases, domains and own CSS (Documentation coming soon)
2016-09-28 17:49:00 +02:00

25 lines
792 B
Smarty
Executable File

<!DOCTYPE html>
<html>
<head>
<title>{$title}</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
{$meta}
<link rel="stylesheet" type="text/css" href="{$website_uri}content/css/layout.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="{$website_uri}content/css/layout_print.css" media="print"/>
<link rel="shourtcut icon" href="{$website_uri}favicon.ico"/>
</head>
<body>
<div class="container">
{$menu}
<div class="seite">
{$sidebar}
{$content}
{$test}
{$test2}
</div>
<div class="footer">
<p>&copy; 2015 | <a href="http://kola-entertainments.de" target="_blank">KoLa Entertainments</a> | <a href="{$website_uri}Impressum">Impressum</a></p>
</div>
</div>
</body>
</html>