on surcharge crayons_preparer_page des crayons, attention, il faut que la PR de git.spip soit merge
This commit is contained in:
parent
6d11ef9b54
commit
17a979ed14
1 changed files with 6 additions and 0 deletions
|
@ -18,3 +18,9 @@ if (_request('var_mode') == 'gamutable') {
|
|||
include_spip('inc/invalideur');
|
||||
suivre_invalideur("id='gamutable/1'");
|
||||
}
|
||||
|
||||
function inc_crayons_preparer_page(&$page, $droits, $wdgcfg = [], $mode = 'page') {
|
||||
$droits = '*';
|
||||
include_spip('inc/crayons_preparer_page');
|
||||
return inc_crayons_preparer_page_dist($page, $droits, $wdgcfg, $mode);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue