v-wordpress-plugin-updater/v-update-api/app/Views/layouts/footer.php
2026-04-06 09:47:05 -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.5.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>