Skip to content
Snippets Groups Projects
Commit b926c78f authored by deuce's avatar deuce
Browse files

Add server and system objects to the template by default.

parent 65350fed
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ http_reply.fast=true; ...@@ -32,6 +32,8 @@ http_reply.fast=true;
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;
template.server=server;
template.system=system;
function write_template(filename) { function write_template(filename) {
var fname='../web/templates/'+Themes[CurrTheme].dir+'/'+filename; var fname='../web/templates/'+Themes[CurrTheme].dir+'/'+filename;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment