]> git.mxchange.org Git - friendica.git/commitdiff
use to link to queue inspector
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 12 Aug 2015 17:58:53 +0000 (19:58 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 12 Aug 2015 17:58:53 +0000 (19:58 +0200)
mod/admin.php
view/templates/admin_summary.tpl

index 9c3a4d5f0d26b8f754cc7c6af7e7428b8d26238b..21a1c003036af64f4fc561bed2751c87ff45465c 100644 (file)
@@ -253,6 +253,7 @@ function admin_page_summary(&$a) {
                '$accounts' => $accounts,
                '$pending' => Array( t('Pending registrations'), $pending),
                '$version' => Array( t('Version'), FRIENDICA_VERSION),
+               '$baseurl' => $a->get_baseurl(),
                '$platform' => FRIENDICA_PLATFORM,
                '$codename' => FRIENDICA_CODENAME,
                '$build' =>  get_config('system','build'),
index 05a4f0b31ad2119862642c6edde9964e1acce961..282c2b6fbbe7fd926d1ccb62629ab762d91ee49f 100644 (file)
@@ -4,7 +4,7 @@
 
        <dl>
                <dt>{{$queues.label}}</dt>
-               <dd>{{$queues.deliverq}} - <a href="/admin/queue">{{$queues.queue}}</a></dd>
+               <dd>{{$queues.deliverq}} - <a href="{{$baseurl}}/admin/queue">{{$queues.queue}}</a></dd>
        </dl>
        <dl>
                <dt>{{$pending.0}}</dt>