Skip to content

Commit

Permalink
fix favicon after converting images to svg (this one should be a png)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Apr 11, 2017
1 parent 53a4971 commit 0aa05f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/core/output_modules.php
Expand Up @@ -385,7 +385,10 @@ protected function output() {
}
return '<title>'.$this->trans(trim($title)).'</title>'.
'<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">'.
'<link rel="icon" class="tab_icon" type="image/png" href="'.Hm_Image_Sources::$env_closed.'">'.
'<link rel="icon" class="tab_icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo'.
'AAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAFVJR'.
'EFUOI3NkkEKACEMA2d92fpzfVn3oHhYqAF7qIFeSpImUMjGA1jEoEQTFKAC/UDbp3bhBRqj0m7a5C78F56Rx5MEdUB'.
'HFMlkV09ogN3xB7kG+fgA0tc160Jy09wAAAAASUVORK5CYII=" >'.
'<base href="'.$this->html_safe($this->get('router_url_path')).'" />';
}
}
Expand Down

0 comments on commit 0aa05f3

Please sign in to comment.