baseline
This commit is contained in:
25
pages/admin/index(default).phtml
Normal file
25
pages/admin/index(default).phtml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @var array|null $user
|
||||
* @var string $first_name
|
||||
*/
|
||||
|
||||
if (!empty($notFound)) {
|
||||
require __DIR__ . '/../error/not_found(error).phtml';
|
||||
return;
|
||||
}
|
||||
|
||||
?>
|
||||
<div class="app-breadcrumb">
|
||||
<a href="/logout">Login</a><i class="bi bi-chevron-right"></i><?php e(t('Home')); ?>
|
||||
</div>
|
||||
<div class="app-dashboard-titlebar">
|
||||
<h1><?php e(t('Welcome back')); ?> <?php e($first_name )?></h1>
|
||||
<div class="app-dashboard-titlebar-actions">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-dashboard">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user