mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
6 lines
251 B
PHP
6 lines
251 B
PHP
<?php require_once 'engine/init.php'; include 'layout/overall/header.php';
|
|
|
|
if ($config['allowSubPages']) include 'layout/sub.php';
|
|
else echo '<h2>System disabled.</h2><p>The sub page system is disabled.</p>';
|
|
|
|
include 'layout/overall/footer.php'; ?>
|