Code Duplication    Length = 5-5 lines in 2 locations

class/utility.php 2 locations

@@ 1879-1883 (lines=5) @@
1876
        $ret .= '<div class="oledrion_htmlform">';
1877
        $ret .= '<img class="oledrion_htmlimage" src="' . $info['packing_image_url'] . '" alt="' . $info['packing_title'] . '" />';
1878
        $ret .= '<h3>' . $info['packing_title'] . '</h3>';
1879
        if ($info['packing_price'] > 0) {
1880
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . $info['packing_price_fordisplay'] . '</p>';
1881
        } else {
1882
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . _OLEDRION_FREE . '</p>';
1883
        }
1884
        $ret .= '<p>' . $info['packing_description'] . '</p>';
1885
        $ret .= '</div>';
1886
@@ 1901-1905 (lines=5) @@
1898
        $ret .= '<div class="oledrion_htmlform">';
1899
        $ret .= '<img class="oledrion_htmlimage" src="' . $info['delivery_image_url'] . '" alt="' . $info['delivery_title'] . '" />';
1900
        $ret .= '<h3>' . $info['delivery_title'] . '</h3>';
1901
        if ($info['delivery_price'] > 0) {
1902
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . $info['delivery_price_fordisplay'] . '</p>';
1903
        } else {
1904
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . _OLEDRION_FREE . '</p>';
1905
        }
1906
        $ret .= '<p><span class="bold">' . _OLEDRION_DELIVERY_TIME . '</span> : ' . $info['delivery_time'] . _OLEDRION_DELIVERY_DAY . '</p>';
1907
        $ret .= '<p>' . $info['delivery_description'] . '</p>';
1908
        $ret .= '</div>';