Skip to content
Snippets Groups Projects
Commit 5be58909 authored by llaffont's avatar llaffont
Browse files

Notices similaires utilisent le lien permanent avec clef alpha

parent 23845449
Branches
Tags
No related merge requests found
......@@ -573,6 +573,7 @@ class Class_Notice extends Storm_Model_Abstract {
$items[$i]["auteur_principal"] = $notice["A"];
$items[$i]["annee"] = $notice["N"];
$items[$i]["type_doc"] = $notice["type_doc"];
$items[$i]["clef_alpha"] = $notice["clef_alpha"];
$notices[] = $items[$i];
}
return $notices;
......
......@@ -489,7 +489,7 @@ class Class_NoticeHtml
foreach($notices as $notice)
{
$num++;
$url_notice="document.location.replace('".$base_url."/recherche/viewnotice/id/".$notice["id_notice"]."/type_doc/".$notice["type_doc"]."')";
$url_notice="document.location.replace('".$base_url."/recherche/viewnotice/clef/".$notice["clef_alpha"]."/type_doc/".$notice["type_doc"]."')";
$img=Class_WebService_Vignette::getUrl($notice["id_notice"]);
$read_speaker_tag = $read_speaker_helper->readSpeaker('recherche',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment