diff options
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>
|