From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/dashboard/templates/custom_menu.htm |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/interface/web/dashboard/templates/custom_menu.htm b/interface/web/dashboard/templates/custom_menu.htm
index 3d2a62c..4b06779 100644
--- a/interface/web/dashboard/templates/custom_menu.htm
+++ b/interface/web/dashboard/templates/custom_menu.htm
@@ -1,8 +1,9 @@
-<ul id="submenu">
-  <li class="title"><a>{tmpl_var name='latest_news_txt'}</a></li>
-  <tmpl_loop name="news">
-  <li><a href="{tmpl_var name="link"}" target="_blank" style="margin-top:8px;padding-bottom:5px;"><b>{tmpl_var name="date"}</b><br />
-  {tmpl_var name="title"}</a>
-  </li>
-  </tmpl_loop>
+<ul id="submenu">
+    <li class="title"><a>{tmpl_var name='latest_news_txt'}</a></li>
+    <tmpl_loop name="news">
+        <li>
+            <a href="{tmpl_var name="link"}" target="_blank" style="margin-top:8px;padding-bottom:5px;"><b>{tmpl_var name="date"}</b><br />
+                {tmpl_var name="title"}</a>
+        </li>
+    </tmpl_loop>
 </ul>
\ No newline at end of file

--
Gitblit v1.9.1