feat: add storageaccess template

This commit is contained in:
2026-06-27 20:43:37 +00:00
parent bbaf612ccd
commit 38bb99a2b5
@@ -0,0 +1,13 @@
<?php
/**
* Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
* SPDX-License-Identifier: GPL-3.0-or-later
* Authored-by: Moko Consulting
*/
defined('_JEXEC') or die;
?>
<div class="mokosuite-storage mokosuite-storage-access">
<h2><?php echo $this->escape('Access'); ?></h2>
</div>