Remove references to removed options

In commit cb7cc643bf the other options
were removed, as discussed.

This commit now removes references to these options from the codebase.

SPR-754
This commit is contained in:
Michael Große 2017-04-18 13:24:33 +02:00
commit e302d67fb6
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
4 changed files with 12 additions and 12 deletions

View file

@ -181,7 +181,7 @@ class Template {
'img',
array(
'class' => 'mobile-hide',
'src' => array(tpl_getConf('logo'), 'wiki:logo-wide.png', 'wiki:logo.png'),
'src' => array('wiki:logo-wide.png', 'wiki:logo.png'),
'alt' => $title,
),
0, 0
@ -190,7 +190,7 @@ class Template {
'img',
array(
'class' => 'mobile-only',
'src' => array('wiki:logo-32x32.png', 'wiki:favicon.png', 'wiki:logo-square.png', 'wiki:logo.png', tpl_getConf('logo')),
'src' => array('wiki:logo-32x32.png', 'wiki:favicon.png', 'wiki:logo-square.png', 'wiki:logo.png'),
'alt' => $title,
),
32, 32