aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:59:02 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:59:02 +0100
commit3141347214bc37e9430198f3872f914c795d969d (patch)
tree81a29294740ab5fcd05dd6d382bc8e7816d60baa
parent943ac3c77ec1dd93d14a780b25fa147d0f882760 (diff)
downloadwallabag-3141347214bc37e9430198f3872f914c795d969d.tar.gz
wallabag-3141347214bc37e9430198f3872f914c795d969d.tar.zst
wallabag-3141347214bc37e9430198f3872f914c795d969d.zip
new default theme, baggy \o/
-rwxr-xr-xinc/poche/config.inc.php.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new
index 39cb2f2f..8d52497b 100755
--- a/inc/poche/config.inc.php.new
+++ b/inc/poche/config.inc.php.new
@@ -44,7 +44,7 @@ define ('FLATTRABLE', '1');
44define ('FLATTRED', '2'); 44define ('FLATTRED', '2');
45define ('ABS_PATH', 'assets/'); 45define ('ABS_PATH', 'assets/');
46 46
47define ('DEFAULT_THEME', 'default'); 47define ('DEFAULT_THEME', 'baggy');
48 48
49define ('THEME', ROOT . '/themes'); 49define ('THEME', ROOT . '/themes');
50define ('LOCALE', ROOT . '/locale'); 50define ('LOCALE', ROOT . '/locale');