first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php if (array_key_exists($config->get('product_view'),$template_files)): ?>
|
||||
<?php $select_option=$config->get('product_view');?>
|
||||
<?php else:?>
|
||||
<?php $select_option='default';?>
|
||||
<?php endif;?>
|
||||
|
||||
<?php echo select_tag('config[product_view]', options_for_select($template_files,$select_option));?>
|
||||
Reference in New Issue
Block a user