HosipLan

Untitled

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