summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 14:32:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-18 14:32:27 +0200
commit84a3e2f6bcb4da4ab156e39d79f0f8a36c2a0e90 (patch)
treea84f9620a087c3a2d924e5a14b404a88c0186d29 /templates
parentde50c30a936b87d79f816790230856347b0dff7e (diff)
downloadaCms-84a3e2f6bcb4da4ab156e39d79f0f8a36c2a0e90.tar.gz
aCms-84a3e2f6bcb4da4ab156e39d79f0f8a36c2a0e90.tar.bz2
added placeholders for directories
added user app and content (empty for now) added storage and sqlite script
Diffstat (limited to 'templates')
-rw-r--r--templates/main.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/main.tmpl b/templates/main.tmpl
index 0d949d7..48b6984 100644
--- a/templates/main.tmpl
+++ b/templates/main.tmpl
@@ -14,15 +14,7 @@
</head>
<body>
<div id="wrap">
- <h2><% include title( ) %></h2>
- <div id="content">
- <% include page_content( ) %>
- <p class="credits">&copy; 2015 Patrick Frey<br />
- Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a> / Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&amp;ling=en" title="Svenska Domäner AB">www.svenskadomaner.se</a></p>
-
- </div>
-
<div id="sidebar">
<img src="/media/images/strus_big.jpg" width="280" height="280" alt="Strus logo" /></a>
<h1><a href="index.htm">Strus CMS</a></h1>
@@ -33,6 +25,14 @@
</ul>
</div>
+ <div id="content">
+ <h2><% include title( ) %></h2>
+ <% include page_content( ) %>
+
+ <p class="credits">&copy; 2015 Patrick Frey<br />
+ Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a> / Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&amp;ling=en" title="Svenska Domäner AB">www.svenskadomaner.se</a></p>
+ </div>
+
</body>
</html>
<% end template %>