add author to metadata, fix module image

This commit is contained in:
Daniel Seifert 2013-04-22 09:19:56 +00:00
parent d65dd4624a
commit fac2ccc24c
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ $aModule = array(
'thumbnail' => 'picture.png', 'thumbnail' => 'picture.png',
'version' => '2.1.1', 'version' => '2.1.1',
'author' => oxLang::getInstance()->translateString('D3_MOD_LIB_METADATA_AUTHOR'), 'author' => oxLang::getInstance()->translateString('D3_MOD_LIB_METADATA_AUTHOR'),
'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/',
'extend' => array( 'extend' => array(
'oxcmp_cur' => 'd3_geoip/views/d3_oxcmp_cur_geoip', 'oxcmp_cur' => 'd3_geoip/views/d3_oxcmp_cur_geoip',
'oxcmp_lang' => 'd3_geoip/views/d3_oxcmp_lang_geoip', 'oxcmp_lang' => 'd3_geoip/views/d3_oxcmp_lang_geoip',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB