diff --git a/app/View/Users/login.ctp b/app/View/Users/login.ctp index 476ba7319..bc6ce22ea 100644 --- a/app/View/Users/login.ctp +++ b/app/View/Users/login.ctp @@ -5,7 +5,9 @@
- Html->image('custom/' . h(Configure::read('MISP.welcome_logo')), array('alt' => __('Logo'), 'onerror' => "this.style.display='none';")); ?> + + <?= __('Logo') ?> + @@ -82,7 +84,9 @@ ?> - Html->image('custom/' . h(Configure::read('MISP.welcome_logo2')), array('alt' => 'Logo2', 'onerror' => "this.style.display='none';")); ?> + + <?= __('Logo2') ?> +