Example #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;
 }
Example #2
0
 public function siteSidebar()
 {
     #if ($this->getDbField('show_sidebar'))
     return pluginRRSSB::RRSSB();
 }