GlisWeb framework
_null.en-GB.php
Vai alla documentazione di questo file.
1 <?php
2 
14  // lingua di questo file
15  $l = 'en-GB';
16 
17  // pagina di default
18  $p[ NULL ] = array(
19  'title' => array( $l => 'auto-generated page' ),
20  'h1' => array( $l => 'auto-generated page' ),
21  'content' => array( $l => '<p>page automatically generated ' . date( 'Y-m-d H:i:s' ) . '</p>' ),
22  'rewrited' => array( $l => NULL )
23  );
24 
25 ?>
$l
Definition: _null.en-GB.php:15
$p[NULL]
Definition: _null.en-GB.php:18