v-wordpress-plugin-updater/update-api/app/Views/layouts/footer.php
nikolai@vontainment.com fa7c686911 up
2025-09-11 16:43:01 -04:00

23 lines
561 B
PHP

<?php
// phpcs:ignoreFile PSR1.Files.SideEffects.FoundWithSymbols
/**
* Project: UpdateAPI
* Author: Vontainment <services@vontainment.com>
* License: https://opensource.org/licenses/MIT MIT License
* Link: https://vontainment.com
* Version: 4.0.0
*
* File: footer.php
* Description: WordPress Update API
*/
?>
</div>
<footer>
<p>&copy; <?php echo date("Y"); ?> Vontainment. All Rights Reserved.</p>
</footer>
<script src="/assets/js/footer-scripts.js"></script>
<?php App\Helpers\MessageHelper::displayAndClearMessages(); ?>
</body>
</html>