refactor: Move app name to a config variable

See #205
This commit is contained in:
Pierre Rudloff 2019-01-06 16:59:16 +01:00
parent 5b7b101a8a
commit c6cf05f8ec
6 changed files with 16 additions and 5 deletions

View file

@ -162,6 +162,7 @@ class FrontController
$response,
'extractors.tpl',
[
'config' => $this->config,
'extractors' => $this->download->listExtractors(),
'class' => 'extractors',
'title' => _('Supported websites'),