Ignore:
File:
1 edited

Legend:

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

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