mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #1275 add layout (before) trigger point
This commit is contained in:
parent
ae36419ee7
commit
098a02a008
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ class DisplayHandler extends Handler
|
|||
}
|
||||
}
|
||||
|
||||
// call a trigger before layout
|
||||
ModuleHandler::triggerCall('layout', 'before', $oModule);
|
||||
|
||||
// apply layout
|
||||
$output = $handler->toDoc($oModule);
|
||||
|
||||
// call a trigger before display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue