added completo induments
This commit is contained in:
@@ -1260,7 +1260,7 @@ if ($idarticletype == "4" && $modelidart == 18 && $hivis == 'Y') { ?>
|
||||
|
||||
<?php
|
||||
// TUTA
|
||||
if ($idarticletype == "4" && $modelidart == 19 && $hivis == 'N') { ?>
|
||||
if ($idarticletype == "4" && in_array((string)$modelidart, ['19', '22'], true) && $hivis == 'N') { ?>
|
||||
<?php include('languages/' . $_SESSION['langselect'] . '/ind17.php'); ?>
|
||||
<!-- Image Map Generated by http://www.image-map.net/ -->
|
||||
<div style="position:relative;width:635px;height:516px;">
|
||||
@@ -1439,7 +1439,7 @@ if ($idarticletype == "4" && $modelidart == 19 && $hivis == 'N') { ?>
|
||||
<?php } ?>
|
||||
<?php
|
||||
// TUTA HIVIS
|
||||
if ($idarticletype == "4" && $modelidart == 19 && $hivis == 'Y') { ?>
|
||||
if ($idarticletype == "4" && in_array((string)$modelidart, ['19', '22'], true) && $hivis == 'Y') { ?>
|
||||
<?php include('languages/' . $_SESSION['langselect'] . '/ind16.php'); ?>
|
||||
<!-- Image Map Generated by http://www.image-map.net/ -->
|
||||
<div style="position:relative;width:776.75px;height:672.75px;">
|
||||
|
||||
Reference in New Issue
Block a user