32 lines
785 B
PHP
32 lines
785 B
PHP
|
<?php include_once("./search.php"); ?>
|
||
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<html class="js desktop" lang="fr" dir="ltr">
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
|
||
|
<meta name="description" content="Un univers, un jeu, et surtout un projet libre où vous êtes invités à rêver grand !">
|
||
|
<meta name="author" content="Khaganat">
|
||
|
<link href="./res/css/search.css" type="text/css" rel="stylesheet">
|
||
|
|
||
|
<title>Page de recherche</title>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!-- Intégration de la barre de menu -->
|
||
|
<?php include_once("./khnav.php"); ?>
|
||
|
|
||
|
|
||
|
<!--intégration des recherches -->
|
||
|
<div id='khnav_search_result'>
|
||
|
<?php echo $khnav_search_result; ?>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
<!-- pied de page -->
|
||
|
<?php
|
||
|
include_once("./khfooter.php");
|
||
|
?>
|
||
|
|
||
|
</body>
|