GoogleServices/copy_this/modules/d3GoogleAnalytics/metadata.php

24 lines
836 B
PHP
Raw Normal View History

2012-06-07 11:44:47 +02:00
<?php
/**
2012-09-13 14:13:01 +02:00
* Metadata version
2012-06-07 11:44:47 +02:00
*/
$sMetadataVersion = '1.0';
2012-09-13 14:13:01 +02:00
/**
* Module information
*/
2012-09-13 14:17:25 +02:00
$sMetadataVersion = '1,.0';
2012-06-07 11:44:47 +02:00
$aModule = array(
'id' => 'd3_googleanalytics',
'title' => oxLang::getInstance()->translateString('D3_GOOGLEANALYTICS_METADATA_TITLE'),
'description' => oxLang::getInstance()->translateString('D3_GOOGLEANALYTICS_METADATA_DESC'),
'thumbnail' => 'picture.png',
2012-09-13 14:17:25 +02:00
'version' => '2.4.0',
2012-06-07 11:44:47 +02:00
'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
)
);