Skip to content
Snippets Groups Projects
Commit deb07dac authored by mike_p's avatar mike_p
Browse files

fix bug FS#1200

and
give nav list items unique ids (requires nav.css be changed too!)
parent e90dd116
No related branches found
No related tags found
No related merge requests found
<ul id="submenu"> <ul id="submenu">
<tmpl_loop name="nav_left"> <tmpl_loop name="nav_left">
<li id="title"> <li class="title">
<tmpl_if name="startpage"> <tmpl_if name="startpage">
<a href="#" onClick="loadContent('<tmpl_var name='startpage'>')"> <a href="#" onClick="loadContent('<tmpl_var name='startpage'>')">
</tmpl_if> </tmpl_if>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</tmpl_if> </tmpl_if>
</li> </li>
<tmpl_loop name="items"> <tmpl_loop name="items">
<li> <li <tmpl_if name="html_id"> id='<tmpl_var name="html_id">' </tmpl_if>>
<tmpl_if name="link"> <tmpl_if name="link">
<a href="#" onClick="loadContent('<tmpl_var name='link'>')"> <a href="#" onClick="loadContent('<tmpl_var name='link'>')">
</tmpl_if> </tmpl_if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment