index.php 296 B

12345678910111213141516
  1. <?php
  2. /**
  3. * @var \App\View\AppView $this
  4. */
  5. ?>
  6. <div class="row">
  7. <div class="col-12">
  8. <h1>Tools plugin</h1>
  9. <h2>Helper debugging</h2>
  10. <ul>
  11. <li><?php echo $this->Html->link('Icon helper and font icons', ['controller' => 'Icons', 'action' => 'index']); ?></li>
  12. </ul>
  13. </div>
  14. </div>