$tables = array("tables", "tables-it", "tables-de", "tables-fr", "tables-usa");
$place = array("place", "place-it", "place-de", "place-fr", "place-usa");
$chairs = array( "chairs", "chairs-it", "chairs-de", "chairs-fr", "chairs-usa");
if (in_array($catslug, $tables))
{
$termimgsrc= "/wp-content/uploads/2020/01/1.table.svg";
}
if (in_array($catslug, $place))
{
$termimgsrc= "/wp-content/uploads/2020/01/2.place.svg";
}
if (in_array($catslug, $chairs))
{
$termimgsrc= "/wp-content/uploads/2020/01/3.chair.svg";
}
?>