mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
17 lines
367 B
PHP
17 lines
367 B
PHP
<?php extend('layouts/account/account_layout') ?>
|
|
|
|
<?php section('content') ?>
|
|
|
|
<h3><?= lang('no_privileges') ?></h3>
|
|
<p>
|
|
<?= lang('no_privileges_message') ?>
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<a href="<?= site_url('backend') ?>" class="btn btn-success btn-large">
|
|
<i class="icon-calendar icon-white me-2"></i>
|
|
<?= lang('backend_calendar') ?>
|
|
</a>
|
|
|
|
<?php section('content') ?>
|