Code Duplication    Length = 3-5 lines in 2 locations

friends.php 1 location

@@ 177-181 (lines=5) @@
174
        $hasxim = smallworld_checkForXim();
175
        if (true === $hasxim) {
176
            $GLOBALS['xoopsTpl']->assign('sendxim', 'YES');
177
            if (2 == $fr[0]) {
178
                if ($yourid != $id) {
179
                    $GLOBALS['xoopsTpl']->assign('menu_xim', $menu_ximme);
180
                }
181
            }
182
        }
183
184
        $GLOBALS['xoopsTpl']->assign([

userprofile.php 1 location

@@ 138-140 (lines=3) @@
135
            $menu_ximme = "<a href='javascript:void(0);' onClick=" . $menu_xim_js . "><img height='10px' width='10px' src='" . $helper->url('assets/images/messenger.png') . "'>" . _SMALLWORLD_XIMUSER . $Xusername . '</a>';
136
137
            $GLOBALS['xoopsTpl']->assign('sendxim', 'YES');
138
            if (2 == $fr[0] && ($yourid !== $id)) {
139
                $GLOBALS['xoopsTpl']->assign('menu_xim', $menu_ximme);
140
            }
141
        }
142
143
        $birthday_today_text = "<img width='20px' height='20px' src='" . $helper->url('assets/images/bdayballoons_l.png') . "'>" . ' ' . _SMALLWORLD_BDAY_TODAY . ' ' . "<img width='20px' height='20px' src='" . $helper->url('assets/images/bdayballoons_r.png') . "'>";