Advertisement
Guest User

Untitled

a guest
May 5th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. a("Home").withHref("/").withClass(activeTab.equals("index") ? "active" : ""),
  2. a("Download").withHref("/download").withClass(activeTab.equals("download") ? "active" : ""),
  3. a("Examples").withHref("/examples").withClass(activeTab.equals("examples") ? "active" : ""),
  4. a("News").withHref("/news").withClass(activeTab.equals("news") ? "active" : "")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement