From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Tue, 27 Jan 2015 13:34:11 +0000 (+0100)
Subject: add links to the plugin config pages for active plugins
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3df7370fa81b0dfbea02b03da12f5a823b58df14;p=friendica.git

add links to the plugin config pages for active plugins
---

diff --git a/view/templates/admin_summary.tpl b/view/templates/admin_summary.tpl
index aaa8c95408..8a3ac5bf0a 100644
--- a/view/templates/admin_summary.tpl
+++ b/view/templates/admin_summary.tpl
@@ -27,7 +27,7 @@
 		<dt>{{$plugins.0}}</dt>
 		
 		{{foreach $plugins.1 as $p}}
-			<dd>{{$p}}</dd>
+			<dd><a href="/admin/plugins/{{$p}}/">{{$p}}</a></dd>
 		{{/foreach}}
 		
 	</dl>