Ignore:
Timestamp:
Mar 1, 2010, 11:22:47 PM (14 years ago)
Author:
roby
Message:

Correzione per gestione accentate nei grafici e sostituita eregi in admin

File:
1 edited

Legend:

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

    r2 r21  
    1010include ("jpgraph.php");
    1111include ("jpgraph_pie.php");
     12define("CURFONT1",FF_DV_SANSSERIF);
    1213
    1314$e=$_GET['e'];$f=$_GET['f'];$e1=$_GET['e1'];$f1=$_GET['f1'];
     
    2223
    2324$graph->title->Set($titolo);
    24 $graph->title->SetFont(FF_FONT1,FS_BOLD);
     25$graph->title->SetFont(CURFONT1,FS_BOLD);
    2526$graph ->legend->Pos( 0.02,0.85,"left" ,"center");
    2627$graph->SetBackgroundImage("../images/logo.jpg",BGIMG_COPY);
Note: See TracChangeset for help on using the changeset viewer.