X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=3b3241472718e8573fd1fb08c5a66fa38c7844be;hb=66c4bdaf7813c6dd607a275ab9a2ef163d8b0a51;hp=34f431d344a78be73f2ba8c4b60b8d093d480797;hpb=72bd919e5d2093a816036c6cecc9e2725bad35f8;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index 34f431d..3b32414 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -327,16 +327,16 @@ class ProfileModule extends PLModule $wiz->addUserData('profile', $profile); $wiz->addUserData('owner', $profile->owner()); $this->load('page.inc.php'); - $wiz->addPage('ProfileSettingGeneral', 'Général', 'general'); - $wiz->addPage('ProfileSettingAddresses', 'Adresses personnelles', 'adresses'); - $wiz->addPage('ProfileSettingJobs', 'Informations professionnelles', 'emploi'); + $wiz->addPage('ProfilePageGeneral', 'Général', 'general'); + $wiz->addPage('ProfilePageAddresses', 'Adresses personnelles', 'adresses'); + $wiz->addPage('ProfilePageJobs', 'Informations professionnelles', 'emploi'); if (S::user()->checkPerms(User::PERM_DIRECTORY_PRIVATE)) { - $wiz->addPage('ProfileSettingGroups', 'Groupes X - Binets', 'poly'); + $wiz->addPage('ProfilePageGroups', 'Groupes X - Binets', 'poly'); } - $wiz->addPage('ProfileSettingDecos', 'Décorations - Medailles', 'deco'); + $wiz->addPage('ProfilePageDecos', 'Décorations - Medailles', 'deco'); if (S::user()->checkPerms(User::PERM_DIRECTORY_PRIVATE)) { - $wiz->addPage('ProfileSettingSkills', 'Compétences diverses', 'skill'); - $wiz->addPage('ProfileSettingMentor', 'Mentoring', 'mentor'); + $wiz->addPage('ProfilePageSkills', 'Compétences diverses', 'skill'); + $wiz->addPage('ProfilePageMentor', 'Mentoring', 'mentor'); } $wiz->apply($page, 'profile/edit/' . $profile->hrid(), $opened_tab, $mode);