2011-01-02 21:10:18 +11:00
|
|
|
|
<!DOCTYPE html>
|
2010-11-02 21:57:33 +11:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2011-03-26 18:23:15 +11:00
|
|
|
|
<link rel="stylesheet" media="screen" href="{config[url_stylesheet]}"/>
|
2011-03-26 22:58:39 +11:00
|
|
|
|
{config[url_favicon]?<link rel="shortcut icon" href="{config[url_favicon]}" />}
|
2010-11-02 21:57:33 +11:00
|
|
|
|
<title>{title}</title>
|
2011-01-03 16:29:34 +11:00
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2010-11-05 20:54:44 +11:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
2011-03-27 02:36:32 +11:00
|
|
|
|
<link rel="stylesheet" type="text/css" id="stylesheet" href="{config[uri_stylesheets]}{config[default_stylesheet][1]}">
|
2010-11-02 21:57:33 +11:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2011-03-26 12:01:29 +11:00
|
|
|
|
{pm?<div class="top_notice">{pm}</div><hr/>}
|
2010-11-02 21:57:33 +11:00
|
|
|
|
<h1>{title}</h1>
|
2010-12-16 19:12:13 +11:00
|
|
|
|
<div class="title">{subtitle?{subtitle}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
2010-11-02 21:57:33 +11:00
|
|
|
|
{body}
|
|
|
|
|
<hr/>
|
2011-04-07 00:41:12 +10:00
|
|
|
|
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> v0.9.1 | <a href="http://tinyboard.org/">Tinyboard</a> Copyright © 2010-2011 Tinyboard Development Group</p>
|
2010-11-02 21:57:33 +11:00
|
|
|
|
</body>
|
2011-01-27 09:19:17 -08:00
|
|
|
|
</html>
|