1
0
Fork 0

Improve page contacblock for frio theme

This commit is contained in:
Hypolite Petovan 2017-12-01 22:33:04 -05:00
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.")],
));