fix php parse error

This commit is contained in:
Gnieark 2016-06-10 18:34:31 +02:00
parent 1769efa5ed
commit d6a06c1ed3

View File

@ -294,6 +294,7 @@ function get_unique_id(){
return $count; return $count;
} }
function get_default_aside_content($currentArena){ function get_default_aside_content($currentArena){
global $lang;
$asideSectionContent='<h2>infos:</h2><p>'.$lang['DEV-YOUR-OWN-BOT'].'<br/> <a href="/'.$currentArena.'/doc">'.$lang['DOC_SPECS_LINKS'].'</a></p> $asideSectionContent='<h2>infos:</h2><p>'.$lang['DEV-YOUR-OWN-BOT'].'<br/> <a href="/'.$currentArena.'/doc">'.$lang['DOC_SPECS_LINKS'].'</a></p>
<h2>Scores</h2>'; <h2>Scores</h2>';