openvk/Web/Presenters/templates/About/Version.xml
2020-06-07 19:04:43 +03:00

26 lines
696 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{extends "../@layout.xml"}
{block title}Об OpenVK{/block}
{block header}
Об OpenVK
{/block}
{block content}
<img src="/assets/packages/static/openvk/img/logo.png"
alt="OpenVK 2"
style="max-width: 40%; float: left; margin-right: 50px;" />
<table>
<tbody>
<tr>
<td width="120" valign="top"><span class="nobold">Версия: </span></td>
<td>{php echo OPENVK_VERSION}</td>
</tr>
<tr>
<td width="120" valign="top"><span class="nobold">Chandlerd: </span></td>
<td>{php echo CHANDLER_VER}</td>
</tr>
</tbody>
</table>
{/block}