8 lines
144 B
PHP
8 lines
144 B
PHP
|
<?php
|
||
|
|
||
|
namespace Garradin;
|
||
|
|
||
|
require_once __DIR__ . '/../../_inc.php';
|
||
|
|
||
|
$tpl->display(PLUGIN_ROOT . '/templates/entrees/definitives/index.tpl');
|