Ignore:
File:
1 edited

Legend:

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

    r2 r22  
    1010include ("jpgraph.php");
    1111include ("jpgraph_pie.php");
     12if(file_exists(TTF_DIR))
     13        define("CURFONT1",FF_DV_SANSSERIF);
     14else
     15        define ("CURFONT1",FF_FONT1);
     16
    1217
    1318$e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1'];
     
    2227
    2328$graph->title->Set($titolo);
    24 $graph->title->SetFont(FF_FONT1,FS_BOLD);
     29$graph->title->SetFont(CURFONT1,FS_BOLD);
    2530$graph ->legend->Pos( 0.02,0.85,"left" ,"center");
    2631$graph->SetBackgroundImage("../images/logo.jpg",BGIMG_COPY);
Note: See TracChangeset for help on using the changeset viewer.