We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681ed84 commit 4c27722Copy full SHA for 4c27722
1 file changed
lib/functions/tlsmarty.inc.php
@@ -446,6 +446,11 @@ static function getImageSet() {
446
$imi = config_get('images');
447
if(count($imi) >0) {
448
foreach($imi as $key => $img) {
449
+
450
+ // You need to configure in your custom config something like this
451
+ // $tlCfg->images['test_status_passed_with_remarks'] =
452
+ // '%imgLoc%test_status_passed_with_remarks.png';
453
+ // PAY ATTENTION to the place holder %imgLoc%
454
$imi[$key] = str_replace('%imgLoc%', $imgLoc, $img);
455
}
456
$dummy = array_merge($dummy,$imi);
0 commit comments