Normalize item_photo_menu template variable name

This commit is contained in:
Hypolite Petovan 2020-09-13 19:40:59 -04:00
commit 65b796ed1f
12 changed files with 12 additions and 12 deletions

View file

@ -15,7 +15,7 @@
</a>
<a href="#" rel="#wall-item-photo-menu-{{$item.id}}" class="contact-photo-menu-button icon s16 menu" id="wall-item-photo-menu-button-{{$item.id}}">menu</a>
<ul class="wall-item-menu menu-popup" id="wall-item-photo-menu-{{$item.id}}">
{{$item.item_photo_menu nofilter}}
{{$item.item_photo_menu_html nofilter}}
</ul>
</div>