Subversion Repositories wpShopGermany4

Rev

Rev 8200 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8200 Rev 8280
Line 48... Line 48...
48
                <a href="<?php
48
                <a href="<?php
49
 
49
 
50
                    if (intval($oProductgroup->__get('infopage')) > 0) echo \get_permalink(intval($oProductgroup->__get('infopage')));
50
                    if (intval($oProductgroup->__get('infopage')) > 0) echo \get_permalink(intval($oProductgroup->__get('infopage')));
51
                    else echo $page_url.'show='.$oProductgroup->getId();
51
                    else echo $page_url.'show='.$oProductgroup->getId();
52
 
52
 
53
                    ?>" class="productgroup">
53
                    ?>" class="productgroup <?php
-
 
54
			
-
 
55
						echo (($oProductgroup->hasActiveDiscount())?'active_discount':'');
-
 
56
			
-
 
57
					?>">
54
 
58
 
55
                    <div class="title"><?php echo $oProductgroup->getLabel(); ?></div>
59
                    <div class="title"><?php echo $oProductgroup->getLabel(); ?></div>
56
 
60
 
57
                    <?php echo \wp_get_attachment_image($oProductgroup->getImage(), [462, 462], false, [
61
                    <?php echo \wp_get_attachment_image($oProductgroup->getImage(), [462, 462], false, [
58
                        'class' => 'bg'
62
                        'class' => 'bg'