'; $str .= ' '; $str .= ''; $str .= '

 Dernières actualités Flux RSS Actualiés

 Edito

'; $str .= dispHomeEdito(); $str .= '

 Dernières vidéo Flux RSS Vidéos

'; $str .= dispHomeLastVideos(); $str .='
'; echo $str; } function dispHomeEdito(){ $result = getLastEdito(); if (mysql_num_rows($result)) $edito = mysql_fetch_array($result); $str = ''; return ($str); } function dispHomeLastVideos(){ if ($_SESSION["user_right"] >= $GLOBALS["PRIV_GUEST"]) $result = getLastVideosByTendu(2); else if ($_SESSION["user_right"] >= $GLOBALS["GUEST"]) $result = getLastVideosByTendu(1); else $result = getLastVideosByTendu(0); $str = ''; } $str .= ''; return ($str); } ?>