Subversion Repositories wpShopGermany4

Rev

Rev 6330 | Rev 7160 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php

        /**
         * Template für die Anzeige des Produktgewichts im Warenkorb
         */
        //wpsg_debug($this->view);
?>
<div class="product_info">
        <div 
        <?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
                <?php echo __("Gewicht", "wpsg"); ?>:
        </div>
        <div class="valuer">
                <?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?>        
        </div>
        <div class="dummyr">
                <?php echo __('&nbsp;'); ?>
        </div>
        
</div>