]> ruin.nu Git - ndwebbie.git/blobdiff - templates/skel.tmpl
other media type, and fixes for that
[ndwebbie.git] / templates / skel.tmpl
index 0bc222bf6a73278d445d3b789a1e8b35e294ae11..85ebb5ea75456b28c57af0d79edb9806bbb20d60 100644 (file)
@@ -5,6 +5,7 @@
 <head>
        <title>NewDawn: <TMPL_VAR NAME=TITLE></title>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+       <link rel="stylesheet" type="text/css" href="/default.css"/>
        <link rel="stylesheet" type="text/css" href="/stylesheets/<TMPL_IF CSS><TMPL_VAR NAME=CSS><TMPL_ELSE>nd</TMPL_IF>.css"/>
        <script type="text/javascript" src="/raid.js"></script>
        <TMPL_VAR NAME=HEADER>
@@ -76,7 +77,9 @@
        </TMPL_IF>
        <TMPL_VAR NAME=LEFTBAR>
 </div>
+<div id="body">
 <TMPL_VAR NAME=Error>
 <TMPL_VAR NAME=BODY>
+</div>
 </body>
 </html>