diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-02-11 23:25:35 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-02-11 23:25:35 +0100 |
commit | 340b6bf3ad6400aa4996114046c5ad7070cac9e4 (patch) | |
tree | 2dd86dcac63fb8b9e2cf236dfd5e6465efd3cc10 /config/config.sample.php | |
parent | 1d6b4f8f3c2872b25ded28553925dd35ebd82997 (diff) | |
download | nextcloud-server-340b6bf3ad6400aa4996114046c5ad7070cac9e4.tar.gz nextcloud-server-340b6bf3ad6400aa4996114046c5ad7070cac9e4.zip |
add themeing support and support for autoselection of mobile/tablet and standalone css/jss files and templates
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-x[-rw-r--r--] | config/config.sample.php | 1 |
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" => "" ); ?> |