v1.0.20 - exact checkout from f68dab2
This commit is contained in:
@@ -20,12 +20,15 @@ class Application extends App implements IBootstrap {
|
||||
}
|
||||
|
||||
public function register(IRegistrationContext $context): void {
|
||||
// Register event listener - this fires on EVERY page render after template is built
|
||||
$context->registerEventListener(
|
||||
TemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS,
|
||||
function() {
|
||||
Util::addStyle('minimalprofile', 'minimalprofile');
|
||||
}
|
||||
);
|
||||
|
||||
file_put_contents('/tmp/minimalprofile.log', date('Y-m-d H:i:s') . ' register, event registered' . "\n", FILE_APPEND);
|
||||
}
|
||||
|
||||
public function boot(IBootContext $context): void {
|
||||
|
||||
Reference in New Issue
Block a user