Code Duplication    Length = 9-9 lines in 2 locations

class/files/user/UserRate.php 1 location

@@ 208-216 (lines=9) @@
205
    /**
206
     * @return string
207
     */
208
    public function getUserRateFooter($moduleDirname, $language)
209
    {
210
        $stuModuleDirname = strtoupper($moduleDirname);
211
        $ret = $this->getCommentLine('Breadcrumbs');
212
        $ret .= $this->usercode->getUserBreadcrumbs('RATE', $language);
213
        $ret .= $this->getInclude('footer');
214
215
        return $ret;
216
    }
217
218
    /*
219
    *  @public function render

class/files/user/UserSubmit.php 1 location

@@ 193-201 (lines=9) @@
190
    /**
191
     * @return string
192
     */
193
    public function getUserSubmitFooter($moduleDirname, $language)
194
    {
195
        $stuModuleDirname = strtoupper($moduleDirname);
196
        $ret = $this->getCommentLine('Breadcrumbs');
197
        $ret .= $this->usercode->getUserBreadcrumbs('SUBMIT', $language);
198
        $ret .= $this->getInclude('footer');
199
200
        return $ret;
201
    }
202
203
    /*
204
     *  @private function getUserSubmitSwitch