summaryrefslogtreecommitdiff
path: root/src/templates/macros/noticebox.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-31 23:45:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-31 23:46:11 -0700
commit4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch)
tree18685bdace563c6bbb3bfaac5b77d450f6246054 /src/templates/macros/noticebox.ftl
parent68fb7d58b69f73e69f9b114792bd576897f41122 (diff)
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'src/templates/macros/noticebox.ftl')
-rw-r--r--src/templates/macros/noticebox.ftl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/macros/noticebox.ftl b/src/templates/macros/noticebox.ftl
index eca1428..9cd99f9 100644
--- a/src/templates/macros/noticebox.ftl
+++ b/src/templates/macros/noticebox.ftl
@@ -1,6 +1,6 @@
-<#macro noticebox>
+<#macro noticebox class="">
<div id="middlebar">
- <div id="noticebox">
+ <div id="noticebox" class="${class}">
<img class="icon" src="${staticRoot}/images/noticeicon.png">
<p>
<#nested>