Code Duplication    Length = 3-5 lines in 2 locations

blocks/latest_news.php 2 locations

@@ 196-198 (lines=3) @@
193
        }
194
195
        $item['print'] = '';
196
        if ($options[24] == 1) {
197
            $item['print'] = '<a href="' . PublisherSeo::generateUrl('print', $itemObj->itemid(), $itemObj->short_url()) . '" rel="nofollow"><img src="' . PUBLISHER_URL . '/assets/images/links/print.gif" title="' . _CO_PUBLISHER_PRINT . '" alt="' . _CO_PUBLISHER_PRINT . '" /></a>&nbsp;';
198
        }
199
200
        $item['pdf'] = '';
201
        if ($publisher->getConfig('display_pdf')) {
@@ 201-205 (lines=5) @@
198
        }
199
200
        $item['pdf'] = '';
201
        if ($publisher->getConfig('display_pdf')) {
202
            if ($options[25] == 1) {
203
                $item['pdf'] = "<a href='" . PUBLISHER_URL . '/makepdf.php?itemid=' . $itemObj->itemid() . "' rel='nofollow'><img src='" . PUBLISHER_URL . "/assets/images/links/pdf.gif' title='" . _CO_PUBLISHER_PDF . "' alt='" . _CO_PUBLISHER_PDF . "' /></a>&nbsp;";
204
            }
205
        }
206
        $item['email'] = '';
207
        if ($options[26] == 1 && xoops_isActiveModule('tellafriend')) {
208
            $subject  = sprintf(_CO_PUBLISHER_INTITEMFOUND, $GLOBALS['xoopsConfig']['sitename']);