Hello, I have tested and.. need to check in default.php in line 14 if the favicon is the same name in the default.php;
public function Base_Render_Before(&$Sender) { $Sender->Head->AddTag('link', array('rel' => 'shortcut icon', 'href'=>'/themes/' . Gdn::Config('Garden.Theme') . '/design/**favicon.png**'));
First Step: You need create one favicon(.png or .ico) and put the file in your main theme.
(Forum)/themes/(yourtheme)/design/[favicon.png]
Sorry for any error in my text
Comments
Hello, I have tested and.. need to check in default.php in line 14 if the favicon is the same name in the default.php;
public function Base_Render_Before(&$Sender) { $Sender->Head->AddTag('link', array('rel' => 'shortcut icon', 'href'=>'/themes/' . Gdn::Config('Garden.Theme') . '/design/**favicon.png**'));
First Step:
You need create one favicon(.png or .ico) and put the file in your main theme.
(Forum)/themes/(yourtheme)/design/[favicon.png]
Sorry for any error in my text