Theme::plugins('pageBegin') geändert in Bludit 4?

Post Reply
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Hallo, weiß jemand, ob

Code: Select all

<?php Theme::plugins('pageBegin'); ?> 
in Bludit 4 (das ich gerade teste) anders heißt? Bei mir bricht das Rendern der Seite an dieser Stelle nämlich ab.
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Bei Bludit 4 wird Folgendes verwendet:

Code: Select all

<?php execPluginsByHook('pageBegin'); ?>
Vgl. beispielsweise:

https://github.com/bludit/bludit/blob/1 ... age.php#L6
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Ja, funktioniert perfekt, vielen Dank für die schnelle Antwort!
On Error GoTo Bed
Post Reply