From 2fdfa5e2323654d16823524d67b69677b8c8ee90 Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sun, 20 Dec 2015 19:19:41 +0100 Subject: [PATCH] Default settings restored --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index b026a0e..2558fb3 100644 --- a/config.php +++ b/config.php @@ -71,14 +71,14 @@ $rcc = 'yes'; $nav_drawer = 'yes'; // Set here the name of your theme. Read the documentation for more themes -$theme = 'background-img'; +$theme = 'material-light'; // Set here your language. The file must exist in the lang directory $language = "en"; // pagination: how many articles should be on one page // set to 0 to disable it -$pagination = 2; +$pagination = 0; // Favicon - Set here the path to your favicon $favicon = "http://example.com/res/img/favicon.png";