You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
157B

  1. <?php
  2. /**
  3. * @var \App\View\AppView $this
  4. */
  5. ?>
  6. <footer class="site-footer">
  7. <p>&copy; <?= date('Y') ?> CakePHP App. All rights reserved.</p>
  8. </footer>

Powered by TurnKey Linux.