9 lines
310 B
PHP
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 ?>
|