]> git.mxchange.org Git - friendica.git/commitdiff
add links to the plugin config pages for active plugins
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 27 Jan 2015 13:34:11 +0000 (14:34 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 27 Jan 2015 13:34:11 +0000 (14:34 +0100)
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>