Code Duplication    Length = 2-2 lines in 2 locations

Sources/Load.php 2 locations

@@ 2414-2415 (lines=2) @@
2411
	}
2412
2413
	// Add it to the array for use in the template
2414
	if (!empty($fileName))
2415
		$context['css_files'][$id] = array('fileUrl' => $fileUrl, 'filePath' => $filePath, 'fileName' => $fileName, 'options' => $params);
2416
2417
	if (!empty($context['right_to_left']) && !empty($params['rtl']))
2418
		loadCSSFile($params['rtl'], array_diff_key($params, array('rtl' => 0)));
@@ 2514-2515 (lines=2) @@
2511
	}
2512
2513
	// Add it to the array for use in the template
2514
	if (!empty($fileName))
2515
		$context['javascript_files'][$id] = array('fileUrl' => $fileUrl, 'filePath' => $filePath, 'fileName' => $fileName, 'options' => $params);
2516
}
2517
2518
/**