Code Duplication    Length = 5-5 lines in 2 locations

class/utilities.php 2 locations

@@ 1798-1802 (lines=5) @@
1795
        $ret .= '<div class="oledrion_htmlform">';
1796
        $ret .= '<img class="oledrion_htmlimage" src="' . $info['packing_image_url'] . '" alt="' . $info['packing_title'] . '" />';
1797
        $ret .= '<h3>' . $info['packing_title'] . '</h3>';
1798
        if ($info['packing_price'] > 0) {
1799
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . $info['packing_price_fordisplay'] . '</p>';
1800
        } else {
1801
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . _OLEDRION_FREE . '</p>';
1802
        }
1803
        $ret .= '<p>' . $info['packing_description'] . '</p>';
1804
        $ret .= '</div>';
1805
@@ 1820-1824 (lines=5) @@
1817
        $ret .= '<div class="oledrion_htmlform">';
1818
        $ret .= '<img class="oledrion_htmlimage" src="' . $info['delivery_image_url'] . '" alt="' . $info['delivery_title'] . '" />';
1819
        $ret .= '<h3>' . $info['delivery_title'] . '</h3>';
1820
        if ($info['delivery_price'] > 0) {
1821
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . $info['delivery_price_fordisplay'] . '</p>';
1822
        } else {
1823
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . _OLEDRION_FREE . '</p>';
1824
        }
1825
        $ret .= '<p><span class="bold">' . _OLEDRION_DELIVERY_TIME . '</span> : ' . $info['delivery_time'] . _OLEDRION_DELIVERY_DAY . '</p>';
1826
        $ret .= '<p>' . $info['delivery_description'] . '</p>';
1827
        $ret .= '</div>';