We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec13b5b + 3b34614 commit d14d66dCopy full SHA for d14d66d
config/vanilla/config.php
@@ -205,3 +205,5 @@
205
];
206
// Allow "target='_blank'" for Markdown format;
207
$Configuration['Garden']['Html']['BlockedAttributes']='on*, download';
208
+
209
+$Configuration['Garden']['FavIcon']='/themes/topcoder/design/images/favicon.png';
vanilla/library/core/class.controller.php
@@ -1975,7 +1975,7 @@ public function renderMaster() {
1975
// Add the favicon.
1976
$Favicon = c('Garden.FavIcon');
1977
if ($Favicon) {
1978
- $this->Head->setFavIcon(Gdn_Upload::url($Favicon));
+ $this->Head->setFavIcon($Favicon);
1979
}
1980
1981
$touchIcon = c('Garden.TouchIcon');
0 commit comments