Artifact 5b2ebbf44d241a3ff9930200234f50e3163c62bc:


<?php
namespace Garradin;

require_once __DIR__ . '/../_inc.php';

$e = new Compta_Exercices;

$tpl->assign('liste', $e->getList());
$tpl->assign('current', $e->getCurrent());

$tpl->display('admin/compta/exercices/index.tpl');

?>