mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Update achievements.php
This commit is contained in:
@@ -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';
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user