aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/usermenu.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-11 19:04:07 -0700
committerfriendica <info@friendica.com>2013-08-11 19:04:07 -0700
commit6191cfef2adaa52019940cc448e28e2ad1a7ae6d (patch)
treec0d7fc1444a1c8fdfa013e8831f96f847667f9f2 /view/tpl/usermenu.tpl
parent4eca591aed1e71a94c1f80b87aad9bb844199ffc (diff)
downloadvolse-hubzilla-6191cfef2adaa52019940cc448e28e2ad1a7ae6d.tar.gz
volse-hubzilla-6191cfef2adaa52019940cc448e28e2ad1a7ae6d.tar.bz2
volse-hubzilla-6191cfef2adaa52019940cc448e28e2ad1a7ae6d.zip
check these in so I can go back and find out why the stylsheet is horked
Diffstat (limited to 'view/tpl/usermenu.tpl')
-rw-r--r--view/tpl/usermenu.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/usermenu.tpl b/view/tpl/usermenu.tpl
new file mode 100644
index 000000000..1eb3f9127
--- /dev/null
+++ b/view/tpl/usermenu.tpl
@@ -0,0 +1,11 @@
+<div class="pmenu">
+ <div class="pmenu-title">{{$menu.menu_desc}}</div>
+{{if $items }}
+<ul class="pmenu-body">
+{{foreach $items as $mitem }}
+<li class="pmenu-item"><a href="{{$mitem.mitem_link}}">{{$mitem.mitem_desc}}</a></li>
+{{/foreach }}
+</ul>
+{{/if}}
+<div class="pmenu-end"></div>
+</div>