1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Only apply custom CSS and header HTML on forum, not admin

This commit is contained in:
Toby Zerner
2017-10-25 13:40:57 +10:30
parent 2754a8c867
commit 40ebc13292
3 changed files with 4 additions and 6 deletions

View File

@@ -131,10 +131,6 @@ abstract class AbstractWebApp
$css->addString($lessVariables);
$localeCss->addString($lessVariables);
$css->addString(function () {
return $this->settings->get('custom_less');
});
}
/**