diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-01 03:43:11 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-01 03:43:11 -0700 |
commit | a6ab3dd36a78adbdd67ae9e7e25a3281cbcf9a58 (patch) | |
tree | e775eb73e1e5e5440b55a4e7dc0288a6b1689ce0 /view/tpl/common_widget.tpl | |
parent | 4df5d44ef9792b04a2653c92cba49a2fa69656ac (diff) | |
parent | 6bf0f4225c0fc7ecc1762ed5cfe2c4861cd1bd4e (diff) | |
download | volse-hubzilla-a6ab3dd36a78adbdd67ae9e7e25a3281cbcf9a58.tar.gz volse-hubzilla-a6ab3dd36a78adbdd67ae9e7e25a3281cbcf9a58.tar.bz2 volse-hubzilla-a6ab3dd36a78adbdd67ae9e7e25a3281cbcf9a58.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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> |