index.ctp
499 Bytes
<?php
// Create the list_header block.
$this->start('list_header');
//$lab_website_urls = [];
// Si une url (ou liste d'urls) est donnée vers la/les page(s) des Projets sur le site web du labo, on l'affiche
if ($lab_website_urls) {
foreach ($lab_website_urls as $type_projet=>$lab_website_url)
echo "=> <a href=$lab_website_url>$type_projet sur le site web du laboratoire</a><br/>";
echo "<br/>";
}
// end of block list_header
$this->end();
$this->extend('/Common/index_gen');