diff options
Diffstat (limited to 'theme/html/menu_section.html')
-rw-r--r-- | theme/html/menu_section.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/html/menu_section.html b/theme/html/menu_section.html new file mode 100644 index 0000000..c4f44d3 --- /dev/null +++ b/theme/html/menu_section.html @@ -0,0 +1,10 @@ +<!-- menu_section --> +<div class="section {{current}}"> + <a class="title" href="{{s_root}}/{{url}}/"> +{{title}} + </a> + <div class="subs"> +{{subs}} + </div> +</div> +<!-- /menu_section--> |