From ea80d7aba416f49d332c8acac78fb2afed4ec349 Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Tue, 8 Mar 2005 01:10:53 +0000 Subject: [PATCH] Who's Online is now templated (old nodelist-html.js) --- web/root/nodelist.ssjs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web/root/nodelist.ssjs b/web/root/nodelist.ssjs index b6e2b4e31d..ad5fb1e413 100644 --- a/web/root/nodelist.ssjs +++ b/web/root/nodelist.ssjs @@ -1,2 +1,13 @@ /* $Id$ */ -load("nodelist-html.js"); + +load("../web/lib/template.ssjs"); + +template.title= system.name + " - Who's Online"; + +var sub=''; + +write_template("header.inc"); +write_template("topnav.inc"); +write_template("leftnav.inc"); +write_template("nodelist.inc"); +write_template("footer.inc"); -- GitLab