From 69e2512750dd75fce43a21226979996c3cd7da1d Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 9 Jun 2013 17:35:48 -0700 Subject: Configuration Changes Fixing a bug in the config class and updating all templates and pages to use the dynamicRoot and staticRoot config values to prefix URLs. --- src/templates/macros/common-page.ftl | 6 +++--- src/templates/macros/noticebox.ftl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/templates/macros') diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl index 1a5c3d3..5fa2740 100644 --- a/src/templates/macros/common-page.ftl +++ b/src/templates/macros/common-page.ftl @@ -4,9 +4,9 @@ Grow Process - - - + + +
diff --git a/src/templates/macros/noticebox.ftl b/src/templates/macros/noticebox.ftl index 43c36c3..eca1428 100644 --- a/src/templates/macros/noticebox.ftl +++ b/src/templates/macros/noticebox.ftl @@ -1,7 +1,7 @@ <#macro noticebox>
- +

<#nested>

-- cgit v1.2.3