GoogleServices/copy_this/modules/d3/d3GoogleAnalytics/metadata.php

23 lines
731 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
*/
2012-12-20 15:35:10 +01:00
$sMetadataVersion = '1.1';
2012-09-13 14:13:01 +02:00
/**
* Module information
*/
2012-06-07 11:44:47 +02:00
$aModule = array(
'id' => 'd3_googleanalytics',
2012-12-20 15:35:10 +01:00
'title' => (class_exists('d3utils')?d3utils::getInstance()->getD3Logo():'D&sup3;').' Google Analytics Schnittstelle',
'description' => array(),
2012-06-07 11:44:47 +02:00
'thumbnail' => 'picture.png',
2012-12-20 15:35:10 +01:00
'version' => '3.0.0.0',
'author' => 'D&sup3; Data Development',
2012-06-07 11:44:47 +02:00
'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
)
);