From 666218f18f9fdde921fe137f7c62b453d54b6e4e Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 9 Mar 2005 06:10:17 +0000
Subject: [PATCH] Whoops, missed the Who's online thing.

---
 web/lib/topnav_html.ssjs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/web/lib/topnav_html.ssjs b/web/lib/topnav_html.ssjs
index 286168a92f..c1e7d58898 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>'});
 
-- 
GitLab