change module title logo (D3) source to external asset

This commit is contained in:
Daniel Seifert 2020-06-16 10:07:57 +02:00
parent 383ea71941
commit f652a61ae7
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F

View File

@ -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-'.