Code Duplication    Length = 5-7 lines in 2 locations

class/bbctypes.class.php 1 location

@@ 492-496 (lines=5) @@
489
        $link .= '>';
490
        $linkend = '</a>';
491
492
        if ($withpicto) {
493
            $result .= ($link . img_object(($notooltip ? '' : $label), 'label',
494
                    ($notooltip ? '' : 'class="classfortooltip"')) . $linkend);
495
            if ($withpicto != 2) {
496
                $result .= ' ';
497
            }
498
        }
499
        $result .= $link . $this->ref . $linkend;

class/bbcvols.class.php 1 location

@@ 602-608 (lines=7) @@
599
        $link .= '>';
600
        $linkend = '</a>';
601
602
        if ($withpicto) {
603
            $result .= ($link . img_object(($notooltip ? '' : $label), 'label',
604
                    ($notooltip ? '' : 'class="classfortooltip"')) . $linkend);
605
            if ($withpicto != 2) {
606
                $result .= ' ';
607
            }
608
        }
609
        $result .= $link . $this->idBBC_vols . $linkend;
610
        return $result;
611
    }