From 52539d7aaba96b7997a3c5a07e4a1ad234af7d04 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 4 Aug 2013 16:09:29 -0700 Subject: Committing everything since its long overdue. --- src/templates/macros/common-page.ftl | 1 + src/templates/macros/common.ftl | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/templates/macros') diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl index 5fa2740..9b4323d 100644 --- a/src/templates/macros/common-page.ftl +++ b/src/templates/macros/common-page.ftl @@ -6,6 +6,7 @@ + diff --git a/src/templates/macros/common.ftl b/src/templates/macros/common.ftl index ab0d769..513fc57 100644 --- a/src/templates/macros/common.ftl +++ b/src/templates/macros/common.ftl @@ -1,4 +1,5 @@ <#include "content.ftl"> <#include "noticebox.ftl"> -<#assign contentroot = "http://localhost/~jesterpm/growcontent"> +<#assign dynamicRoot = ""> +<#assign staticRoot = ""> -- cgit v1.2.3