Fix photos

This commit is contained in:
Alan
2026-02-16 22:38:47 +03:00
parent a755a8e5c4
commit b4bc91f545
6 changed files with 43 additions and 5 deletions

View File

@@ -120,7 +120,7 @@ function translit(str)
<!-- Системное сообщение -->
<div class="message message_success">
<span>{if $message_success == 'added'}Запись добавлена{elseif $message_success == 'updated'}Запись обновлена{/if}</span>
<a class="link" target="_blank" href="../blog/{$post->url}">Открыть запись на сайте</a>
<a class="link" target="_blank" href="../repairs/{$post->url}">Открыть запись на сайте</a>
{if $smarty.get.return}
<a class="button" href="{$smarty.get.return}">Вернуться</a>
{/if}