feat: add storagepayments template

This commit is contained in:
2026-06-27 20:43:35 +00:00
parent cdfca61d4c
commit bbaf612ccd
@@ -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-payments">
<h2><?php echo $this->escape('Payments'); ?></h2>
</div>