Exemplo n.º 1
0
 public function onRun()
 {
     $this->page['disqus'] = Settings::get('disquskey');
 }
Exemplo n.º 2
0
 public function afterUpdate()
 {
     Settings::get('use_plugin') == FALSE ? $this->update_plugin_versions(TRUE) : $this->update_plugin_version(FALSE);
 }