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

Location:
trunk/client/modules/Elezioni/grafici
Files:
1 deleted
2 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);
  • trunk/client/modules/Elezioni/grafici/jpg-config.inc.php

    r2 r21  
    3131//   MBTTF_DIR /usr/share/fonts/ja/TrueType/
    3232//
     33define("TTF_DIR","/usr/share/fonts/truetype/ttf-dejavu/");
    3334// WINDOWS:
    3435//   CACHE_DIR $SERVER_TEMP/jpgraph_cache/
Note: See TracChangeset for help on using the changeset viewer.