diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/index.php | 4 | ||||
l--------- | web/themes/_global | 1 | ||||
l--------- | web/themes/baggy | 1 | ||||
l--------- | web/themes/dark | 1 | ||||
l--------- | web/themes/default | 1 | ||||
l--------- | web/themes/dmagenta | 1 | ||||
l--------- | web/themes/solarized | 1 | ||||
l--------- | web/themes/solarized-dark | 1 |
8 files changed, 10 insertions, 1 deletions
diff --git a/web/index.php b/web/index.php index 05355727..84e49eb1 100644 --- a/web/index.php +++ b/web/index.php | |||
@@ -10,6 +10,8 @@ | |||
10 | 10 | ||
11 | define ('WALLABAG', '2.0.0-alpha'); | 11 | define ('WALLABAG', '2.0.0-alpha'); |
12 | 12 | ||
13 | use Wallabag\Wallabag\Wallabag; | ||
14 | |||
13 | require_once '../app/check_essentials.php'; | 15 | require_once '../app/check_essentials.php'; |
14 | require_once '../app/check_setup.php'; | 16 | require_once '../app/check_setup.php'; |
15 | require_once '../app/config/global.inc.php'; | 17 | require_once '../app/config/global.inc.php'; |
@@ -23,5 +25,5 @@ Session::$sessionName = 'wallabag'; | |||
23 | Session::init(); | 25 | Session::init(); |
24 | 26 | ||
25 | // Let's rock ! | 27 | // Let's rock ! |
26 | $wallabag = new Wallabag\Wallabag\Wallabag(); | 28 | $wallabag = new Wallabag(); |
27 | $wallabag->run(); \ No newline at end of file | 29 | $wallabag->run(); \ No newline at end of file |
diff --git a/web/themes/_global b/web/themes/_global new file mode 120000 index 00000000..47904264 --- /dev/null +++ b/web/themes/_global | |||
@@ -0,0 +1 @@ | |||
../../themes/_global/public \ No newline at end of file | |||
diff --git a/web/themes/baggy b/web/themes/baggy new file mode 120000 index 00000000..9e84890c --- /dev/null +++ b/web/themes/baggy | |||
@@ -0,0 +1 @@ | |||
../../themes/baggy/public \ No newline at end of file | |||
diff --git a/web/themes/dark b/web/themes/dark new file mode 120000 index 00000000..b5b4c1dd --- /dev/null +++ b/web/themes/dark | |||
@@ -0,0 +1 @@ | |||
../../themes/dark/public \ No newline at end of file | |||
diff --git a/web/themes/default b/web/themes/default new file mode 120000 index 00000000..fd316b37 --- /dev/null +++ b/web/themes/default | |||
@@ -0,0 +1 @@ | |||
../../themes/default/public \ No newline at end of file | |||
diff --git a/web/themes/dmagenta b/web/themes/dmagenta new file mode 120000 index 00000000..222bb6d5 --- /dev/null +++ b/web/themes/dmagenta | |||
@@ -0,0 +1 @@ | |||
../../themes/dmagenta/public \ No newline at end of file | |||
diff --git a/web/themes/solarized b/web/themes/solarized new file mode 120000 index 00000000..426a3acc --- /dev/null +++ b/web/themes/solarized | |||
@@ -0,0 +1 @@ | |||
../../themes/solarized/public \ No newline at end of file | |||
diff --git a/web/themes/solarized-dark b/web/themes/solarized-dark new file mode 120000 index 00000000..822b6121 --- /dev/null +++ b/web/themes/solarized-dark | |||
@@ -0,0 +1 @@ | |||
../../themes/solarized-dark/public \ No newline at end of file | |||