HosipLan

Untitled

Mar 11th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $a = NHtml::el('a')->href($this->link('admin!',array('wid' => $id)))->class('ajax')->add(
  2.         NHtml::el('img')->src('/images/admin/publish_x.png')
  3.     );
  4.  
  5. echo $a;
Advertisement
Add Comment
Please, Sign In to add comment