mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 14:46:53 +02:00
New event onCurrentPageBeforeLoaded - added
This commit is contained in:
@@ -92,6 +92,9 @@ class Content
|
||||
// Init Parsers
|
||||
Content::initParsers();
|
||||
|
||||
// Event: The page has been not loaded.
|
||||
Event::dispatch('onCurrentPageBeforeLoaded');
|
||||
|
||||
// Set current requested page data to global $page array
|
||||
Content::$page = Content::getPage(Http::getUriString());
|
||||
|
||||
|
Reference in New Issue
Block a user