Default settings restored
This commit is contained in:
parent
7eb917f115
commit
2fdfa5e232
1 changed files with 2 additions and 2 deletions
|
@ -71,14 +71,14 @@ $rcc = 'yes';
|
||||||
$nav_drawer = 'yes';
|
$nav_drawer = 'yes';
|
||||||
|
|
||||||
// Set here the name of your theme. Read the documentation for more themes
|
// 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
|
// Set here your language. The file must exist in the lang directory
|
||||||
$language = "en";
|
$language = "en";
|
||||||
|
|
||||||
// pagination: how many articles should be on one page
|
// pagination: how many articles should be on one page
|
||||||
// set to 0 to disable it
|
// set to 0 to disable it
|
||||||
$pagination = 2;
|
$pagination = 0;
|
||||||
|
|
||||||
// Favicon - Set here the path to your favicon
|
// Favicon - Set here the path to your favicon
|
||||||
$favicon = "http://example.com/res/img/favicon.png";
|
$favicon = "http://example.com/res/img/favicon.png";
|
||||||
|
|
Reference in a new issue