change module title logo (D3) source to external asset
This commit is contained in:
parent
383ea71941
commit
f652a61ae7
@ -28,7 +28,8 @@ $sMetadataVersion = '1.1';
|
|||||||
*/
|
*/
|
||||||
$aModule = array(
|
$aModule = array(
|
||||||
'id' => 'd3_googleanalytics',
|
'id' => 'd3_googleanalytics',
|
||||||
'title' => (class_exists(\D3\ModCfg\Application\Model\d3utils::class) ? \D3\ModCfg\Application\Model\d3utils::getInstance()->getD3Logo() : 'D³').
|
'title' =>
|
||||||
|
'<svg style="height:1em;width:1em"><image xlink:href="https://logos.oxidmodule.com/d3logo.svg" style="height:1em;width:1em" /></svg> '.
|
||||||
'Google Services Schnittstelle',
|
'Google Services Schnittstelle',
|
||||||
'description' => array(
|
'description' => array(
|
||||||
'de' => 'Dieses Modul stellt Ihnen die schnelle und unkomplizierte Einbindung Ihres Google-Analytics-'.
|
'de' => 'Dieses Modul stellt Ihnen die schnelle und unkomplizierte Einbindung Ihres Google-Analytics-'.
|
||||||
|
Loading…
Reference in New Issue
Block a user