Removed the unused account_no_permissions_page.php file

This commit is contained in:
Alex Tselegidis 2021-12-07 10:53:44 +01:00
parent cd5eff8819
commit db0b4fbdbd
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
<?php extend('layouts/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') ?>