Fixed the footer version for metaconsole

This commit is contained in:
mdtrooper 2014-10-24 11:01:58 +02:00
parent a13f523596
commit 9a5f680197
1 changed files with 9 additions and 2 deletions

View File

@ -149,8 +149,15 @@ echo '</form>
</div>
</div>
</div>';
echo '<div id="ver_num">' . $pandora_version.(($develop_bypass == 1) ? ' '.__('Build').' '.$build_version : '') . '</div>';
if (defined ('METACONSOLE')) {
echo '<div id="ver_num" style="text-align: center;">';
}
else {
echo '<div id="ver_num">';
}
echo $pandora_version.(($develop_bypass == 1) ? ' '.__('Build').' '.$build_version : '') . '</div>';
if (isset ($login_failed)) {