'https://bludit.com', 'Donate'=>'https://paypal.me/bludit' )); // Fields and default values for the database of this plugin $this->dbFields = array( 'label'=>'Links', 'jsondb'=>$jsondb ); } // Method called on plugin settings on the admin area public function form() { global $Language; $html = '
'; $html .= ''; $html .= ''; $html .= '
'; return $html; } // Method called on the sidebar of the website public function siteSidebar() { global $Language; // HTML for sidebar $html = '
'; $html .= '

'.$this->getValue('label').'

'; $html .= '
'; $html .= ''; $html .= '
'; $html .= '
'; return $html; } }