mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 11:19:22 +02:00
Update achievements.php
This commit is contained in:
parent
b0bf5641cf
commit
daf378342c
@ -1,5 +1,5 @@
|
|||||||
<?php require_once 'engine/init.php'; include 'layout/overall/header.php';
|
<?php require_once 'engine/init.php'; include 'layout/overall/header.php';
|
||||||
|
if ($config['Ach'] == true) {
|
||||||
?>
|
?>
|
||||||
<center><h3>Achievements on <?php echo $config['site_title'] ?></h3></center>
|
<center><h3>Achievements on <?php echo $config['site_title'] ?></h3></center>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
@ -54,4 +54,8 @@ echo '</tr>';
|
|||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
include 'layout/overall/footer.php';
|
include 'layout/overall/footer.php';
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
echo 'This page has been disabled, this page can be enabled at config';
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user