示例#1
0
    $vueForum->infoDecoForum();
}
if ($page == 'section') {
    listeFils($id, $vueForum);
} else {
    if ($page == 'fil') {
        listePosts($id, $no, $vueForum);
    } else {
        if ($page == 'mp') {
            messagePrive($id, $vueForum);
        } else {
            if ($page == 'profil' && $authBundle['statut'] == 'connect') {
                pageProfil($vueForum);
            } else {
                if ($page == 'profil' && $authBundle['statut'] == 'connect') {
                    pageProfil($vueForum);
                } else {
                    if ($page == 'majProfil' && $authBundle['statut'] == 'connect') {
                        majProfil($vueForum);
                    } else {
                        accueilForum($vueForum);
                    }
                }
            }
        }
    }
}
//mise en place du script lié au module de forum
$head .= $vueForum->getHead();
$body = $vueForum->getBody();
$scripts .= $vueForum->getScript();
示例#2
0
         pageReinitPass($vueAuth);
     } else {
         if ($action == "reinitPass") {
             reinitPass($vueAuth);
         } else {
             if ($action == "validRecupPass") {
                 validRecupPass($vueAuth);
             } else {
                 if ($action == 'activation') {
                     activation($vueAuth);
                 } else {
                     if ($action == 'profil') {
                         pageProfil($vueAuth);
                     } else {
                         if ($action == 'majProfil') {
                             majProfil($vueAuth);
                         } else {
                             if ($action == 'pageSuppress') {
                                 $vueAuth->pageSuppress();
                             } else {
                                 if ($action == 'supress') {
                                     supprimerCompte($vueAuth);
                                 }
                             }
                         }
                     }
                 }
             }
         }
     }
 }