Changeset 268 for trunk


Ignore:
Timestamp:
Apr 14, 2019, 2:59:43 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici.php

    r267 r268  
    164164        $_GET : $_POST;
    165165if (isset($param['anim'])) $anim=intval($param['anim']); else $anim='';
    166 #$anim=1;
     166
    167167if ($siteistat==$id_comune) $logo="$siteistat"; else $logo=''; // logo per il  comune
    168168$logo=verificasimbolo(); // carica_logo da funzioni.php
     
    802802               
    803803                $chart[ 'chart_data' ] = array ($gruppos, $pre);
    804                 $chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60));
     804//              $chart[ 'chart_data' ] = array ( array ("","Ciao", "Bella"), array ( "",40, 60));
    805805                $chart[ 'chart_grid_h' ] = array ( 'thickness'=>0 );
    806806                $chart[ 'chart_pref' ] = array ( 'rotation_x'=>60 );
Note: See TracChangeset for help on using the changeset viewer.