Ignore:
Timestamp:
Mar 25, 2010, 12:24:35 AM (14 years ago)
Author:
roby
Message:

inserimento menu contestuale per la sezione admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_affluenze.php

    r36 r45  
    3434if (isset($_GET['ok'])) get_magic_quotes_gpc() ? $ok=$param['ok']:$ok=addslashes($param['ok']); else $ok='';
    3535if (isset($_GET['modello'])) get_magic_quotes_gpc() ? $modello=$param['modello']:$modello=addslashes($param['modello']); else $modello='';
     36if (isset($_GET['help'])) $help=intval($_GET['help']);
    3637
    3738include("modules/Elezioni/funzionidata.php");
     
    4849        //crea la pagina delle affluenze
    4950        function all() {
    50                 global $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min,$id_cons_gen;
     51                global $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min,$id_cons_gen,$language,$help;
    5152
     53                if (isset($help)) include("language/$language/ele_affluenze.html");
    5254
    5355                echo "<br><br> <table border=\"0\" width=\"60%\"  align=\"center\">"
Note: See TracChangeset for help on using the changeset viewer.