11 lines
271 B
PHP
11 lines
271 B
PHP
<?php
|
|
if ($sf_request->hasParameter('update'))
|
|
{
|
|
st_admin_section_start();
|
|
echo st_get_component('stGroupPriceBackend', 'productPriceUpdate', array('group' => $group_price));
|
|
st_admin_section_end();
|
|
}
|
|
else
|
|
{
|
|
include st_admin_get_template_path(__FILE__);
|
|
} |