[svn r12364] Add language var instead of static text : last point of http://projects.dokeos.com/?do=details&id=1506

skala
Julian Prud'homme 19 years ago
parent aa8b23a15b
commit e148df62f2
  1. 2
      user_portal.php

@ -807,7 +807,7 @@ function show_notification($my_course)
$type = $notification['lastedit_type'];
//$notification[image]=str_replace(".png","gif",$notification[image]);
//$notification[image]=str_replace(".gif","_s.gif",$notification[image]);
$retvalue .= '<a href="'.api_get_path(WEB_CODE_PATH).$notification['link'].'?cidReq='.$my_course['k'].'&amp;ref='.$notification['ref'].'">'.'<img title="-- '.get_lang($notification['tool']).' -- '.get_lang('_title_notification').": $type ($lastDate).\"".' src="'.api_get_path(WEB_CODE_PATH).'img/'.$notification['image'].'" border="0" align="absbottom" /></a>&nbsp;';
$retvalue .= '<a href="'.api_get_path(WEB_CODE_PATH).$notification['link'].'?cidReq='.$my_course['k'].'&amp;ref='.$notification['ref'].'">'.'<img title="-- '.get_lang(ucfirst($notification['tool'])).' -- '.get_lang('_title_notification').": ".get_lang($type)." ($lastDate).\"".' src="'.api_get_path(WEB_CODE_PATH).'img/'.$notification['image'].'" border="0" align="absbottom" /></a>&nbsp;';
}
}
return $retvalue;

Loading…
Cancel
Save