2012-06-07 11:44:47 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Module information
|
|
|
|
*/
|
|
|
|
$sMetadataVersion = '1,.0';
|
|
|
|
$aModule = array(
|
|
|
|
'id' => 'd3_googleanalytics',
|
|
|
|
'title' => oxLang::getInstance()->translateString('D3_GOOGLEANALYTICS_METADATA_TITLE'),
|
|
|
|
'description' => oxLang::getInstance()->translateString('D3_GOOGLEANALYTICS_METADATA_DESC'),
|
|
|
|
'thumbnail' => 'picture.png',
|
|
|
|
'version' => '2.2.3',
|
|
|
|
'author' => oxLang::getInstance()->translateString('D3_MOD_LIB_METADATA_AUTHOR'),
|
|
|
|
'email' => 'support@shopmodule.com',
|
|
|
|
'url' => 'http://www.oxidmodule.com/',
|
|
|
|
'extend' => array(
|
2012-09-13 14:04:52 +02:00
|
|
|
'oxcmp_utils' => 'd3GoogleAnalytics/views/d3_oxcmp_utils_googleanalytics',
|
|
|
|
'oxorder' => 'd3GoogleAnalytics/core/d3_oxorder_googleanalytics',
|
2012-06-07 11:44:47 +02:00
|
|
|
)
|
|
|
|
);
|