GX-Bug #54395 » attribute_images.patch
src/system/classes/products/AttributeImagesContentView.inc.php (revision ) | ||
---|---|---|
19 | 19 |
{ |
20 | 20 |
parent::__construct(); |
21 | 21 |
|
22 |
if (isset($_SESSION['STYLE_EDIT_AUTH'])) { |
|
23 |
$this->set_template_dir(DIR_FS_CATALOG . 'templates/Honeygrid'); |
|
24 |
} |
|
25 |
|
|
22 | 26 |
$this->set_content_template('module/gm_attribute_images.html'); |
23 | 27 |
$this->set_flat_assigns(true); |
24 | 28 |
} |