Files
grzanieplus.pl/plugins/stLockPlugin/modules/stLockBackend/templates/configSuccess.php
2025-03-12 17:06:23 +01:00

9 lines
310 B
PHP

<?php
use_helper('stAdminGenerator');
include st_admin_get_template_path(__FILE__) ?>
<?php if ($sf_flash->has('preview')): ?>
<script>
window.open('<?php echo st_url_for('@stLockPlugin?action=preview&lang='.stSimpleLanguageHelper::cultureToShortcut($config->getCulture())) ?>');
</script>
<?php endif ?>