php fix parse error

This commit is contained in:
gnieark 2015-12-26 22:06:15 +01:00
parent eb7652416c
commit 6c01de8fc8
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ if(isset($_GET['arena'])){
} }
$hist=get_battles_history($currentArena); $hist=get_battles_history($currentArena);
$siteTitle=$currentArenaArr['title']; $siteTitle=$currentArenaArr['title'];
$siteDescription=$currentArenaArr['metaDescription']; $siteDescription=$currentArenaArr['metaDescription'];
$mainSectionScript="../src/arenas/".$currentArena."/public.php"; $mainSectionScript="../src/arenas/".$currentArena."/public.php";

View File

@ -1,5 +1,5 @@
<article> <article>
<?php <?php
echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>'; echo '<h2>A props de '.htmlentities($_GET['params']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
?> ?>
</article> </article>