app-footer.php 225 B

12345678910
  1. <footer class="app-footer">
  2. <div class="container">
  3. <p>
  4. <a href="https://hestiacp.com/" class="app-footer-link" target="_blank">
  5. Hestia Control Panel
  6. </a>
  7. v<?= $_SESSION["VERSION"] ?>
  8. </p>
  9. </div>
  10. </footer>