Skip to content
Snippets Groups Projects
Commit 2828cec8 authored by runemaster's avatar runemaster
Browse files

Changes for new templated Who's Online

parent ea80d7ab
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,11 @@ ...@@ -25,7 +25,11 @@
template=new Object; template=new Object;
load("sbbsdefs.js"); // UFLAG_G load("sbbsdefs.js"); // UFLAG_G
load("../web/lib/html_themes.ssjs"); load("../web/lib/html_themes.ssjs");
if(http_request.virtual_path=="/nodelist.ssjs")
load("../web/lib/main_nodelist.ssjs"); // Who's Online Listing
load("../web/lib/leftnav_nodelist.ssjs"); // Left Side Navigation Node Listing load("../web/lib/leftnav_nodelist.ssjs"); // Left Side Navigation Node Listing
template.Theme_CSS_File=Themes[CurrTheme].css; template.Theme_CSS_File=Themes[CurrTheme].css;
function write_template(filename) { function write_template(filename) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment