aboutsummaryrefslogtreecommitdiffhomepage
path: root/web
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 14:11:26 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-20 14:11:26 +0100
commit79e051a1f216704752e05f5174633abf20dde582 (patch)
treee55b7f46aad7c8df42534e638b25cdbc258a3c40 /web
parent97a2dd74c872891b694bff0485a0fcc9a82a09e4 (diff)
downloadwallabag-79e051a1f216704752e05f5174633abf20dde582.tar.gz
wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.zst
wallabag-79e051a1f216704752e05f5174633abf20dde582.zip
restructure folders
Diffstat (limited to 'web')
-rw-r--r--web/index.php4
l---------web/themes/_global1
l---------web/themes/baggy1
l---------web/themes/dark1
l---------web/themes/default1
l---------web/themes/dmagenta1
l---------web/themes/solarized1
l---------web/themes/solarized-dark1
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
11define ('WALLABAG', '2.0.0-alpha'); 11define ('WALLABAG', '2.0.0-alpha');
12 12
13use Wallabag\Wallabag\Wallabag;
14
13require_once '../app/check_essentials.php'; 15require_once '../app/check_essentials.php';
14require_once '../app/check_setup.php'; 16require_once '../app/check_setup.php';
15require_once '../app/config/global.inc.php'; 17require_once '../app/config/global.inc.php';
@@ -23,5 +25,5 @@ Session::$sessionName = 'wallabag';
23Session::init(); 25Session::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