From 1fca5e721ab63d4d49e068331aee90abb111dbc2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 26 Sep 2015 16:05:06 -0400 Subject: Add getPluginHomepage() --- app/Template/config/plugins.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/Template') diff --git a/app/Template/config/plugins.php b/app/Template/config/plugins.php index 8501bda9..fea48d58 100644 --- a/app/Template/config/plugins.php +++ b/app/Template/config/plugins.php @@ -15,7 +15,13 @@ - e($plugin->getPluginName()) ?> + + getPluginHomepage()): ?> + e($plugin->getPluginName()) ?> + + e($plugin->getPluginName()) ?> + + e($plugin->getPluginAuthor()) ?> e($plugin->getPluginVersion()) ?> e($plugin->getPluginDescription()) ?> -- cgit v1.2.3