diff options
Diffstat (limited to 'view/tpl/smarty3/notifications.tpl')
-rw-r--r-- | view/tpl/smarty3/notifications.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/smarty3/notifications.tpl b/view/tpl/smarty3/notifications.tpl new file mode 100644 index 000000000..0289c41d4 --- /dev/null +++ b/view/tpl/smarty3/notifications.tpl @@ -0,0 +1,8 @@ + +<h1>{{$notif_header}}</h1> + +{{include file="common_tabs.tpl"}} + +<div class="notif-network-wrapper"> + {{$notif_content}} +</div> |