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:
parent
1c24bf1989
commit
e302d67fb6
4 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue