Improve page contacblock for frio theme

This commit is contained in:
Hypolite Petovan
2017-12-01 22:33:04 -05:00
parent 8826ece55e
commit 75181322ba
4 changed files with 44 additions and 16 deletions

View File

@@ -441,6 +441,7 @@ function admin_page_contactblock(App $a)
'$baseurl' => System::baseUrl(true),
'$contacts' => $contacts,
'$total_contacts' => tt('%s total blocked contact', '%s total blocked contacts', $total),
'$paginate' => paginate($a),
'$contacturl' => ['contact_url', t("Profile URL"), '', t("URL of the remote contact to block.")],
));