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

continua menu contestuale

File:
1 edited

Legend:

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

    r31 r48  
    5454if (isset($param['editor'])) $editor=intval($param['editor']); else $editor='0';
    5555if (isset($param['tema_on'])) $tema_on=intval($param['tema_on']); else $tema_on='0';
     56if (isset($param['help'])) $help=intval($param['help']);
     57
    5658/******************************************************/
    5759/*Funzione di visualizzazione globale                 */
    5860/*****************************************************/
    5961        function all() {
    60                 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $prefix2, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$tema;
     62                global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $prefix2, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$tema,$language,$help;
    6163                global $gkey,$ed_user,$googlemaps,$editor,$tema_on;
    6264//              $restemp = mysql_query("select count(0) from ".$prefix."_ele_conf where tema='$tema'", $dbi);
     
    6466
    6567
     68                if (isset($help)) include("language/$language/ele_configurazione.html");
    6669
    6770        //-----------------------visualizza riga superiore per inserimento -
Note: See TracChangeset for help on using the changeset viewer.