Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-02-12 02:25:35 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-02-12 02:25:35 +0400
commit340b6bf3ad6400aa4996114046c5ad7070cac9e4 (patch)
tree2dd86dcac63fb8b9e2cf236dfd5e6465efd3cc10 /config
parent1d6b4f8f3c2872b25ded28553925dd35ebd82997 (diff)
add themeing support and support for autoselection of mobile/tablet and standalone css/jss files and templates
Diffstat (limited to 'config')
-rwxr-xr-x[-rw-r--r--]config/config.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a40ce073bf6..cd525358713 100644..100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -12,6 +12,7 @@ $CONFIG = array(
"dbtableprefix" => "",
"forcessl" => false,
"enablebackup" => false,
+"theme" => "",
// "datadirectory" => ""
);
?>