Skip to content

Commit

Permalink
Ajout d'une entrée LSUN
Browse files Browse the repository at this point in the history
  • Loading branch information
crob27 committed Nov 20, 2016
1 parent b23b00f commit 4544cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/header_barre_admin_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
$menus .= ' <li><a href="'.$gepiPath.'/mod_engagements/index_admin.php" '.insert_confirm_abandon().'>Engagements</a></li>'."\n";
$menus .= ' <li><a href="'.$gepiPath.'/mod_listes_perso/index_admin.php" '.insert_confirm_abandon().'>Listes personnelles</a></li>'."\n";
$menus .= ' <li><a href="'.$gepiPath.'/mod_orientation/admin.php" '.insert_confirm_abandon().'>Orientation</a></li>'."\n";
$menus .= ' <li><a href="'.$gepiPath.'/mod_LSUN/admin.php" '.insert_confirm_abandon().'>Livret Scolaire Unifié</a></li>'."\n";
$menus .= ' </ul>'."\n";
$menus .= ' </li>'."\n";

Expand Down Expand Up @@ -388,6 +389,9 @@
if(getSettingAOui('active_mod_orientation')) {
$menus .= ' <li><a href="'.$gepiPath.'/mod_orientation/index.php" '.insert_confirm_abandon().'>Orientation</a></li>'."\n";
}
if(getSettingAOui('active_module_LSUN')) {
$menus .= ' <li><a href="'.$gepiPath.'/mod_LSUN/index.php" '.insert_confirm_abandon().'>Livret Scolaire Unifié</a></li>'."\n";
}
$menus .= '</ul>'."\n";
$menus .= '</li>'."\n";

Expand Down

0 comments on commit 4544cac

Please sign in to comment.