Contenu acheté
Vous trouverez ici toutes les formations que vous avez achetées chez nous dans la boutique. Pour voir le contenu, vous devez vous connecter.
<Choisir un cours de formation continue>
Aperçu de l'image
Inscription
<?php
if (cluevo_have_lms_items() && cluevo_have_visible_lms_items()) {
while (cluevo_have_lms_items()) {
cluevo_the_lms_item();
cluevo_display_template('part-tree-item');
}
} else {
if (current_user_can('administrator')) {
cluevo_display_notice(
__("Notice", "cluevo"),
__("The course index is empty. You can add courses through the admin area.", "cluevo")
);
} else {
cluevo_display_notice(
__("Notice", "cluevo"),
__("The course index is empty or you do not have the required permissions to access this page", "cluevo")
);
}
}
?>
Oooops!
This element does not seem to exist!