From f771e74c3867c2e16d0c9d5187a2e115345b9048 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 3 Jun 2013 17:46:53 -0700 Subject: Adding a content root variable to the templates. The content root is used to specify the location of the static content. It is currently hard-coded to my desktop, but it will be updated after a config system is introduced. --- src/templates/macros/common.ftl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/templates/macros/common.ftl') diff --git a/src/templates/macros/common.ftl b/src/templates/macros/common.ftl index 7e8a2d5..ab0d769 100644 --- a/src/templates/macros/common.ftl +++ b/src/templates/macros/common.ftl @@ -1,2 +1,4 @@ <#include "content.ftl"> <#include "noticebox.ftl"> + +<#assign contentroot = "http://localhost/~jesterpm/growcontent"> -- cgit v1.2.3