2026-03-04 20:46:11 +00:00
|
|
|
<?php
|
2026-04-01 14:12:17 +00:00
|
|
|
$pageTitle = 'AudioCore V1.5.1';
|
2026-03-04 20:46:11 +00:00
|
|
|
ob_start();
|
|
|
|
|
?>
|
|
|
|
|
<section class="card">
|
|
|
|
|
<div class="badge">Foundation</div>
|
2026-04-01 14:12:17 +00:00
|
|
|
<h1 style="margin-top:16px; font-size:32px;">AudioCore V1.5.1</h1>
|
2026-03-04 20:46:11 +00:00
|
|
|
<p style="color:var(--muted); font-size:16px; max-width:680px;">
|
|
|
|
|
New core scaffold. Modules will live under /modules and admin will manage navigation.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
<?php
|
|
|
|
|
$content = ob_get_clean();
|
|
|
|
|
require __DIR__ . '/layout.php';
|