forked from leftypol/leftypol
fix previous commit
This commit is contained in:
parent
14c499f9d1
commit
75cca1ffb2
4 changed files with 22 additions and 9 deletions
|
@ -1074,7 +1074,7 @@
|
|||
$config['dir']['home'] = '';
|
||||
|
||||
// Location of a blank 1x1 gif file. Only used when country_flags_condensed is enabled
|
||||
$config['uri_blank'] = $config['root'] . 'static/blank.gif';
|
||||
// $config['image_blank'] = 'static/blank.gif';
|
||||
|
||||
// Static images. These can be URLs OR base64 (data URI scheme). These are only used if
|
||||
// $config['font_awesome'] is false (default).
|
||||
|
|
|
@ -168,6 +168,9 @@ function loadConfig() {
|
|||
if (!isset($config['dir']['static']))
|
||||
$config['dir']['static'] = $config['root'] . 'static/';
|
||||
|
||||
if (!isset($config['image_blank']))
|
||||
$config['image_blank'] = $config['dir']['static'] . 'blank.gif';
|
||||
|
||||
if (!isset($config['image_sticky']))
|
||||
$config['image_sticky'] = $config['dir']['static'] . 'sticky.gif';
|
||||
if (!isset($config['image_locked']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue