From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/themes/default/templates/sidenav.tpl.htm | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/interface/web/themes/default/templates/sidenav.tpl.htm b/interface/web/themes/default/templates/sidenav.tpl.htm new file mode 100644 index 0000000..c71361c --- /dev/null +++ b/interface/web/themes/default/templates/sidenav.tpl.htm @@ -0,0 +1,24 @@ +<ul id="submenu"> +<tmpl_loop name="nav_left"> + <li class="title"> + <tmpl_if name="startpage"> + <a href="#" onClick="loadContent('<tmpl_var name='startpage'>')"> + </tmpl_if> + <tmpl_var name="title"> + <tmpl_if name="startpage"> + </a> + </tmpl_if> + </li> + <tmpl_loop name="items"> + <li <tmpl_if name="html_id"> id='<tmpl_var name="html_id">' </tmpl_if>> + <tmpl_if name="link"> + <a href="#" onClick="loadContent('<tmpl_var name='link'>')"> + </tmpl_if> + <tmpl_var name="title"> + <tmpl_if name="link"> + </a> + </tmpl_if> + </li> + </tmpl_loop> +</tmpl_loop> +</ul> -- Gitblit v1.9.1