Code Duplication    Length = 5-5 lines in 2 locations

class/utility.php 2 locations

@@ 1812-1816 (lines=5) @@
1809
        $ret .= '<div class="oledrion_htmlform">';
1810
        $ret .= '<img class="oledrion_htmlimage" src="' . $info['packing_image_url'] . '" alt="' . $info['packing_title'] . '" />';
1811
        $ret .= '<h3>' . $info['packing_title'] . '</h3>';
1812
        if ($info['packing_price'] > 0) {
1813
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . $info['packing_price_fordisplay'] . '</p>';
1814
        } else {
1815
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . _OLEDRION_FREE . '</p>';
1816
        }
1817
        $ret .= '<p>' . $info['packing_description'] . '</p>';
1818
        $ret .= '</div>';
1819
@@ 1834-1838 (lines=5) @@
1831
        $ret .= '<div class="oledrion_htmlform">';
1832
        $ret .= '<img class="oledrion_htmlimage" src="' . $info['delivery_image_url'] . '" alt="' . $info['delivery_title'] . '" />';
1833
        $ret .= '<h3>' . $info['delivery_title'] . '</h3>';
1834
        if ($info['delivery_price'] > 0) {
1835
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . $info['delivery_price_fordisplay'] . '</p>';
1836
        } else {
1837
            $ret .= '<p><span class="bold">' . _OLEDRION_PRICE . '</span> : ' . _OLEDRION_FREE . '</p>';
1838
        }
1839
        $ret .= '<p><span class="bold">' . _OLEDRION_DELIVERY_TIME . '</span> : ' . $info['delivery_time'] . _OLEDRION_DELIVERY_DAY . '</p>';
1840
        $ret .= '<p>' . $info['delivery_description'] . '</p>';
1841
        $ret .= '</div>';