http://www.fsf.org/ or write * to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. * */ /* This plugin generates an image that can be used to fight form Spam flooding. */ include ("plugins/skel/configure.php"); Class CmsDam_Skel { var $conf; function CmsDam_Skel() { // Constructor $this->conf = new CmsDam_Skel_Conf; return true; } function CmsDam_Skel_helloWorld() { echo "Test..."; } } $this->included->skel->api = new CmsDam_Skel; ?>