diff options
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> + |