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