Skip to content

Commit

Permalink
Update boot.php
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
alxndr-w committed Dec 15, 2023
1 parent 7ff79ab commit 4cf46bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@
// Mein Code, oder meine Funktion / statische Methode aufrufen
});
*/

/**
* CSS und JS im Backend laden, wenn eingeloggt.
*/
/*
if (rex::isBackend() && rex::getUser()) {
rex_view::addCssFile($this->getAssetsUrl('backend.css'));
rex_view::addJsFile($this->getAssetsUrl('backend.js'));
}
*/

0 comments on commit 4cf46bf

Please sign in to comment.