1
Hello:
I just installed XOOPS for the first time, and on almost all the admin pages, in various locations, I see:
S() { if ( !empty( $this->customValidationCode ) ) { return implode( "\n", $this->customValidationCode ); } return ''; } /** * Generates output for the element. * * This method is abstract and must be overwritten by the child classes. * @abstract */ function render(){ } } ?>
Sometimes it's at the top of the page, before the blue bar, sometimes it's in the middle of the content.
Can someone direct me which file this is in to fix?
Thank you!