diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 12:11:07 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 12:11:07 +0200 |
commit | 6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e (patch) | |
tree | e97a2f276650c978e6415db00449f81f00d236ba /view/tpl/common_widget.tpl | |
parent | d03c27d18c10d287cbfd3133b3301934d0457636 (diff) | |
download | volse-hubzilla-6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e.tar.gz volse-hubzilla-6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e.tar.bz2 volse-hubzilla-6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e.zip |
move file and groups filter to submenu
Diffstat (limited to 'view/tpl/common_widget.tpl')
-rw-r--r-- | view/tpl/common_widget.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/common_widget.tpl b/view/tpl/common_widget.tpl new file mode 100644 index 000000000..e542031dc --- /dev/null +++ b/view/tpl/common_widget.tpl @@ -0,0 +1,6 @@ +<div class="widget"> + <h3> + {{$title}} + </h3> + {{$content}} +</div> |