Guest User

Untitled

a guest
Apr 27th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Smarty php display only a particular array index
  2. $user = array('unread' => 3);
  3. $smarty->assign('user',$user)
  4.  
  5. {$user.unread}
Advertisement
Add Comment
Please, Sign In to add comment