Update product.class.php
fix style error
This commit is contained in:
parent
20cd834839
commit
6983ef9584
@ -6291,7 +6291,6 @@ class Product extends CommonObject
|
||||
$return .= '<div class="info-box info-box-sm">';
|
||||
$return .= '<div class="info-box-img">';
|
||||
$label = '';
|
||||
|
||||
if ($this->is_photo_available($conf->product->multidir_output[$this->entity])) {
|
||||
$label .= $this->show_photos('product', $conf->product->multidir_output[$this->entity]);
|
||||
$return .= $label;
|
||||
@ -6303,7 +6302,6 @@ class Product extends CommonObject
|
||||
}
|
||||
$return .= $label;
|
||||
}
|
||||
|
||||
$return .= '</div>';
|
||||
$return .= '<div class="info-box-content">';
|
||||
$return .= '<span class="info-box-ref">'.(method_exists($this, 'getNomUrl') ? $this->getNomUrl() : $this->ref).'</span>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user