obrens 6.10.2004 Andreas Duswald This component is released under the GNU/GPL License webmaster@mamboDome.de www.mamboDome.de 1.4 Agrega Referencias para tu sitio en 4.5.1. obrens.php version.php lang/german.php lang/germanf.php lang/english.php lang/spanish.php images/logo.png images/nopic.jpg images/tynimam.jpg images/logens.jpg images/logmid.jpg CREATE TABLE IF NOT EXISTS `#__obrens` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `titulo` varchar(255) NOT NULL default '', `autor` varchar(255) NOT NULL default '', `beschreibung` text NOT NULL, `hits` int(11) NOT NULL default '0', `ref_in` datetime NOT NULL default '0000-00-00 00:00:00', `ref_out` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM CREATE TABLE if NOT EXISTS `#__obrens_cab_detalles` ( `idobra` int(11) unsigned NOT NULL , `id` tinyint(2) unsigned NOT NULL , `descripcion` varchar(100) NOT NULL, PRIMARY KEY ( `idobra` , `id`) ) TYPE=MyISAM INSERT INTO `#__categories` (`title`, `name`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`) VALUES ('Área ensayo', 'Área ensayo', 'com_obrens', 'left', 'Contenido area de ensayo.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0); DELETE FROM `#__categories` WHERE `section` = 'com_obrens' DROP TABLE `#__obrens` DROP TABLE `#__obrens_cab_detalles` install.obrens.php uninstall.obrens.php Area Ensayo Agregar Obra Agregar Categoria Editar Propiedades Editar Lenguaje Info admin.obrens.html.php admin.obrens.php config.obrens.php install.obrens.php toolbar.obrens.html.php toolbar.obrens.php uninstall.obrens.php images/logo.png images/nopic.jpg images/logens.jpg images/logmid.jpg