]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1320 from tobiasd/20150127adminpanel
authorfabrixxm <fabrix.xm@gmail.com>
Wed, 28 Jan 2015 07:24:29 +0000 (08:24 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Wed, 28 Jan 2015 07:24:29 +0000 (08:24 +0100)
add links to the plugin config pages for active plugins

view/templates/admin_summary.tpl

index aaa8c9540845941115e497b9c78f13f7d2619df7..8a3ac5bf0ad8b46255eaccb8e9dfb42eff58f305 100644 (file)
@@ -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>