File src/www/admin/compta/index.php artifact ebf65a5059 part of check-in d239c2525e


<?php
namespace Garradin;

require_once __DIR__ . '/_inc.php';

$journal = new Compta_Journal;

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

?>