Ignore:
Timestamp:
May 20, 2014, 4:59:52 PM (10 years ago)
Author:
roby
Message:

client:
proiezione consiglio visibile solo per consultazioni chiuse
impostata lettura del file config per tema tour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/tour/index.php

    r206 r212  
    88/* tema tour per far girare le pagine in automatico */
    99/* le pagine vanno messe nel file config,php */
    10 
    1110global $tour;
     11if (file_exists("temi/tour/config.php")) {
     12        include_once 'temi/tour/config.php';
     13}
     14
     15if(!isset($lista_ruota)){
    1216$lista_ruota=array(     'affluenze_graf',
    1317                        'graf_votanti',
     
    1519                        'graf_lista'
    1620                 );
     21}
    1722$blocco=0;
    1823
Note: See TracChangeset for help on using the changeset viewer.