Support: Display number of tickets with a response in left menu to banned users

This commit is contained in:
Maxim Leshchenko 2022-01-28 18:02:19 +02:00
parent 67c61bf7a1
commit f53058d40b
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -190,7 +190,11 @@
<img src="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['src']}" alt="{php echo OPENVK_ROOT_CONF['openvk']['preferences']['adPoster']['caption']}" class="psa-poster" style="max-width: 100%; margin-top: 50px;" />
</a>
{else}
<a href="/support" class="link">{_menu_support}</a>
<a href="/support" class="link">{_menu_support}
{if $ticketAnsweredCount > 0}
(<b>{$ticketAnsweredCount}</b>)
{/if}
</a>
<a href="/logout?hash={urlencode($csrfToken)}" class="link">{_menu_logout}</a>
{/if}
{else}