From 263d1f649574083be4b8826a57688a85d48d4d15 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 15 Jul 2015 12:05:36 +0200 Subject: PLUGIN wallabag Add a Wallabag icon in linklist for each link. --- plugins/wallabag/wallabag.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/wallabag/wallabag.php (limited to 'plugins/wallabag/wallabag.php') diff --git a/plugins/wallabag/wallabag.php b/plugins/wallabag/wallabag.php new file mode 100644 index 00000000..db8151c9 --- /dev/null +++ b/plugins/wallabag/wallabag.php @@ -0,0 +1,31 @@ + Date: Sun, 8 Nov 2015 12:00:06 +0100 Subject: unit tests for the wallabag plugin + removed exit error if the config is not found + coding style --- plugins/wallabag/wallabag.php | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'plugins/wallabag/wallabag.php') diff --git a/plugins/wallabag/wallabag.php b/plugins/wallabag/wallabag.php index db8151c9..024a3d2b 100644 --- a/plugins/wallabag/wallabag.php +++ b/plugins/wallabag/wallabag.php @@ -1,25 +1,33 @@