Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <% foreach ($users => $user) { %>
- <% if ($user->admin) continue; %>
- <div id="<%=$user->uid%>">
- <%=$user->name%>
- </div>
- <% } %>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement