diff options
author | friendica <info@friendica.com> | 2012-02-23 20:29:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-23 20:29:09 -0800 |
commit | 44c23cda8edcde0ad6f904b8333f563b6d5ebc39 (patch) | |
tree | 1c65d976ad15e925c3e2de3dc7e172f5ba42fc30 /view/admin_plugins_details.tpl | |
parent | 65ddefe9c5db4f5af9495377cd7e4463e8f68ef6 (diff) | |
download | volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.gz volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.bz2 volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.zip |
theme shakeup commences - themes are now administered in admin panel.
Diffstat (limited to 'view/admin_plugins_details.tpl')
-rwxr-xr-x | view/admin_plugins_details.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index f3c0685f5..76ea73d4d 100755 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl @@ -1,7 +1,7 @@ <div id='adminpage'> <h1>$title - $page</h1> - <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/plugins/$plugin/?a=t">$action</a></p> + <p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t">$action</a></p> <p>$info.description</p> <p class="author"> |