mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 05:45:59 +02:00
Fixed the footer version for metaconsole
This commit is contained in:
parent
a13f523596
commit
9a5f680197
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user