GlisWeb framework
_notizie.it-IT.php
Vai alla documentazione di questo file.
1 <?php
2 
3  // lingua di questo file
4  $l = 'it-IT';
5  $m = '_mod/_3100.notizie/';
6 
7  // notizie
8  $p['notizie'] = array(
9  'sitemap' => false,
10  'title' => array( $l => 'notizie' ),
11  'h1' => array( $l => 'notizie' ),
12  'parent' => array( 'id' => 'contenuti' ),
13  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'view.html' ),
14  'macro' => array( $m . '_src/_inc/_macro/_notizie.view.php' ),
15  'auth' => array( 'groups' => array( 'roots' ) ),
16  'menu' => array( 'admin' => array( 'label' => array( $l => 'notizie' ),
17  'priority' => 200 ) )
18  );
19 
20  // gestione notizie
21  $p['notizie_gestione'] = array(
22  'sitemap' => false,
23  'title' => array( $l => 'gestione' ),
24  'h1' => array( $l => 'gestione' ),
25  'parent' => array( 'id' => 'notizie' ),
26  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.html' ),
27  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php' ),
28  'auth' => array( 'groups' => array( 'roots' ) ),
29  'etc' => array( 'tabs' => array( 'notizie_gestione',
30  'notizie_gestione_pubblicazione',
31  'notizie_gestione_anagrafica',
32  'notizie_gestione_immagini',
33  'notizie_gestione_file',
34  'notizie_gestione_sem',
35  'notizie_gestione_contenuti',
36  'notizie_gestione_metadati' ) )
37  );
38 
39  $p['notizie_gestione_pubblicazione'] = array(
40  'sitemap' => false,
41  'title' => array( $l => 'pubblicazione' ),
42  'h1' => array( $l => 'pubblicazione' ),
43  'parent' => array( 'id' => 'notizie' ),
44  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.pubblicazione.html' ),
45  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php' ),
46  'auth' => array( 'groups' => array( 'roots' ) ),
47  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
48  );
49 
50  $p['notizie_gestione_anagrafica'] = array(
51  'sitemap' => false,
52  'title' => array( $l => 'persone' ),
53  'h1' => array( $l => 'persone' ),
54  'parent' => array( 'id' => 'notizie' ),
55  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.anagrafica.html' ),
56  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php', $m . '_src/_inc/_macro/_notizie.gestione.anagrafica.php' ),
57  'auth' => array( 'groups' => array( 'roots' ) ),
58  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
59  );
60 
61  $p['notizie_gestione_immagini'] = array(
62  'sitemap' => false,
63  'title' => array( $l => 'immagini' ),
64  'h1' => array( $l => 'immagini' ),
65  'parent' => array( 'id' => 'notizie' ),
66  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.immagini.html' ),
67  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php', $m . '_src/_inc/_macro/_notizie.gestione.immagini.php' ),
68  'auth' => array( 'groups' => array( 'roots' ) ),
69  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
70  );
71 
72  $p['notizie_gestione_file'] = array(
73  'sitemap' => false,
74  'title' => array( $l => 'allegati' ),
75  'h1' => array( $l => 'allegati' ),
76  'parent' => array( 'id' => 'notizie' ),
77  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.file.html' ),
78  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php', $m . '_src/_inc/_macro/_notizie.gestione.file.php' ),
79  'auth' => array( 'groups' => array( 'roots' ) ),
80  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
81  );
82 
83  $p['notizie_gestione_sem'] = array(
84  'sitemap' => false,
85  'title' => array( $l => 'SEM/SMM' ),
86  'h1' => array( $l => 'SEM/SMM' ),
87  'parent' => array( 'id' => 'notizie' ),
88  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.sem.html' ),
89  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php', $m . '_src/_inc/_macro/_notizie.gestione.sem.php' ),
90  'auth' => array( 'groups' => array( 'roots' ) ),
91  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
92  );
93 
94  $p['notizie_gestione_contenuti'] = array(
95  'sitemap' => false,
96  'title' => array( $l => 'testo' ),
97  'h1' => array( $l => 'testo' ),
98  'parent' => array( 'id' => 'notizie' ),
99  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.contenuti.html' ),
100  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php', $m . '_src/_inc/_macro/_notizie.gestione.contenuti.php' ),
101  'auth' => array( 'groups' => array( 'roots' ) ),
102  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
103  );
104 
105  $p['notizie_gestione_metadati'] = array(
106  'sitemap' => false,
107  'title' => array( $l => 'metadati' ),
108  'h1' => array( $l => 'metadati' ),
109  'parent' => array( 'id' => 'notizie' ),
110  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'notizie.gestione.metadati.html' ),
111  'macro' => array( $m . '_src/_inc/_macro/_notizie.gestione.php' ),
112  'auth' => array( 'groups' => array( 'roots' ) ),
113  'etc' => array( 'tabs' => $p['notizie_gestione']['etc']['tabs'] )
114  );
115 
116  // categorie notizie
117  $p['categorie_notizie'] = array(
118  'sitemap' => false,
119  'title' => array( $l => 'categorie' ),
120  'h1' => array( $l => 'categorie' ),
121  'parent' => array( 'id' => 'notizie' ),
122  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'view.html' ),
123  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.view.php' ),
124  'auth' => array( 'groups' => array( 'roots' ) ),
125  'menu' => array( 'admin' => array( 'label' => array( $l => 'categorie' ),
126  'priority' => 100 ) )
127  );
128 
129  $p['categorie_notizie_gestione'] = array(
130  'sitemap' => false,
131  'title' => array( $l => 'gestione' ),
132  'h1' => array( $l => 'gestione' ),
133  'parent' => array( 'id' => 'categorie_notizie' ),
134  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.html' ),
135  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php' ),
136  'auth' => array( 'groups' => array( 'roots' ) ),
137  'etc' => array( 'tabs' => array( 'categorie_notizie_gestione',
138  'categorie_notizie_gestione_sem',
139  'categorie_notizie_gestione_contenuti',
140  'categorie_notizie_gestione_scheda',
141  'categorie_notizie_gestione_immagini',
142  'categorie_notizie_gestione_video',
143  'categorie_notizie_gestione_metadati' ) )
144  );
145 
146  $p['categorie_notizie_gestione_sem'] = array(
147  'sitemap' => false,
148  'title' => array( $l => 'SEM/SMM' ),
149  'h1' => array( $l => 'SEM/SMM' ),
150  'parent' => array( 'id' => 'categorie_notizie' ),
151  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.sem.html' ),
152  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php', $m . '_src/_inc/_macro/_categorie.notizie.gestione.sem.php' ),
153  'auth' => array( 'groups' => array( 'roots' ) ),
154  'etc' => array( 'tabs' => $p['categorie_notizie_gestione']['etc']['tabs'] )
155  );
156 
157  $p['categorie_notizie_gestione_contenuti'] = array(
158  'sitemap' => false,
159  'title' => array( $l => 'testo' ),
160  'h1' => array( $l => 'testo' ),
161  'parent' => array( 'id' => 'categorie_notizie' ),
162  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.contenuti.html' ),
163  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php', $m . '_src/_inc/_macro/_categorie.notizie.gestione.contenuti.php' ),
164  'auth' => array( 'groups' => array( 'roots' ) ),
165  'etc' => array( 'tabs' => $p['categorie_notizie_gestione']['etc']['tabs'] )
166  );
167 
168  $p['categorie_notizie_gestione_scheda'] = array(
169  'sitemap' => false,
170  'title' => array( $l => 'scheda' ),
171  'h1' => array( $l => 'scheda' ),
172  'parent' => array( 'id' => 'categorie_notizie' ),
173  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.scheda.html' ),
174  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php', $m . '_src/_inc/_macro/_categorie.notizie.gestione.scheda.php' ),
175  'auth' => array( 'groups' => array( 'roots' ) ),
176  'etc' => array( 'tabs' => $p['categorie_notizie_gestione']['etc']['tabs'] )
177  );
178 
179  $p['categorie_notizie_gestione_immagini'] = array(
180  'sitemap' => false,
181  'title' => array( $l => 'immagini' ),
182  'h1' => array( $l => 'immagini' ),
183  'parent' => array( 'id' => 'categorie_notizie' ),
184  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.immagini.html' ),
185  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php' ),
186  'auth' => array( 'groups' => array( 'roots' ) ),
187  'etc' => array( 'tabs' => $p['categorie_notizie_gestione']['etc']['tabs'] )
188  );
189 
190  $p['categorie_notizie_gestione_video'] = array(
191  'sitemap' => false,
192  'title' => array( $l => 'video' ),
193  'h1' => array( $l => 'video' ),
194  'parent' => array( 'id' => 'categorie_notizie' ),
195  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.video.html' ),
196  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php' ),
197  'auth' => array( 'groups' => array( 'roots' ) ),
198  'etc' => array( 'tabs' => $p['categorie_notizie_gestione']['etc']['tabs'] )
199  );
200 
201  $p['categorie_notizie_gestione_metadati'] = array(
202  'sitemap' => false,
203  'title' => array( $l => 'metadati' ),
204  'h1' => array( $l => 'metadati' ),
205  'parent' => array( 'id' => 'categorie_notizie' ),
206  'template' => array( 'path' => '_src/_templates/_standard/', 'schema' => 'categorie.notizie.gestione.metadati.html' ),
207  'macro' => array( $m . '_src/_inc/_macro/_categorie.notizie.gestione.php' ),
208  'auth' => array( 'groups' => array( 'roots' ) ),
209  'etc' => array( 'tabs' => $p['categorie_notizie_gestione']['etc']['tabs'] )
210  );
211 
212 ?>
$p['notizie']