aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/faq.ejs
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:17:42 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:17:42 +0200
commite582c3b84c6090b08f33d599c354968fcd868d14 (patch)
treeb6de1b7b1f708bf9126ccb709d5129e91a67c7d5 /app/views/faq.ejs
parentchanged what gets collected (diff)
downloadDivid-e582c3b84c6090b08f33d599c354968fcd868d14.tar.gz
moved and renamed files to match the filesetup we want.
havebeen using a dev-setup till now.
Diffstat (limited to '')
-rw-r--r--app/views/faq.ejs (renamed from views/faq.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/faq.ejs b/app/views/faq.ejs
index 34121b7..d3473eb 100644
--- a/views/faq.ejs
+++ b/app/views/faq.ejs
@@ -1,8 +1,8 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include templates/navbar %>
<!-- Wrapper
================================================== -->
@@ -110,6 +110,6 @@
</div><!-- /div#wrapper -->
- <% include footer %>
+ <% include templates/footer %>
</body>
</html>