diff options
author | godofdream <soilfiction@gmail.com> | 2012-08-17 01:29:03 +0200 |
---|---|---|
committer | godofdream <soilfiction@gmail.com> | 2012-08-17 01:29:03 +0200 |
commit | 7bc7de7332670f692eda576787e671c2eba0e5bb (patch) | |
tree | 594b70c9b59794d05d01cd7939bef750a8ff51b4 /module/config/default.py | |
parent | Merge (diff) | |
download | pyload-7bc7de7332670f692eda576787e671c2eba0e5bb.tar.xz |
added division into default template and mobile template, added Base site
Diffstat (limited to 'module/config/default.py')
-rw-r--r-- | module/config/default.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.py b/module/config/default.py index 085061653..fc221ed3a 100644 --- a/module/config/default.py +++ b/module/config/default.py @@ -65,6 +65,7 @@ def make_config(config): config.addConfigSection("webinterface", _("Webinterface"), _("Description"), _("Long description"), [ ("template", "str", _("Template"), _("Tooltip"), "default"), + ("template_mobile", "str", _("Template_Mobile"), _("Tooltip"), "default_mobile"), ("activated", "bool", _("Activated"), _("Tooltip"), True), ("prefix", "str", _("Path Prefix"), _("Tooltip"), ""), ("server", "builtin;threaded;fastcgi;lightweight", _("Server"), _("Tooltip"), "builtin"), |