public function pageEnd() { global $Url; // Bludit check not-found page after the plugin method construct. // It's necesary check here the page not-found. if ($this->enable && !$Url->notFound()) { return pluginRRSSB::RRSSB(); } return false; }
public function getRRSSB() { return pluginRRSSB::getRRSSB(); }