<?php class mod_news extends core_modbase { function PAGE_view ($url) { $sql = new SQL('page'); $this->display('accueil.tpl'); } }