Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 7841 → Rev 7842

/produkttemplates/standard.phtml
40,10 → 40,10
/* Das ist das primäre Anzeigebild des Produktes (AttachmentID) */
$arAttachmentID = $this->imagehandler->getAttachmentID($this->view['data']['product_key']);
 
/* Array mit allen AttachmentIDs der Produktbilder */
$arAttachmentIDsAll = $this->imagehandler->getAttachmentIDs($this->view['data']['product_id']);
 
?>
 
<?php if (wpsg_isSizedArray($arAttachmentIDsAll)) { ?>