mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
20 lines
446 B
XML
20 lines
446 B
XML
{extends "../@layout.xml"}
|
|
|
|
{block title}{_delete_photo}{/block}
|
|
|
|
{block header}
|
|
{_delete_photo}
|
|
{/block}
|
|
|
|
{block content}
|
|
{_sure_deleting_photo}
|
|
<br/>
|
|
<br/>
|
|
<form method="POST">
|
|
<input type="hidden" value="{$csrfToken}" name="hash" />
|
|
|
|
<a href="{$_SERVER['HTTP_REFERER']}" class="button">{_no}</a>
|
|
|
|
<button class="button">{_yes}</button>
|
|
</form>
|
|
{/block}
|