Skip to content

Instantly share code, notes, and snippets.

@johanvanderkuijl
Created May 29, 2016 06:00
Show Gist options
  • Save johanvanderkuijl/ecb5ac468d3ab096c8baaa5587858be6 to your computer and use it in GitHub Desktop.
Save johanvanderkuijl/ecb5ac468d3ab096c8baaa5587858be6 to your computer and use it in GitHub Desktop.
identical postLink
<?php $this->start('myblock'); ?>
<li><?= $this->Form->postLink(__('Postlink index'), ['action' => 'index']) ?> </li>
<?php $this->end(); ?>
<nav class="large-3 medium-4 columns" id="actions-sidebar">
<ul class="side-nav">
<li class="heading"><?= __('Actions') ?></li>
<li><?= $this->Html->link(__('New User'), ['action' => 'add']) ?></li>
<?php echo $this->fetch('myblock'); ?>
<?php echo $this->fetch('myblock'); ?>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment