Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 62 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62 Rev 97
Line 226... Line 226...
226
   
226
   
227
    protected function chargerPiedDePage() {
227
    protected function chargerPiedDePage() {
228
        $donnees['appli'] = Application::getInfo();
228
        $donnees['appli'] = Application::getInfo();
229
        $this->setSortie(self::RENDU_PIED, $this->getVue('pied', $donnees));
229
        $this->setSortie(self::RENDU_PIED, $this->getVue('pied', $donnees));
230
    }
-
 
231
} 
230
    }
-
 
231
} 
-
 
232
?>
232
233