GetUser(); $root_page = $this->ComposeLinkToPage($this->config["root_page"]); $navigation_links = $this->config["navigation_links"] ? $this->Format($this->config["navigation_links"]) : ""; $user_name = $this->Format($this->GetUserName()); $disconnect_link = $this->GetUser() ? '(Déconnexion)\n" : ''; if ($user) { $plugin_output_new = preg_replace ('//', '
'. $root_page.' :: '.$navigation_links.' :: '.'Vous êtes '.$user_name.' '.$disconnect_link. '