Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
|
|
@ -24,6 +24,7 @@ $template->assign('link', array_map("url", $config['link']));
|
|||
$template->assign('menu', array_map("url", $config['menu']));
|
||||
$template->assign('menua', array_map("url", $config['menuadmin']));
|
||||
$template->assign('url_serveur', $_SERVER['HTTP_HOST']);
|
||||
$template->assign('url_images', $config['url_images']);
|
||||
|
||||
include_once(_FCORE."../game/fermerServeur.php");
|
||||
|
||||
|
|
@ -90,7 +91,7 @@ if (!isset($enligne)) {
|
|||
|
||||
//Bandeau d'informations
|
||||
$template->assign('messdem', $bdd->unique_query("SELECT titre FROM $table_messages_demarrage ORDER BY id DESC LIMIT 1;"));
|
||||
$infos = $bdd->query("SELECT * FROM $table_infoshead");
|
||||
$infos = $bdd->query("SELECT * FROM $table_infoshead ORDER BY id DESC;");
|
||||
|
||||
$bdd->deconnexion();
|
||||
|
||||
|
|
@ -113,4 +114,4 @@ $template->assign('enligne',$enligne['enligne']);
|
|||
$template->assign('count',array('humains' => $nbhumain['humains'], 'covenants' => $nbcovie['covenants'], 'serveurs' => 'cette'));
|
||||
$template->assign('version', $config['version']);
|
||||
$template->assign('first_page', $config['first_page']);
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue