if($rexSettingImage['position'] == "left") {
echo $articleImageOut;
}
?>
if($rexSettingImage['position'] == "right") {
echo $articleImageOut;
}
?>