Hi everyone,
I enable developpers plugin. the developers/elgg-plugin.php contains the following entry.
'default:developers:email' => [
'path' => '/developers_email',
'resource' => 'developers/email',
'middleware' => [
\Elgg\Router\Middleware\AdminGatekeeper::class,
],
],
So I can access http://xxxxxxxxx/developers_email
How can I load elgg.css and js/elgg in 'developers/email' ressource ?
Regards.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
You must log in to post replies.Usual method:
http://learn.elgg.org/en/stable/guides/javascript.html#id3
Some examples:
https://github.com/Elgg/Elgg/blob/4.x/engine/lib/views.php#L1384