mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Removed old, not so maintained and buggy baggy theme
This commit is contained in:
parent
0883bda18d
commit
29308024ac
52 changed files with 42 additions and 4736 deletions
|
@ -32,7 +32,7 @@ class CreateConfigListenerTest extends TestCase
|
|||
|
||||
$this->listener = new CreateConfigListener(
|
||||
$this->em,
|
||||
'baggy',
|
||||
'material',
|
||||
20,
|
||||
50,
|
||||
'fr',
|
||||
|
@ -61,7 +61,7 @@ class CreateConfigListenerTest extends TestCase
|
|||
);
|
||||
|
||||
$config = new Config($user);
|
||||
$config->setTheme('baggy');
|
||||
$config->setTheme('material');
|
||||
$config->setItemsPerPage(20);
|
||||
$config->setFeedLimit(50);
|
||||
$config->setLanguage('fr');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue