Skip to content

Commit 681ed84

Browse files
committed
changes in custom images management
1 parent 521d92f commit 681ed84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/functions/tlsmarty.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ static function getImageSet() {
445445

446446
$imi = config_get('images');
447447
if(count($imi) >0) {
448+
foreach($imi as $key => $img) {
449+
$imi[$key] = str_replace('%imgLoc%', $imgLoc, $img);
450+
}
448451
$dummy = array_merge($dummy,$imi);
449452
}
450453
return $dummy;

0 commit comments

Comments
 (0)