|
|
|
|
@ -176,6 +176,7 @@ switch ($action) { |
|
|
|
|
$label = get_lang('LearnpathUpdated'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
$icons = ''; |
|
|
|
|
if (strtotime($last_date) < strtotime($lp_date)) { |
|
|
|
|
$icons = Display::return_icon($image, get_lang('TitleNotification').': '.$label.' - '.$lp_date); |
|
|
|
|
} |
|
|
|
|
@ -434,6 +435,7 @@ switch ($action) { |
|
|
|
|
$image = 'moderator_star.png'; |
|
|
|
|
$label = get_lang('LearnpathUpdated'); |
|
|
|
|
} |
|
|
|
|
$icons = ''; |
|
|
|
|
if (strtotime($last_date) < strtotime($lp_date)) { |
|
|
|
|
$icons = Display::return_icon($image, get_lang('TitleNotification').': '.$label.' - '.$lp_date); |
|
|
|
|
} |
|
|
|
|
|