mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +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);
|
$output = $handler->toDoc($oModule);
|
||||||
|
|
||||||
// call a trigger before display
|
// call a trigger before display
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue