It looks like you're new here. If you want to get involved, click one of these buttons!
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
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·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 =)
- Spam
- Abuse
0 · Insightful Awesome LOL ·