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
commit55e19559739d879f31ff5bd2fdcfa8a6cc055a34 (patch)
treee111deec329365068f788b11ff03ab8e07ed7447 /src/templates/macros/noticebox.ftl
parentec17ac7fca60b87449355f8c240fc7e0512eba33 (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>