Unescape yet more values with a focus on the vier theme
This commit is contained in:
parent
d0fa7f74c5
commit
e1b3bcc77d
61 changed files with 82 additions and 85 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<span onclick="openClose('wall-item-photo-menu-{{$item.id}}');" class="fakelink wall-item-photo-menu-button" id="wall-item-photo-menu-button-{{$item.id}}">menu</span>
|
||||
<div class="wall-item-photo-menu" id="wall-item-photo-menu-{{$item.id}}">
|
||||
<ul>
|
||||
{{$item.item_photo_menu}}
|
||||
{{$item.item_photo_menu nofilter}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
<div class="wall-item-wrapper-end"></div>
|
||||
{{if $item.responses}}
|
||||
{{foreach $item.responses as $verb=>$response}}
|
||||
<div class="wall-item-{{$verb}} {{$item.indent}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output}}</div>
|
||||
<div class="wall-item-{{$verb}} {{$item.indent}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output nofilter}}</div>
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
{{if $item.threaded}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue