GlisWeb framework
_localizzazione.php
Vai alla documentazione di questo file.
1 <?php
2 
14  // inclusione del framework
15  require '../../../_src/_config.php';
16 
17  // ordinamento degli array per la scrittura
18  rksort( $cf );
19 
20  // array $cf
21  $tx = print_r( $cf['localization'], true ) . PHP_EOL;
22 
23  // timezone
24  $tx .= 'oggi รจ ' . strftime( '%A' ) . PHP_EOL;
25  $tx .= 'timezone ' . date_default_timezone_get() . PHP_EOL;
26 
27  // array $cf['tr']
28  $tx .= print_r( $cf['tr'], true ) . PHP_EOL;
29  $tx .= 'traduco "nome utente": ' . $ct['tr']['nome_utente']['en-GB'] . PHP_EOL;
30 
31  // output
32  build( $tx );
33 
34 ?>
if(isset( $cx['contatti'])) if(isset( $cf['site']['contatti'])) $ct['contatti']
Definition: _035.common.php:24
rksort(&$array)
$cf['ricerca']['template']
Definition: _030.common.php:7
build( $content, $type=MIME_TEXT_PLAIN, $encoding=ENCODING_UTF8, $headers=array())