1
0
mirror of synced 2025-01-19 09:21:41 +03:00

9 lines
335 B
PHP
Raw Normal View History

2013-07-18 14:32:10 +04:00
<?php IncludeModuleLangFile(__FILE__);
bitrix_sessid_post();
echo CAdminMessage::ShowNote(GetMessage("MOD_UNINST_OK")); ?>
<form action="<?echo $APPLICATION->GetCurPage()?>">
<input type="hidden" name="lang" value="<?echo LANG?>">
<input type="submit" name="" value="<?echo GetMessage("MOD_BACK")?>">
2013-07-05 18:19:42 +04:00
</form>