1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-03-11 12:09:52 +03:00
openvk/Web/Presenters/templates/About/Sandbox.xml

10 lines
168 B
XML

{extends "../@layout.xml"}
{block title}Sandbox{/block}
{block header}
{_sandbox_for_developers}
{/block}
{block content}
{php var_dump($languages)}
{/block}