diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-21 13:37:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-21 13:37:55 +0100 |
commit | 9980645ab8bf061decc36837ceea1dc5ead9f824 (patch) | |
tree | 86d2e19826bf3ab86a14a077914080d73c22e1cd /view/tpl/section_title.tpl | |
parent | ead45292e134fa03726912905ca1ca58ccb12fec (diff) | |
download | volse-hubzilla-9980645ab8bf061decc36837ceea1dc5ead9f824.tar.gz volse-hubzilla-9980645ab8bf061decc36837ceea1dc5ead9f824.tar.bz2 volse-hubzilla-9980645ab8bf061decc36837ceea1dc5ead9f824.zip |
fix acl for if we have an cid in /network and make $bang better visible
Diffstat (limited to 'view/tpl/section_title.tpl')
-rw-r--r-- | view/tpl/section_title.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/section_title.tpl b/view/tpl/section_title.tpl new file mode 100644 index 000000000..338e57042 --- /dev/null +++ b/view/tpl/section_title.tpl @@ -0,0 +1,5 @@ +<div class="section-title-wrapper"> + <h2>{{$title}}</h2> + <div class="clear"></div> +</div> + |