Skip to content

Commit

Permalink
Updated favicon, touch and notification icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhartless committed Apr 29, 2015
1 parent cac504d commit 20f2667
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/bundles/CoreBundle/Controller/CommonController.php
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ public function addBrowserNotification($message, $messageVars = array(), $domain
if ($icon == null) {
$icon = 'media/images/favicon.ico';
}

if (strpos($icon, 'http') !== 0) {
$assetHelper = $this->factory->getHelper('template.assets');
$icon = $assetHelper->getUrl($icon, null, null, true);
Expand Down
1 change: 1 addition & 0 deletions app/bundles/CoreBundle/Views/Default/head.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<title><?php echo $view['slots']->get('pageTitle', 'Mautic'); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" type="image/x-icon" href="<?php echo $view['assets']->getUrl('media/images/favicon.ico') ?>" />
<link rel="icon" sizes="192x192" href="<?php echo $view['assets']->getUrl('media/images/favicon.ico') ?>">
<link rel="apple-touch-icon" href="<?php echo $view['assets']->getUrl('media/images/apple-touch-icon.png') ?>" />

<?php echo $view['assets']->outputSystemStylesheets(); ?>
Expand Down
Binary file modified favicon.ico
Binary file not shown.
Binary file modified media/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/images/favicon.ico
Binary file not shown.
Binary file added media/images/mautic_logo_db64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20f2667

Please sign in to comment.