Domains info: handbaghooks.com.au ; www.handbaghooks.com.au ; localhost ; 127.0.0.1 ; Files info: app/ |-- code | `-- community | `-- SMDesign | |-- Colorswatch | | |-- Block | | | `-- Adminhtml | | | |-- Abstract.php | | | |-- Attribute | | | | |-- Abstract.php | | | | |-- Accordion | | | | | |-- Content.php | | | | | |-- Tabs | | | | | | `-- Content.php | | | | | `-- Tabs.php | | | | `-- Base.php | | | |-- Header.php | | | `-- Welcome.php | | |-- Helper | | | |-- Data.php | | | `-- Image.php | | |-- Model | | | |-- Attribute | | | | `-- Settings.php | | | |-- Attribute.php | | | |-- LICENSE_SMD_ColorSwatch.txt | | | |-- Mysql4 | | | | |-- Attribute | | | | | |-- Settings | | | | | | `-- Collection.php | | | | | `-- Settings.php | | | | `-- Swatch | | | | |-- Images | | | | | `-- Collection.php | | | | `-- Images.php | | | |-- Product | | | | `-- Swatch.php | | | |-- Session.php | | | |-- Source | | | | `-- Popupinfo.php | | | `-- Swatch | | | |-- Image.php | | | `-- Images.php | | |-- controllers | | | |-- Adminhtml | | | | `-- ColorswatchController.php | | | `-- GetController.php | | |-- etc | | | |-- adminhtml.xml | | | |-- config.xml | | | `-- system.xml | | `-- sql | | `-- colorswatch_setup | | `-- mysql4-install-4.0.1.php | |-- ColorswatchProductView | | |-- Block | | | `-- Product | | | `-- View | | | |-- Media.php | | | |-- Selection | | | | `-- Swatch.php | | | `-- Selection.php | | |-- Helper | | | |-- Data.php | | | |-- Image.php | | | `-- Product.php | | |-- controllers | | | `-- GetController.php | | `-- etc | | |-- config.xml | | `-- system.xml | `-- SMDZoom | |-- Model | | |-- Imagetype.php | | `-- Zoomtype.php | |-- etc | | |-- config.xml | | `-- system.xml | `-- sql | `-- smdzoom_setup | `-- mysql4-install-2.0.0.php |-- design | |-- adminhtml | | `-- default | | `-- default | | |-- layout | | | `-- colorswatch.xml | | `-- template | | `-- colorswatch | | |-- attribute | | | |-- accordion | | | | |-- content.phtml | | | | |-- tabs | | | | | |-- image-active.phtml | | | | | |-- image-disabled.phtml | | | | | `-- image-hover.phtml | | | | `-- tabs.phtml | | | |-- base.phtml | | | `-- js.phtml | | |-- header.phtml | | `-- welcome.phtml | `-- frontend | `-- default | `-- default | |-- layout | | |-- colorswatchproductview.xml | | `-- smdzoom.xml | `-- template | |-- colorswatch | | `-- product | | `-- view | | |-- selection | | | `-- swatch.phtml | | `-- selection.phtml | `-- smdzoom | `-- media.phtml `-- etc `-- modules |-- SMDesign_Colorswatch.xml |-- SMDesign_ColorswatchProductView.xml `-- SMDesign_SMDZoom.xml skin/ |-- adminhtml | `-- default | `-- default | |-- colorswatch.css | `-- images | |-- advancedBt.png | |-- button.jpg | `-- no-image.jpg `-- frontend `-- default `-- default |-- css | `-- colorswatch.css `-- images `-- colorswatch |-- colorswatch_loading.gif `-- selection.png js/ |-- colorswatch | |-- adminhtml | | |-- grid.js | | `-- grid.source.js | |-- colorswatch.js | `-- colorswatch.source.js `-- smdzoom |-- smdzoom.js `-- smdzoom.source.js 73 directories, 73 files