X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ae2e9adff855796d7ad0de34b4f73aeb35744a19..62822c6ab826078a7f17422dc29e1ceeaf7e311e:/templates/webpages/menu/menu.html diff --git a/templates/webpages/menu/menu.html b/templates/webpages/menu/menu.html index fcc032cab..efe5d9a87 100644 --- a/templates/webpages/menu/menu.html +++ b/templates/webpages/menu/menu.html @@ -1,15 +1,35 @@ [%- USE L %] +[%- USE HTML %]
- [% PROCESS sections %] +[%- FOREACH item IN sections %] +
[%- IF item.href %] +
[% item.label %]
[%- ELSE %] +
[% item.label %][%- END %] +
+[%- END %]
-[%- BLOCK sections %] -[%- FOREACH item IN sections %] - - [%- IF item.subitems.size %] - [% INCLUDE sections sections=item.subitems, menulevel= menulevel _ '_' _ loop.count %] - [%- END %] -[%- END %] -[%- END %]