aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Main.hx')
-rw-r--r--src/client/Main.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx
index b2f51ca..8ec1704 100644
--- a/src/client/Main.hx
+++ b/src/client/Main.hx
@@ -646,6 +646,10 @@ class Main {
onTimeGet.run = requestTime;
}
+ public function getTemplateUrl():String {
+ return config.templateUrl;
+ }
+
function escapeRegExp(regex:String):String {
return ~/([.*+?^${}()|[\]\\])/g.replace(regex, "\\$1");
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage