restructure folders

This commit is contained in:
Nicolas Lœuillet
2015-01-20 14:11:26 +01:00
parent 97a2dd74c8
commit 79e051a1f2
190 changed files with 43 additions and 16 deletions

View File

@ -10,6 +10,8 @@
define ('WALLABAG', '2.0.0-alpha');
use Wallabag\Wallabag\Wallabag;
require_once '../app/check_essentials.php';
require_once '../app/check_setup.php';
require_once '../app/config/global.inc.php';
@ -23,5 +25,5 @@ Session::$sessionName = 'wallabag';
Session::init();
// Let's rock !
$wallabag = new Wallabag\Wallabag\Wallabag();
$wallabag = new Wallabag();
$wallabag->run();

1
web/themes/_global Symbolic link
View File

@ -0,0 +1 @@
../../themes/_global/public

1
web/themes/baggy Symbolic link
View File

@ -0,0 +1 @@
../../themes/baggy/public

1
web/themes/dark Symbolic link
View File

@ -0,0 +1 @@
../../themes/dark/public

1
web/themes/default Symbolic link
View File

@ -0,0 +1 @@
../../themes/default/public

1
web/themes/dmagenta Symbolic link
View File

@ -0,0 +1 @@
../../themes/dmagenta/public

1
web/themes/solarized Symbolic link
View File

@ -0,0 +1 @@
../../themes/solarized/public

1
web/themes/solarized-dark Symbolic link
View File

@ -0,0 +1 @@
../../themes/solarized-dark/public