Skip to content

Commit

Permalink
Where are my icons? I NEED MY ICONS!!
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed Jan 25, 2018
1 parent 4823fa3 commit 79da80b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions themes/default/Theme.php
Expand Up @@ -845,11 +845,7 @@ public function setupThemeContext($forceload = false)

$context['favicon'] = $scripturl . '/mobile.png';

// Load a custom CSS file?
if (file_exists($settings['theme_dir'] . '/css/custom.css'))
{
loadCSSFile('custom.css');
}
$this->loadSupportCSS();

// Since it's nice to have avatars all of the same size, and in some cases the size detection may fail,
// let's add the css in any case
Expand Down Expand Up @@ -886,7 +882,7 @@ public function loadSupportCSS()
// Load a base theme custom CSS file?
if (file_exists($settings['theme_dir'] . '/css/custom.css'))
{
loadCSSFile('custom.css', array('fallback' => false));
loadCSSFile('custom.css');
}
}

Expand Down

0 comments on commit 79da80b

Please sign in to comment.