Vai alla documentazione di questo file. 5 $m =
'_mod/_4300.matricole/';
8 $p[
'matricole'] = array(
10 'title' => array(
$l =>
'matricole' ),
11 'h1' => array(
$l =>
'matricole' ),
12 'parent' => array(
'id' =>
'prodotti' ),
13 'template' => array(
'path' =>
'_src/_templates/_standard/',
'schema' =>
'view.html' ),
14 'macro' => array(
$m .
'_src/_inc/_macro/_matricole.view.php' ),
15 'auth' => array(
'groups' => array(
'roots' ) ),
16 'menu' => array(
'admin' => array(
'label' => array(
$l =>
'matricole' ),
20 $p[
'matricole_gestione'] = array(
22 'title' => array(
$l =>
'gestione' ),
23 'h1' => array(
$l =>
'gestione' ),
24 'parent' => array(
'id' =>
'matricole' ),
25 'template' => array(
'path' =>
'_src/_templates/_standard/',
'schema' =>
'matricole.gestione.html' ),
26 'macro' => array(
$m .
'_src/_inc/_macro/_matricole.gestione.php' ),
27 'auth' => array(
'groups' => array(
'roots' ) ),
28 'etc' => array(
'tabs' => array(
'matricole_gestione',
29 'matricole_gestione_stampe' ) )
32 $p[
'matricole_gestione_stampe'] = array(
34 'title' => array(
$l =>
'stampe' ),
35 'h1' => array(
$l =>
'stampe' ),
36 'parent' => array(
'id' =>
'matricole' ),
37 'template' => array(
'path' =>
'_src/_templates/_standard/',
'schema' =>
'metro.html' ),
38 'macro' => array(
$m .
'_src/_inc/_macro/_matricole.gestione.php',
$m .
'_src/_inc/_macro/_matricole.gestione.stampe.php' ),
39 'auth' => array(
'groups' => array(
'roots' ) ),
40 'etc' => array(
'tabs' =>
$p[
'matricole_gestione'][
'etc'][
'tabs'] )