]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications/notifications.tpl
The appearanxe of the link preview is now configurable
[friendica.git] / view / templates / notifications / notifications.tpl
index 9438db682c40b1cd4337c7ceacdc72d89d3a9a36..da3d15a8c1103a2af9248001e7085469d769b3ff 100644 (file)
@@ -1,25 +1,25 @@
 
 
-<h1>{{$notif_header}}</h1>
+<h1>{{$header}}</h1>
 
 {{if $tabs }}{{include file="common_tabs.tpl"}}{{/if}}
 
 <div class="notif-network-wrapper">
        {{* The "show ignored" link *}}
-       {{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
+       {{if $showLink}}<a href="{{$showLink.href}}" id="notifications-show-hide-link">{{$showLink.text}}</a>{{/if}}
 
        {{* The notifications *}}
-       {{if $notif_content}}
-       {{foreach $notif_content as $notification}}
+       {{if $notifications}}
+       {{foreach $notifications as $notification}}
                {{$notification nofilter}}
        {{/foreach}}
        {{/if}}
 
        {{* If no notifications messages available *}}
-       {{if $notif_nocontent}}
-               <div class="notif_nocontent">{{$notif_nocontent}}</div>
+       {{if $noContent}}
+               <div class="notification_nocontent">{{$noContent}}</div>
        {{/if}}
 
        {{* The pager *}}
-       {{$notif_paginate nofilter}}
+       {{$paginate nofilter}}
 </div>