chore: initialize orderPRO with docs, i18n and scss asset pipeline

This commit is contained in:
2026-02-19 01:27:51 +01:00
commit 92bbe82614
44 changed files with 2722 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<section class="card">
<h1><?= $e($t('dashboard.title')) ?></h1>
<p class="muted"><?= $e($t('dashboard.description')) ?></p>
<?php if (!empty($user['email'])): ?>
<p><?= $e($t('dashboard.active_user_label')) ?> <span class="accent"><?= $e($user['email']) ?></span></p>
<?php endif; ?>
</section>