9 lines
253 B
PHP
9 lines
253 B
PHP
<?php echo object_st_admin_checkbox_tag($theme, 'getActive', array (
|
|
'control_name' => 'theme[active]',
|
|
'disabled' => $theme->getActive()
|
|
)); ?>
|
|
|
|
<?php if ($theme->getActive()): ?>
|
|
<?php echo input_hidden_tag('theme[active]', true); ?>
|
|
<?php endif; ?>
|