Remove duplicated '$baseurl' template variable declarations

- This variable is declared for all templates in Renderer
This commit is contained in:
Hypolite Petovan 2024-03-24 09:11:46 -04:00
parent d824bb536f
commit b4d71f1855
8 changed files with 0 additions and 12 deletions

View file

@ -124,8 +124,6 @@ class Contact extends BaseModeration
'$form_security_token' => self::getFormSecurityToken('moderation_contactblock'),
// values //
'$baseurl' => $this->baseUrl,
'$contacts' => $contacts,
'$total_contacts' => $this->tt('%s total blocked contact', '%s total blocked contacts', $total),
'$paginate' => $pager->renderFull($total),