Update themed.dm

This commit is contained in:
Trilbyspaceclone
2019-09-14 06:51:19 -04:00
committed by GitHub
parent cc462d7fa0
commit bad8a816ab
+2 -2
View File
@@ -33,10 +33,10 @@ GLOBAL_LIST_EMPTY(oui_file_cache)
return errormsg return errormsg
/datum/oracle_ui/themed/proc/get_content_file(filename) /datum/oracle_ui/themed/proc/get_content_file(filename)
return get_file("./modular_citadel/html/oracle_ui/content/[content_root]/[filename]") return get_file("./html/oracle_ui/content/[content_root]/[filename]")
/datum/oracle_ui/themed/proc/get_themed_file(filename) /datum/oracle_ui/themed/proc/get_themed_file(filename)
return get_file("./modular_citadel/html/oracle_ui/themes/[theme]/[filename]") return get_file("./html/oracle_ui/themes/[theme]/[filename]")
/datum/oracle_ui/themed/proc/process_template(template, variables) /datum/oracle_ui/themed/proc/process_template(template, variables)
var/regex/pattern = regex("\\@\\{(\\w+)\\}","gi") var/regex/pattern = regex("\\@\\{(\\w+)\\}","gi")