diff options
author | friendica <info@friendica.com> | 2012-03-02 16:24:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-02 16:24:26 -0800 |
commit | a66648356f9acfb0ba351c679337a616f0900096 (patch) | |
tree | fd0ac08cbb7250370529232eecf2fb9fe51b74ff | |
parent | d32edf83d3fb3bb4bebdc9d24001eff000c2a660 (diff) | |
download | volse-hubzilla-a66648356f9acfb0ba351c679337a616f0900096.tar.gz volse-hubzilla-a66648356f9acfb0ba351c679337a616f0900096.tar.bz2 volse-hubzilla-a66648356f9acfb0ba351c679337a616f0900096.zip |
add diabook to default themes
-rwxr-xr-x | boot.php | 2 | ||||
-rwxr-xr-x | htconfig.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1268' ); +define ( 'FRIENDICA_VERSION', '2.3.1269' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1131 ); diff --git a/htconfig.php b/htconfig.php index 01f56f2c4..423d5d369 100755 --- a/htconfig.php +++ b/htconfig.php @@ -69,7 +69,7 @@ $a->config['system']['rino_encrypt'] = true; // allowed themes (change this from admin panel after installation) -$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr'; +$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook'; // default system theme |