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:
@@ -131,10 +131,6 @@ abstract class AbstractWebApp
|
||||
|
||||
$css->addString($lessVariables);
|
||||
$localeCss->addString($lessVariables);
|
||||
|
||||
$css->addString(function () {
|
||||
return $this->settings->get('custom_less');
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user