diff --git a/web/lib/topnav_html.ssjs b/web/lib/topnav_html.ssjs index 286168a92f277dc601c0a5704049e72d0ae6e2a1..c1e7d5889872425b4fc3e7bc9d3bd67321e8ade9 100644 --- a/web/lib/topnav_html.ssjs +++ b/web/lib/topnav_html.ssjs @@ -5,6 +5,9 @@ if(http_request.virtual_path=="/index.ssjs" || http_request.virtual_path=="/") else template.topnav.push({html: '<a class="tlink" href="/">Home</a>'}); +if(http_request.virtual_path=="/nodelist.ssjs") + template.topnav.push({html: '<span class="tlink">Who\'s Online</span>'}); + if(http_request.virtual_path=="/members/userlist.ssjs") template.topnav.push({html: '<span class="tlink">User List</span>'});