15 lignes
389 B
PHP
15 lignes
389 B
PHP
<?php
|
|
/**
|
|
* Module information
|
|
*/
|
|
$aModule = array(
|
|
'id' => 'd3_geoip_vat',
|
|
'title' => 'D³ GeoIP Steuerselektion',
|
|
'description' => '',
|
|
'thumbnail' => 'picture.png',
|
|
'version' => 'indiv.',
|
|
'author' => 'D³ Data Development',
|
|
'extend' => array(
|
|
'oxvatselector' => 'd3_geoip_vat/core/d3_oxvatselector_geoip',
|
|
)
|
|
); |