Fixed the footer version for metaconsole

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

View File

@ -149,8 +149,15 @@ echo '</form>
</div> </div>
</div> </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)) { if (isset ($login_failed)) {