GeoIP/copy_this/modules/d3_geoip_vat/metadata.php

15 lines
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',
)
);