1); // List of table names ----------------------------------------------------------------------------------------------- $eplug_table_names = array("featurebox"); // List of sql requests to create tables ----------------------------------------------------------------------------- $eplug_tables = array( "CREATE TABLE ".MPREFIX."featurebox ( fb_id int(10) unsigned NOT NULL auto_increment, fb_title varchar(200) NOT NULL default '', fb_text text NOT NULL, fb_mode tinyint(3) unsigned NOT NULL default '0', fb_class tinyint(3) unsigned NOT NULL default '0', fb_rendertype tinyint(1) unsigned NOT NULL default '0', fb_template varchar(50) NOT NULL default '', PRIMARY KEY (fb_id) ) TYPE=MyISAM AUTO_INCREMENT=1 ;"); // Create a link in main menu (yes=TRUE, no=FALSE) ------------------------------------------------------------- $eplug_link = FALSE; $eplug_link_name = ""; $eplug_link_url = ""; // Text to display after plugin successfully installed ------------------------------------------------------------------ $eplug_done = FBLAN_04; // "To activate please go to your menus screen and select the pm_menu into one of your menu areas."; ?>