Ignore:
Timestamp:
May 29, 2011, 7:05:03 PM (13 years ago)
Author:
eol
Message:

Sistemazione elementi grafici e di esportazione dati, stemma sui grafici (var nel config.php $ins_logo=0 per eliminare lo stemma).

File:
1 edited

Legend:

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

    r2 r105  
    88$altro=$_GET['altro'];
    99$desc=$_GET['desc'];
     10$logo=$_GET['logo'];
    1011$grp1=$_GET['grp1'];$grp2=$_GET['grp2'];$grp3=$_GET['grp3'];
    1112
     
    3738//$graph->Set3DPerspective(SKEW3D_RIGHT,650,470,true);
    3839
    39 $graph->SetBackgroundImage("../images/logo.jpg",BGIMG_COPY);
     40$graph->SetBackgroundImage("../images/$logo",BGIMG_COPY);
    4041//$graph->SetBackgroundCountryFlag('ital',BGIMG_COPY,20);
    4142
Note: See TracChangeset for help on using the changeset viewer.