Exemple #1
0
 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;
 }
Exemple #2
0
 public function getRRSSB()
 {
     return pluginRRSSB::getRRSSB();
 }