Subversion Repositories wpShopGermany4

Rev

Rev 6726 | 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 } ?>
                <span class="fa  fa-balance-scale"></span>
                <?php echo __("Gewicht", "wpsg"); ?>:
                <strong><?php echo wpsg_ff($this->view['weight'], $this->get_option('wpsg_mod_weight_unit')); ?></strong>
        </div>
        <br />
</div>