feat: add storagerentals template

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