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

Add Theme_CSS_File property to all template objects.

parent ebe22777
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@
template=new Object;
load("html_inc/html_themes.ssjs");
template.Theme_CSS_File=Themes[CurrTheme].css;
function write_template(filename) {
var inc=new File(system.text_dir+"html_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