Jen tipuju, do kódu jsem nekoukal.
admin.mod.x.post
nebo pokud vždy
admin.mod.post
Mám tam toto:
<?php
/* ---- kontrola jadra ---- */
if (!defined('_core'))
die;
_extend('regm', array(
// css + js (admin)
'admin.head' => function ($args) {
$args['css'][] = _indexroot . 'plugins/extend/searchselect/files/normalize.css';
$args['css'][] = _indexroot . 'plugins/extend/searchselect/files/selectize.default.css';
$args['js'][] = _indexroot . 'plugins/extend/searchselect/files/selectize.js';
$args['js'][] = _indexroot . 'plugins/extend/searchselect/files/main.js';
},
));
No to je do <head>, ty jsi chtel pod obsah, nehledě na to, že v dokumentaci ani v kodu admin.head událost nevidim.
Docs je neúplná no, doplní se na novým webu.
Právě, budu muset udělat další _extend();