Last change
on this file since 69453 was
69453,
checked in by bystrano@…, 8 years ago
|
Merge branch 'master' of github.com:bystrano/menu_evitement
|
File size:
1.2 KB
|
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * Plugin Menu d'évitement |
---|
4 | * (c) 2013 Michel Bystranowski |
---|
5 | * Licence GNU/GPL |
---|
6 | */ |
---|
7 | |
---|
8 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
9 | |
---|
10 | /* include_spip('inc/config'); */ |
---|
11 | |
---|
12 | /* ecrire_config('menu_evitement', */ |
---|
13 | /* array( */ |
---|
14 | /* 'lien_vers_menu_admin' => 'on', */ |
---|
15 | /* 'cacher_menu_quand_pas_focus' => 'on', */ |
---|
16 | /* 'cacher_ancres_quand_pas_focus' => 'on', */ |
---|
17 | /* 'structure' => array( */ |
---|
18 | /* 0 => array( */ |
---|
19 | /* 'cible' => 'contenu', */ |
---|
20 | /* 'titre' => 'Aller au contenu', */ |
---|
21 | /* ), */ |
---|
22 | /* 1 => array( */ |
---|
23 | /* 'cible' => 'extra', */ |
---|
24 | /* 'titre' => 'Aller au menu droite', */ |
---|
25 | /* ), */ |
---|
26 | /* ), */ |
---|
27 | /* )); */ |
---|
28 | |
---|
29 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.