Ignore:
Timestamp:
Mar 27, 2010, 8:16:20 PM (14 years ago)
Author:
roby
Message:

In client: sistemata la rotazione delle pagine per il tema tour - tolto anche il footer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/tour/index.php

    r59 r60  
    1515
    1616                 );
    17 $block=0;
     17$blocco=0;
    1818
    1919$param=strip_tags(strtolower($_SERVER['REQUEST_METHOD'])) == 'get' ? $_GET : $_POST;
     
    7272                language();
    7373                flash();
    74                 noblocco();
     74#               noblocco();
    7575                tour();
    7676echo ' </div>
     
    102102
    103103// carica i blocchi
    104 if($blocco==1) blocco();
     104if($blocco==1) {blocco();
    105105echo "</div></div>";
    106106// carica il file foooter
     
    113113die();
    114114}
    115 
     115}
    116116####################################
    117117function blocco(){
     
    127127// Blocco generale
    128128
    129 
     129if(file_exists("temi/language/$lang/bloccogen.html"){
    130130$tmpl_file = "temi/language/$lang/bloccogen.html";
    131131$thefile = implode("", file($tmpl_file));
     
    134134eval($thefile);
    135135print $r_file;
    136 
     136}
    137137caricablocchi();
    138138
Note: See TracChangeset for help on using the changeset viewer.