Advertisement
Guest User

jshelper::link / salines

a guest
Dec 4th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. echo $this->Js->link(
  3.     $this->Html->tag('i', '', array('class' => 'icon-ban-circle')),
  4.     array(
  5.         'action' => 'publish',
  6.         $post['Post']['id'],
  7.         '1'),
  8.     array(
  9.         'class' => 'btn btn-warning',
  10.         'id' => $post['Post']['id'],
  11.         'update' => '#' . $post['Post']['id'],
  12.         'escape' => false),
  13. false);
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement