trisquel-icecat/icecat/debian/tests/data/HTML5test/backend/controllers/search.php

12 lines
No EOL
254 B
PHP

<?php
include('../config.php');
include('../libraries/database.php');
include('../libraries/template.php');
include('../libraries/tools.php');
include('../models/raw.php');
$tpl = new Template('../templates/search.html');
echo $tpl->fetch();