]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Basic custom CSS and theme uploading features. 'local' subdir can now be customized...
[quix0rs-gnu-social.git] / lib / default.php
index 950c6018d8f167095e7b9d30a9eeb9a63e823c17..dcf225d1fa0b3728e4437774f9c78552c3c9ce79 100644 (file)
@@ -141,10 +141,17 @@ $default =
               'dir' => null,
               'path'=> null,
               'ssl' => null),
+        'theme_upload' =>
+        array('enabled' => extension_loaded('zip')),
         'javascript' =>
         array('server' => null,
               'path'=> null,
               'ssl' => null),
+        'local' => // To override path/server for themes in 'local' dir (not currently applied to local plugins)
+        array('server' => null,
+              'dir' => null,
+              'path' => null,
+              'ssl' => null),
         'throttle' =>
         array('enabled' => false, // whether to throttle edits; false by default
               'count' => 20, // number of allowed messages in timespan
@@ -260,6 +267,9 @@ $default =
               'linkcolor' => null,
               'backgroundimage' => null,
               'disposition' => null),
+        'custom_css' =>
+        array('enabled' => true,
+              'css' => ''),
         'notice' =>
         array('contentlimit' => null),
         'message' =>