]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/search_item.tpl
Added h-card and functionality for IndieAuth/Web-sign-in
[friendica.git] / view / theme / vier / templates / search_item.tpl
index 0a62fd584346836a148cafdb402ed162a8c0ebcc..598eb4e9ee023a3eaf056bbe5c80a3ae11607294 100644 (file)
@@ -1,11 +1,7 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 
 <div class="wall-item-decor">
-       <span class="icon star {{$item.isstarred}}" id="starred-{{$item.id}}" title="{{$item.star.starred}}">{{$item.star.starred}}</span>
+       {{if $item.star}}<span class="icon star {{$item.isstarred}}" id="starred-{{$item.id}}" title="{{$item.star.starred}}">{{$item.star.starred}}</span>{{/if}}
        {{if $item.lock}}<span class="icon lock fakelink" onclick="lockview(event,{{$item.id}});" title="{{$item.lock}}">{{$item.lock}}</span>{{/if}}   
        <img id="like-rotator-{{$item.id}}" class="like-rotator" src="images/rotator.gif" alt="{{$item.wait}}" title="{{$item.wait}}" style="display: none;" />
 </div>