#set($list = $templateLogic.componentLogic.getBoundFolderContents("Dossier communication",false,"publishDateTime","desc")) #set($context = $templateLogic.getHttpServletRequest().getContextPath()) #foreach($item in $list) #set($newsUrl = $templateLogic.componentLogic.getPageUrl("Page communication",$item.id)) #set($titre = $templateLogic.getContentAttribute($item.id, $templateLogic.languageId, "titre"))
#end