Advertisement
tinyevil

Untitled

Jul 15th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <html>
  2. <% foreach ($users => $user) { %>
  3. <% if ($user->admin) continue; %>
  4. <div id="<%=$user->uid%>">
  5. <%=$user->name%>
  6. </div>
  7. <% } %>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement