first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?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; ?>
|
||||
Reference in New Issue
Block a user