Anda di halaman 1dari 195

---------

phpMyAdmin SQL Dump


version 3.4.4-rc1
http://www.phpmyadmin.net
Servidor: localhost
Tiempo de generacin: 06-09-2011 a las 14:35:28
Versin del servidor: 5.0.51
Versin de PHP: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
--- Base de datos: `zt`
-CREATE DATABASE `zt` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `zt`;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_config`
-CREATE TABLE `jos_aicontactsafe_config` (
`id` int(11) unsigned NOT NULL auto_increment,
`config_key` varchar(50) NOT NULL default '',
`config_value` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ;
--- Volcado de datos para la tabla `jos_aicontactsafe_config`
-INSERT INTO `jos_aicontactsafe_config` (`id`, `config_key`, `config_value`) VALU
ES
(1, 'use_css_backend', '1'),
(2, 'use_SqueezeBox', '0'),
(3, 'highlight_errors', '1'),
(4, 'keep_session_alive', '0'),
(5, 'activate_help', '1'),
(6, 'date_format', 'l, d F Y H:i'),
(7, 'default_status_filter', '0'),
(8, 'editbox_cols', '40'),
(9, 'editbox_rows', '10'),
(10, 'default_name', ''),
(11, 'default_email', ''),
(12, 'default_subject', ''),
(13, 'activate_spam_control', '0'),
(14, 'block_words', 'url='),
(15, 'record_blocked_messages', '1'),
(16, 'activate_ip_ban', '0'),
(17, 'ban_ips', ''),
(18, 'redirect_ips', ''),
(19, 'ban_ips_blocked_words', '0'),
(20, 'maximum_messages_ban_ip', '0'),
(21, 'maximum_minutes_ban_ip', '0'),
(22, 'email_ban_ip', ''),
(23, 'set_sender_joomla', '0'),

(24,
(25,
(26,
(27,
(28,
(29,
(30,

'upload_attachments', 'media\aicontactsafe\attachments'),
'maximum_size', '5000000'),
'attachments_types', 'rar,zip,doc,xls,txt,gif,jpg,png,bmp'),
'attach_to_email', '1'),
'delete_after_sent', '0'),
'gid_messages', '8'),
'users_all_messages', '0');

-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_contactinformations`


-CREATE TABLE `jos_aicontactsafe_contactinformations` (
`id` int(11) unsigned NOT NULL auto_increment,
`profile_id` int(11) unsigned NOT NULL,
`info_key` varchar(50) NOT NULL default '',
`info_label` varchar(250) NOT NULL default '',
`info_value` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;
--- Volcado de datos para la tabla `jos_aicontactsafe_contactinformations`
-INSERT INTO `jos_aicontactsafe_contactinformations` (`id`, `profile_id`, `info_k
ey`, `info_label`, `info_value`) VALUES
(1, 1, 'contact_info', 'contact_info (Default form)', ''),
(2, 2, 'contact_info', 'contact_info (Module form)', ''),
(3, 1, 'meta_description', 'meta_description (Default form)', ''),
(4, 2, 'meta_description', 'meta_description', ''),
(5, 1, 'meta_keywords', 'meta_keywords (Default form)', ''),
(6, 2, 'meta_keywords', 'meta_keywords', ''),
(7, 1, 'meta_robots', 'meta_robots (Default form)', ''),
(8, 2, 'meta_robots', 'meta_robots', ''),
(9, 1, 'thank_you_message', 'thank_you_message (Default form)', 'Informacin Envia
da Satisfactoriamente'),
(10, 2, 'thank_you_message', 'thank_you_message', 'Email sent. Thank you for you
r message.'),
(11, 1, 'required_field_notification', 'required_field_notification (Default for
m)', '<h4>Formulario De Contacto</h4> <br />Este Campo %mark%
Es Requerido.'),
(12, 2, 'required_field_notification', 'required_field_notification', 'Fields ma
rked with %mark% are required.');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_fields`
-CREATE TABLE `jos_aicontactsafe_fields` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`field_label` text NOT NULL,
`label_parameters` text NOT NULL,
`field_label_message` text NOT NULL,
`label_message_parameters` text NOT NULL,

`label_after_field` tinyint(1) unsigned NOT NULL default '0',


`field_type` varchar(2) NOT NULL default 'TX',
`field_parameters` text NOT NULL,
`field_values` text NOT NULL,
`field_limit` int(11) NOT NULL default '0',
`default_value` varchar(150) NOT NULL default '',
`auto_fill` varchar(10) NOT NULL default '',
`field_sufix` text NOT NULL,
`field_prefix` text NOT NULL,
`ordering` int(11) NOT NULL default '0',
`field_required` tinyint(1) unsigned NOT NULL default '0',
`field_in_message` tinyint(1) unsigned NOT NULL default '1',
`send_message` tinyint(1) unsigned NOT NULL default '0',
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`last_update` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) unsigned NOT NULL default '1',
`checked_out` tinyint(1) unsigned NOT NULL default '0',
`checked_out_time` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--- Volcado de datos para la tabla `jos_aicontactsafe_fields`
-INSERT INTO `jos_aicontactsafe_fields` (`id`, `name`, `field_label`, `label_para
meters`, `field_label_message`, `label_message_parameters`, `label_after_field`,
`field_type`, `field_parameters`, `field_values`, `field_limit`, `default_value
`, `auto_fill`, `field_sufix`, `field_prefix`, `ordering`, `field_required`, `fi
eld_in_message`, `send_message`, `date_added`, `last_update`, `published`, `chec
ked_out`, `checked_out_time`) VALUES
(1, 'aics_name', 'Nombre', 'Ingrese Su Nombre', 'Nombre', '', 0, 'TX', 'class=&#
039;textbox'', '', 0, '', 'UN', '', '', 1, 1, 1, 0, '2011-08-31 10:55:04',
'2011-08-31 15:38:15', 1, 0, '0000-00-00'),
(2, 'aics_email', 'Email', '', 'Email', '', 0, 'EM', 'class=''email''', '', 0, '
', 'UE', '', '', 2, 1, 1, 0, '2011-08-31 10:55:04', '2011-08-31 10:55:04', 1, 0,
'0000-00-00'),
(3, 'aics_phone', 'Telf', '', 'Telf', '', 0, 'TX', 'class='textbox'',
'', 15, '', '', '', '', 3, 1, 1, 0, '2011-08-31 10:55:04', '2011-08-31 15:48:42'
, 1, 0, '0000-00-00'),
(4, 'aics_subject', 'Asunto', '', 'Asunto', '', 0, 'TX', 'class='textbox&#0
39;', '', 0, '', '', '', '', 4, 1, 1, 0, '2011-08-31 10:55:04', '2011-08-31 15:4
3:51', 1, 0, '0000-00-00'),
(5, 'aics_message', 'Mensaje', '', 'Mensaje', '', 0, 'ED', 'class='editbox&
#039;', '', 500, '', '', '', '', 5, 1, 1, 0, '2011-08-31 10:55:04', '2011-08-31
15:43:25', 1, 0, '0000-00-00'),
(6, 'aics_send_to_sender', 'Enviar una copia de este contenido.', '', 'Enviar un
a copia de este contenido.', '', 1, 'CK', 'class='checkbox'', '', 0, '
', '', '', '', 6, 0, 0, 0, '2011-08-31 10:55:04', '2011-08-31 15:44:25', 1, 0, '
0000-00-00'),
(7, 'aics_empresa', 'Empresa', '', 'Empresa', '', 0, 'TX', 'class='textbox&
#039;', '', 35, '', '', '', '', 0, 1, 1, 0, '2011-08-31 15:44:51', '2011-08-31 1
5:49:03', 1, 0, '0000-00-00');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_fieldvalues`
--

CREATE TABLE `jos_aicontactsafe_fieldvalues` (


`id` int(11) unsigned NOT NULL auto_increment,
`field_id` int(11) unsigned NOT NULL,
`message_id` int(11) unsigned NOT NULL,
`field_value` text NOT NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`last_update` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) unsigned NOT NULL default '1',
`checked_out` tinyint(1) unsigned NOT NULL default '0',
`checked_out_time` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_messagefiles`
-CREATE TABLE `jos_aicontactsafe_messagefiles` (
`id` int(11) unsigned NOT NULL auto_increment,
`message_id` int(11) unsigned NOT NULL,
`name` text NOT NULL,
`r_id` int(21) unsigned NOT NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`last_update` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) unsigned NOT NULL default '1',
`checked_out` tinyint(1) unsigned NOT NULL default '0',
`checked_out_time` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_messages`
-CREATE TABLE `jos_aicontactsafe_messages` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`subject` varchar(200) NOT NULL default '',
`message` text NOT NULL,
`send_to_sender` tinyint(1) unsigned NOT NULL default '0',
`sender_ip` varchar(20) NOT NULL default '',
`profile_id` int(11) unsigned NOT NULL,
`status_id` int(11) unsigned NOT NULL,
`manual_status` tinyint(1) unsigned NOT NULL default '0',
`email_destination` text NOT NULL,
`email_reply` varchar(100) NOT NULL default '',
`subject_reply` text NOT NULL,
`message_reply` text NOT NULL,
`user_id` int(11) NOT NULL default '0',
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`last_update` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) unsigned NOT NULL default '1',
`checked_out` tinyint(1) unsigned NOT NULL default '0',
`checked_out_time` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;


-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_profiles`
-CREATE TABLE `jos_aicontactsafe_profiles` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`use_ajax` tinyint(1) unsigned NOT NULL default '0',
`use_message_css` tinyint(1) unsigned NOT NULL default '0',
`contact_form_width` int(11) NOT NULL default '0',
`bottom_row_space` int(11) NOT NULL default '0',
`align_buttons` tinyint(1) unsigned NOT NULL default '1',
`contact_info_width` int(11) NOT NULL default '0',
`use_captcha` tinyint(1) unsigned NOT NULL default '1',
`captcha_type` tinyint(1) unsigned NOT NULL default '0',
`align_captcha` tinyint(1) unsigned NOT NULL default '1',
`email_address` varchar(100) NOT NULL default '',
`always_send_to_email_address` tinyint(1) unsigned NOT NULL default '1',
`subject_prefix` varchar(100) NOT NULL default '',
`email_mode` tinyint(1) unsigned NOT NULL default '1',
`record_message` tinyint(1) unsigned NOT NULL default '1',
`record_fields` tinyint(1) unsigned NOT NULL default '0',
`custom_date_format` varchar(30) NOT NULL default '%d %B %Y',
`custom_date_years_back` int(11) NOT NULL default '70',
`custom_date_years_forward` int(11) NOT NULL default '0',
`required_field_mark` text NOT NULL,
`display_format` int(11) NOT NULL default '2',
`plg_contact_info` tinyint(1) unsigned NOT NULL default '0',
`use_random_letters` tinyint(1) unsigned NOT NULL default '0',
`min_word_length` tinyint(2) unsigned NOT NULL default '5',
`max_word_length` tinyint(2) unsigned NOT NULL default '8',
`set_default` tinyint(1) unsigned NOT NULL default '0',
`active_fields` text NOT NULL,
`captcha_width` smallint(4) NOT NULL default '400',
`captcha_height` smallint(4) NOT NULL default '55',
`captcha_bgcolor` varchar(10) NOT NULL default '#FFFFFF',
`captcha_backgroundTransparent` tinyint(1) unsigned NOT NULL default '1',
`captcha_colors` text NOT NULL,
`name_field_id` int(11) unsigned NOT NULL,
`email_field_id` int(11) unsigned NOT NULL,
`subject_field_id` int(11) unsigned NOT NULL,
`send_to_sender_field_id` int(11) NOT NULL,
`redirect_on_success` text NOT NULL,
`fields_order` text NOT NULL,
`use_mail_template` tinyint(1) unsigned NOT NULL default '0',
`default_status_id` int(11) unsigned NOT NULL,
`read_status_id` int(11) unsigned NOT NULL,
`reply_status_id` int(11) unsigned NOT NULL,
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`last_update` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) unsigned NOT NULL default '1',
`checked_out` tinyint(1) unsigned NOT NULL default '0',
`checked_out_time` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--- Volcado de datos para la tabla `jos_aicontactsafe_profiles`


-INSERT INTO `jos_aicontactsafe_profiles` (`id`, `name`, `use_ajax`, `use_message
_css`, `contact_form_width`, `bottom_row_space`, `align_buttons`, `contact_info_
width`, `use_captcha`, `captcha_type`, `align_captcha`, `email_address`, `always
_send_to_email_address`, `subject_prefix`, `email_mode`, `record_message`, `reco
rd_fields`, `custom_date_format`, `custom_date_years_back`, `custom_date_years_f
orward`, `required_field_mark`, `display_format`, `plg_contact_info`, `use_rando
m_letters`, `min_word_length`, `max_word_length`, `set_default`, `active_fields`
, `captcha_width`, `captcha_height`, `captcha_bgcolor`, `captcha_backgroundTrans
parent`, `captcha_colors`, `name_field_id`, `email_field_id`, `subject_field_id`
, `send_to_sender_field_id`, `redirect_on_success`, `fields_order`, `use_mail_te
mplate`, `default_status_id`, `read_status_id`, `reply_status_id`, `date_added`,
`last_update`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, 'Default form', 0, 1, 0, 0, 1, 0, 0, 0, 1, 'carloseacostah@gmail.com', 1, 'c
arloseacostah@gmail.com', 1, 1, 1, 'dmy', 60, 0, '( * )', 2, 1, 1, 5, 8, 1, '0',
300, 55, '#FFFFFF', 0, '#FF0000;#00FF00;#0000FF', 1, 2, 4, -1, 'index.php', '1,
2,3,7,4,5,6', 0, 1, 2, 3, '2009-01-01 00:00:00', '2011-08-31 20:51:36', 1, 0, '0
000-00-00'),
(2, 'Module form', 0, 1, 0, 0, 1, 0, 1, 0, 1, '', 1, '', 1, 1, 0, '%d %B %Y', 60
, 0, '( ! )', 1, 0, 0, 5, 8, 0, '0', 180, 55, '#FFFFFF', 1, '#FF0000;#00FF00;#00
00FF', 1, 2, 4, 6, '', '', 0, 1, 2, 3, '2009-01-01 00:00:00', '2009-01-01 00:00:
00', 1, 0, '0000-00-00');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_aicontactsafe_statuses`
-CREATE TABLE `jos_aicontactsafe_statuses` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(20) NOT NULL default '',
`color` varchar(10) NOT NULL default '#FFFFFF',
`ordering` int(11) NOT NULL default '0',
`date_added` datetime NOT NULL default '0000-00-00 00:00:00',
`last_update` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) unsigned NOT NULL default '1',
`checked_out` tinyint(1) unsigned NOT NULL default '0',
`checked_out_time` date NOT NULL default '0000-00-00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
--- Volcado de datos para la tabla `jos_aicontactsafe_statuses`
-INSERT INTO `jos_aicontactsafe_statuses` (`id`, `name`, `color`, `ordering`, `da
te_added`, `last_update`, `published`, `checked_out`, `checked_out_time`) VALUES
(1, 'New', '#FF0000', 1, '2011-08-31 10:55:04', '2011-08-31 10:55:04', 1, 0, '00
00-00-00'),
(2, 'Read', '#000000', 2, '2011-08-31 10:55:04', '2011-08-31 10:55:04', 1, 0, '0
000-00-00'),
(3, 'Replied', '#009900', 3, '2011-08-31 10:55:04', '2011-08-31 10:55:04', 1, 0,
'0000-00-00'),
(4, 'Archived', '#CCCCCC', 4, '2011-08-31 10:55:04', '2011-08-31 10:55:04', 1, 0
, '0000-00-00');

-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_assets`


-CREATE TABLE `jos_assets` (
`id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key',
`parent_id` int(11) NOT NULL default '0' COMMENT 'Nested set parent.',
`lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.',
`level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree
.',
`name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_asset_name` (`name`),
KEY `idx_lft_rgt` (`lft`,`rgt`),
KEY `idx_parent_id` (`parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=202 ;
--- Volcado de datos para la tabla `jos_assets`
-INSERT INTO `jos_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `tit
le`, `rules`) VALUES
(1, 0, 1, 480, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"cor
e.login.admin":{"6":1},"core.login.offline":[],"core.admin":{"8":1},"core.manage
":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"
4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'),
(2, 1, 2, 3, 1, 'com_admin', 'com_admin', '{}'),
(3, 1, 4, 11, 1, 'com_banners', 'com_banners', '{"core.admin":{"7":1},"core.mana
ge":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[
]}'),
(4, 1, 12, 13, 1, 'com_cache', 'com_cache', '{"core.admin":{"7":1},"core.manage"
:{"7":1}}'),
(5, 1, 14, 15, 1, 'com_checkin', 'com_checkin', '{"core.admin":{"7":1},"core.man
age":{"7":1}}'),
(6, 1, 16, 17, 1, 'com_config', 'com_config', '{}'),
(7, 1, 18, 87, 1, 'com_contact', 'com_contact', '{"core.admin":{"7":1},"core.man
age":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":
[]}'),
(8, 1, 88, 353, 1, 'com_content', 'com_content', '{"core.admin":{"7":1},"core.ma
nage":{"6":1},"core.create":{"3":1},"core.delete":[],"core.edit":{"4":1},"core.e
dit.state":{"5":1},"core.edit.own":[]}'),
(9, 1, 354, 355, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 356, 357, 1, 'com_installer', 'com_installer', '{"core.admin":{"7":1},"c
ore.manage":{"7":1},"core.create":[],"core.delete":[],"core.edit.state":[]}'),
(11, 1, 358, 359, 1, 'com_languages', 'com_languages', '{"core.admin":{"7":1},"c
ore.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state
":[]}'),
(12, 1, 360, 361, 1, 'com_login', 'com_login', '{}'),
(13, 1, 362, 363, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 364, 365, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 366, 367, 1, 'com_media', 'com_media', '{"core.admin":{"7":1},"core.mana
ge":{"6":1},"core.create":{"3":1},"core.delete":{"5":1},"core.edit":[],"core.edi
t.state":[]}'),
(16, 1, 368, 369, 1, 'com_menus', 'com_menus', '{"core.admin":{"7":1},"core.mana

ge":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(17, 1, 37, 38, 1, 'com_messages', 'com_messages', '{"core.admin":{"7":1},"core.
manage":{"7":1}}'),
(18, 1, 372, 373, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1},"core.
manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]
}'),
(19, 1, 374, 381, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"c
ore.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.
state":[]}'),
(20, 1, 382, 383, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1},"core.
manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]
}'),
(21, 1, 384, 385, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1},"cor
e.manage":[]}'),
(22, 1, 386, 387, 1, 'com_search', 'com_search', '{"core.admin":{"7":1},"core.ma
nage":{"6":1}}'),
(23, 1, 388, 389, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1},"c
ore.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state
":[]}'),
(24, 1, 390, 391, 1, 'com_users', 'com_users', '{"core.admin":{"7":1},"core.mana
ge":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.own":{"6":1},
"core.edit.state":[]}'),
(25, 1, 392, 409, 1, 'com_weblinks', 'com_weblinks', '{"core.admin":{"7":1},"cor
e.manage":{"6":1},"core.create":{"3":1,"10":0,"12":0},"core.delete":[],"core.edi
t":{"4":1},"core.edit.state":{"5":1}}'),
(26, 1, 410, 411, 1, 'com_wrapper', 'com_wrapper', '{}'),
(39, 8, 109, 296, 2, 'com_content.category.14', 'Sample Data-Articles', '{"core.
create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(38, 25, 399, 400, 2, 'com_weblinks.category.13', 'Uncategorised', '{"core.creat
e":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(37, 19, 377, 378, 2, 'com_newsfeeds.category.12', 'Uncategorised', '{"core.crea
te":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(36, 7, 23, 24, 2, 'com_contact.category.11', 'Uncategorised', '{"core.create":[
],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(35, 3, 7, 8, 2, 'com_banners.category.10', 'Uncategorised', '{"core.create":[],
"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(34, 8, 105, 108, 2, 'com_content.category.9', 'Uncategorised', '{"core.create":
{"10":0,"12":0},"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(40, 3, 9, 10, 2, 'com_banners.category.15', 'Sample Data-Banners', '{"core.crea
te":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(41, 7, 25, 86, 2, 'com_contact.category.16', 'Sample Data-Contact', '{"core.cre
ate":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(42, 19, 379, 380, 2, 'com_newsfeeds.category.17', 'Sample Data-Newsfeeds', '{"c
ore.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(43, 25, 401, 408, 2, 'com_weblinks.category.18', 'Sample Data-Weblinks', '{"cor
e.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(44, 39, 110, 241, 3, 'com_content.category.19', 'Joomla!', '{"core.create":{"10
":0,"12":0},"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(45, 44, 111, 218, 4, 'com_content.category.20', 'Extensions', '{"core.create":[
],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(46, 45, 112, 127, 5, 'com_content.category.21', 'Components', '{"core.create":[
],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(47, 45, 128, 187, 5, 'com_content.category.22', 'Modules', '{"core.create":[],"
core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(48, 45, 188, 199, 5, 'com_content.category.23', 'Templates', '{"core.create":[]
,"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(49, 45, 200, 201, 5, 'com_content.category.24', 'Languages', '{"core.create":[]
,"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(50, 45, 202, 217, 5, 'com_content.category.25', 'Plugins', '{"core.create":[],"
core.delete":[],"core.edit":[],"core.edit.state":[]}'),

(51, 39, 242, 275, 3, 'com_content.category.26', 'Park Site', '{"core.create":{"


10":0,"12":0},"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(52, 51, 243, 248, 4, 'com_content.category.27', 'Park Blog', '{"core.create":[]
,"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(53, 51, 249, 272, 4, 'com_content.category.28', 'Photo Gallery', '{"core.create
":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(54, 39, 276, 289, 3, 'com_content.category.29', 'Fruit Shop Site', '{"core.crea
te":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(55, 54, 277, 282, 4, 'com_content.category.30', 'Growers', '{"core.create":{"12
":0},"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":{"10":
1}}'),
(56, 43, 402, 403, 3, 'com_weblinks.category.31', 'Park Links', '{"core.create":
[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(57, 43, 404, 407, 3, 'com_weblinks.category.32', 'Joomla! Specific Links', '{"c
ore.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(58, 57, 405, 406, 4, 'com_weblinks.category.33', 'Other Resources', '{"core.cre
ate":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(59, 41, 26, 27, 3, 'com_contact.category.34', 'Park Site', '{"core.create":[],"
core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(60, 41, 28, 85, 3, 'com_contact.category.35', 'Shop Site', '{"core.create":[],"
core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(61, 60, 29, 30, 4, 'com_contact.category.36', 'Staff', '{"core.create":[],"core
.delete":[],"core.edit":[],"core.edit.state":[]}'),
(62, 60, 31, 84, 4, 'com_contact.category.37', 'Fruit Encyclopedia', '{"core.cre
ate":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(63, 62, 32, 33, 5, 'com_contact.category.38', 'A', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(64, 62, 34, 35, 5, 'com_contact.category.39', 'B', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(65, 62, 36, 37, 5, 'com_contact.category.40', 'C', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(66, 62, 38, 39, 5, 'com_contact.category.41', 'D', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(67, 62, 40, 41, 5, 'com_contact.category.42', 'E', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(68, 62, 42, 43, 5, 'com_contact.category.43', 'F', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(69, 62, 44, 45, 5, 'com_contact.category.44', 'G', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(70, 62, 46, 47, 5, 'com_contact.category.45', 'H', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(71, 62, 48, 49, 5, 'com_contact.category.46', 'I', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(72, 62, 50, 51, 5, 'com_contact.category.47', 'J', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(73, 62, 52, 53, 5, 'com_contact.category.48', 'K', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(74, 62, 54, 55, 5, 'com_contact.category.49', 'L', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(75, 62, 56, 57, 5, 'com_contact.category.50', 'M', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(76, 62, 58, 59, 5, 'com_contact.category.51', 'N', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(77, 62, 60, 61, 5, 'com_contact.category.52', 'O', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(78, 62, 62, 63, 5, 'com_contact.category.53', 'P', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(79, 62, 64, 65, 5, 'com_contact.category.54', 'Q', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(80, 62, 66, 67, 5, 'com_contact.category.55', 'R', '{"core.create":[],"core.del

ete":[],"core.edit":[],"core.edit.state":[]}'),
(81, 62, 68, 69, 5, 'com_contact.category.56', 'S', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(82, 62, 70, 71, 5, 'com_contact.category.57', 'T', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(83, 62, 72, 73, 5, 'com_contact.category.58', 'U', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(84, 62, 74, 75, 5, 'com_contact.category.59', 'V', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(85, 62, 76, 77, 5, 'com_contact.category.60', 'W', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(86, 62, 78, 79, 5, 'com_contact.category.61', 'X', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(87, 62, 80, 81, 5, 'com_contact.category.62', 'Y', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(88, 62, 82, 83, 5, 'com_contact.category.63', 'Z', '{"core.create":[],"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(89, 46, 113, 114, 6, 'com_content.article.1', 'Administrator Components', '{"co
re.delete":[],"core.edit":[],"core.edit.state":[]}'),
(90, 93, 130, 131, 7, 'com_content.article.2', 'Archive Module', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(91, 93, 132, 133, 7, 'com_content.article.3', 'Article Categories Module', '{"c
ore.delete":[],"core.edit":[],"core.edit.state":[]}'),
(92, 93, 134, 135, 7, 'com_content.article.4', 'Articles Category Module', '{"co
re.delete":[],"core.edit":[],"core.edit.state":[]}'),
(93, 47, 129, 144, 6, 'com_content.category.64', 'Content Modules', '{"core.crea
te":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(94, 47, 145, 152, 6, 'com_content.category.65', 'User Modules', '{"core.create"
:[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(95, 47, 153, 166, 6, 'com_content.category.66', 'Display Modules', '{"core.crea
te":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(96, 47, 167, 178, 6, 'com_content.category.67', 'Utility Modules', '{"core.crea
te":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(97, 48, 189, 190, 6, 'com_content.category.68', 'Atomic', '{"core.create":[],"c
ore.delete":[],"core.edit":[],"core.edit.state":[]}'),
(98, 48, 191, 192, 6, 'com_content.category.69', 'Beez 20', '{"core.create":[],"
core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(99, 48, 193, 194, 6, 'com_content.category.70', 'Beez5', '{"core.create":[],"co
re.delete":[],"core.edit":[],"core.edit.state":[]}'),
(100, 48, 195, 196, 6, 'com_content.category.71', 'Milky Way', '{"core.create":[
],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(101, 50, 203, 204, 6, 'com_content.article.5', 'Authentication', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(102, 51, 273, 274, 4, 'com_content.article.6', 'Australian Parks ', '{"core.del
ete":[],"core.edit":{"2":1},"core.edit.state":[]}'),
(103, 95, 154, 155, 7, 'com_content.article.7', 'Banner Module', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(104, 44, 219, 220, 4, 'com_content.article.8', 'Beginners', '{"core.delete":[],
"core.edit":[],"core.edit.state":[]}'),
(105, 46, 115, 116, 6, 'com_content.article.9', 'Contact', '{"core.delete":[],"c
ore.edit":[],"core.edit.state":[]}'),
(106, 46, 117, 118, 6, 'com_content.article.10', 'Content', '{"core.delete":[],"
core.edit":[],"core.edit.state":[]}'),
(107, 109, 263, 264, 6, 'com_content.article.11', 'Cradle Mountain', '{"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(108, 53, 250, 261, 5, 'com_content.category.72', 'Animals', '{"core.create":[],
"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(109, 53, 262, 271, 5, 'com_content.category.73', 'Scenery', '{"core.create":[],
"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(110, 95, 156, 157, 7, 'com_content.article.12', 'Custom HTML Module', '{"core.d

elete":[],"core.edit":[],"core.edit.state":[]}'),
(111, 54, 283, 284, 4, 'com_content.article.13', 'Directions', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(112, 50, 205, 206, 6, 'com_content.article.14', 'Editors', '{"core.delete":[],"
core.edit":[],"core.edit.state":[]}'),
(113, 50, 207, 208, 6, 'com_content.article.15', 'Editors-xtd', '{"core.delete":
[],"core.edit":[],"core.edit.state":[]}'),
(114, 95, 158, 159, 7, 'com_content.article.16', 'Feed Display', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(115, 52, 244, 245, 5, 'com_content.article.17', 'First Blog Post', '{"core.dele
te":[],"core.edit":[],"core.edit.state":[]}'),
(116, 52, 246, 247, 5, 'com_content.article.18', 'Second Blog Post', '{"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(117, 95, 160, 161, 7, 'com_content.article.19', 'Footer Module', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(118, 54, 285, 286, 4, 'com_content.article.20', 'Fruit Shop', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(119, 44, 221, 222, 4, 'com_content.article.21', 'Getting Help', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(120, 44, 223, 224, 4, 'com_content.article.22', 'Getting Started', '{"core.dele
te":[],"core.edit":[],"core.edit.state":[]}'),
(121, 55, 278, 279, 5, 'com_content.article.23', 'Happy Orange Orchard', '{"core
.delete":[],"core.edit":[],"core.edit.state":[]}'),
(122, 44, 225, 226, 4, 'com_content.article.24', 'Joomla!', '{"core.delete":[],"
core.edit":[],"core.edit.state":[]}'),
(123, 108, 251, 252, 6, 'com_content.article.25', 'Koala', '{"core.delete":[],"c
ore.edit":[],"core.edit.state":[]}'),
(124, 96, 168, 169, 7, 'com_content.article.26', 'Language Switcher', '{"core.de
lete":[],"core.edit":[],"core.edit.state":[]}'),
(125, 93, 136, 137, 7, 'com_content.article.27', 'Latest Articles Module', '{"co
re.delete":[],"core.edit":[],"core.edit.state":[]}'),
(126, 94, 146, 147, 7, 'com_content.article.28', 'Login Module', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(127, 166, 182, 183, 7, 'com_content.article.29', 'Menu Module', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(128, 93, 138, 139, 7, 'com_content.article.30', 'Most Read Content', '{"core.de
lete":[],"core.edit":[],"core.edit.state":[]}'),
(129, 93, 140, 141, 7, 'com_content.article.31', 'News Flash', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(130, 44, 227, 228, 4, 'com_content.article.32', 'Parameters', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(131, 108, 253, 254, 6, 'com_content.article.33', 'Phyllopteryx', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(132, 109, 265, 266, 6, 'com_content.article.34', 'Pinnacles', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(133, 44, 229, 230, 4, 'com_content.article.35', 'Professionals', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(134, 95, 162, 163, 7, 'com_content.article.36', 'Random Image Module', '{"core.
delete":[],"core.edit":[],"core.edit.state":[]}'),
(135, 93, 142, 143, 7, 'com_content.article.37', 'Related Items Module', '{"core
.delete":[],"core.edit":[],"core.edit.state":[]}'),
(136, 44, 231, 232, 4, 'com_content.article.38', 'Galerias', '{"core.delete":[],
"core.edit":[],"core.edit.state":[]}'),
(137, 46, 119, 120, 6, 'com_content.article.39', 'Search', '{"core.delete":[],"c
ore.edit":[],"core.edit.state":[]}'),
(138, 96, 170, 171, 7, 'com_content.article.40', 'Search Module', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(139, 50, 209, 210, 6, 'com_content.article.41', 'Search ', '{"core.delete":[],"
core.edit":[],"core.edit.state":[]}'),
(140, 39, 290, 291, 3, 'com_content.article.42', 'Quienes Somos', '{"core.delete

":[],"core.edit":[],"core.edit.state":[]}'),
(141, 108, 255, 256, 6, 'com_content.article.43', 'Spotted Quoll', '{"core.delet
e":[],"core.edit":[],"core.edit.state":[]}'),
(142, 96, 172, 173, 7, 'com_content.article.44', 'Statistics Module', '{"core.de
lete":[],"core.edit":[],"core.edit.state":[]}'),
(143, 96, 174, 175, 7, 'com_content.article.45', 'Syndicate Module', '{"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(144, 50, 211, 212, 6, 'com_content.article.46', 'System', '{"core.delete":[],"c
ore.edit":[],"core.edit.state":[]}'),
(145, 44, 233, 234, 4, 'com_content.article.47', 'The Joomla! Community', '{"cor
e.delete":[],"core.edit":[],"core.edit.state":[]}'),
(146, 44, 235, 236, 4, 'com_content.article.48', 'The Joomla! Project', '{"core.
delete":[],"core.edit":[],"core.edit.state":[]}'),
(147, 48, 197, 198, 6, 'com_content.article.49', 'Typography', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(148, 44, 237, 238, 4, 'com_content.article.50', 'Upgraders', '{"core.delete":[]
,"core.edit":[],"core.edit.state":[]}'),
(149, 50, 213, 214, 6, 'com_content.article.51', 'User', '{"core.delete":[],"cor
e.edit":[],"core.edit.state":[]}'),
(150, 46, 121, 122, 6, 'com_content.article.52', 'Users', '{"core.delete":[],"co
re.edit":[],"core.edit.state":[]}'),
(151, 44, 239, 240, 4, 'com_content.article.53', 'Using Joomla!', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(152, 46, 123, 124, 6, 'com_content.article.54', 'Weblinks', '{"core.delete":[],
"core.edit":[],"core.edit.state":[]}'),
(153, 95, 164, 165, 7, 'com_content.article.55', 'Weblinks Module', '{"core.dele
te":[],"core.edit":[],"core.edit.state":[]}'),
(154, 94, 148, 149, 7, 'com_content.article.56', 'Who''s Online', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(155, 108, 257, 258, 6, 'com_content.article.57', 'Wobbegone', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(156, 55, 280, 281, 5, 'com_content.article.58', 'Wonderful Watermelon', '{"core
.delete":[],"core.edit":[],"core.edit.state":[]}'),
(157, 96, 176, 177, 7, 'com_content.article.59', 'Wrapper Module', '{"core.delet
e":[],"core.edit":[],"core.edit.state":[]}'),
(158, 46, 125, 126, 6, 'com_content.article.60', 'News Feeds', '{"core.delete":[
],"core.edit":[],"core.edit.state":[]}'),
(159, 166, 184, 185, 7, 'com_content.article.61', 'Breadcrumbs Module', '{"core.
delete":[],"core.edit":[],"core.edit.state":[]}'),
(160, 50, 215, 216, 6, 'com_content.article.62', 'Content', '{"core.delete":[],"
core.edit":[],"core.edit.state":[]}'),
(162, 109, 267, 268, 6, 'com_content.article.64', 'Blue Mountain Rain Forest', '
{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(163, 109, 269, 270, 6, 'com_content.article.65', 'Ormiston Pound', '{"core.dele
te":[],"core.edit":[],"core.edit.state":[]}'),
(165, 94, 150, 151, 7, 'com_content.article.66', 'Latest Users Module', '{"core.
delete":[],"core.edit":[],"core.edit.state":[]}'),
(166, 47, 181, 186, 6, 'com_content.category.75', 'Navigation Modules', '{"core.
create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":
[]}'),
(167, 54, 287, 288, 4, 'com_content.category.76', 'Recipes', '{"core.create":{"1
2":1,"10":1},"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own
":{"12":1,"10":1}}'),
(168, 34, 106, 107, 3, 'com_content.article.67', 'What''s New in 1.5?', '{"core.
delete":[],"core.edit":[],"core.edit.state":[]}'),
(169, 8, 297, 308, 2, 'com_content.category.77', 'Slideshow', '{"core.create":[]
,"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(170, 169, 298, 299, 3, 'com_content.article.68', 'Proteccin Catdica', '{"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(171, 169, 300, 301, 3, 'com_content.article.69', 'Ut et eros sed mi volutpat ve

stibulum', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(172, 169, 302, 303, 3, 'com_content.article.70', 'Diseo y Construccin de Plantas
de Tratamiento de Aguas Residuales', '{"core.delete":[],"core.edit":[],"core.edi
t.state":[]}'),
(173, 169, 304, 305, 3, 'com_content.article.71', 'Higiene Ocupacional', '{"core
.delete":[],"core.edit":[],"core.edit.state":[]}'),
(174, 169, 306, 307, 3, 'com_content.article.72', 'Emisiones Atmosfricas ', '{"co
re.delete":[],"core.edit":[],"core.edit.state":[]}'),
(175, 8, 309, 312, 2, 'com_content.category.78', 'Col1', '{"core.create":[],"cor
e.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(176, 8, 313, 316, 2, 'com_content.category.79', 'Col2', '{"core.create":[],"cor
e.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(177, 8, 317, 320, 2, 'com_content.category.80', 'Col3', '{"core.create":[],"cor
e.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(178, 175, 310, 311, 3, 'com_content.article.73', 'Top Read', '{"core.delete":[]
,"core.edit":[],"core.edit.state":[]}'),
(179, 176, 314, 315, 3, 'com_content.article.74', 'Our Services', '{"core.delete
":[],"core.edit":[],"core.edit.state":[]}'),
(180, 177, 318, 319, 3, 'com_content.article.75', 'Most Read ', '{"core.delete":
[],"core.edit":[],"core.edit.state":[]}'),
(181, 8, 321, 332, 2, 'com_content.category.81', 'Artitle', '{"core.create":[],"
core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(182, 39, 294, 295, 3, 'com_content.article.76', 'Duis tristique lacinia tincidu
nt', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(183, 181, 322, 323, 3, 'com_content.article.77', 'Elaboracin Ejemplo', '{"core.d
elete":[],"core.edit":[],"core.edit.state":[]}'),
(184, 181, 324, 325, 3, 'com_content.article.78', 'Caracterizacin Atmosfricas', '{
"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(185, 181, 326, 327, 3, 'com_content.article.79', 'Caracterizacin de chimeneas ',
'{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(186, 181, 328, 329, 3, 'com_content.article.80', 'Caracterizacin Atmosfericas',
'{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(187, 181, 330, 331, 3, 'com_content.article.81', 'Bienvenidos', '{"core.delete"
:[],"core.edit":[],"core.edit.state":[]}'),
(188, 108, 259, 260, 6, 'com_content.article.82', 'Parner', '{"core.delete":[],"
core.edit":[],"core.edit.state":[]}'),
(189, 1, 474, 475, 1, 'com_aicontactsafe', 'aicontactsafe', '{}'),
(190, 1, 476, 477, 1, 'com_oziogallery3', 'com_oziogallery3', '{}'),
(191, 8, 333, 352, 2, 'com_content.category.82', 'Nuestros Servicios', '{"core.c
reate":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[
]}'),
(192, 191, 334, 335, 3, 'com_content.article.83', 'Caracterizacin de Emisiones At
mosfricas ', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(193, 191, 336, 337, 3, 'com_content.article.84', 'Estudios de Ruido Perimetral
y Ocupacional', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(194, 191, 338, 339, 3, 'com_content.article.85', 'Mediciones de Polvo Respirabl
e y Polvo Total en ambientes de trabajo', '{"core.delete":[],"core.edit":[],"cor
e.edit.state":[]}'),
(195, 191, 340, 341, 3, 'com_content.article.86', 'Estudio de Iluminacin de Tipo
Laboral', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(196, 191, 342, 343, 3, 'com_content.article.87', 'Evaluaciones de Estrs Trmico ',
'{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(197, 191, 344, 345, 3, 'com_content.article.88', 'Diseo y Construccin de Plantas
de Tratamiento de Aguas Residuales. ', '{"core.delete":[],"core.edit":[],"core.e
dit.state":[]}'),
(198, 191, 346, 347, 3, 'com_content.article.89', 'Proteccin Catdica', '{"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(199, 191, 348, 349, 3, 'com_content.article.90', 'Proteccin Catdica', '{"core.del
ete":[],"core.edit":[],"core.edit.state":[]}'),
(200, 191, 350, 351, 3, 'com_content.article.91', 'Rehabilitacin de Tuberas sin Ne

cesidad de Excavar', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),


(201, 1, 478, 479, 1, 'com_jwebmessenger', 'jwebmessenger', '{}');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_banner_clients`
-CREATE TABLE `jos_banner_clients` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`contact` varchar(255) NOT NULL default '',
`email` varchar(255) NOT NULL default '',
`extrainfo` text NOT NULL,
`state` tinyint(3) NOT NULL default '0',
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`metakey` text NOT NULL,
`own_prefix` tinyint(4) NOT NULL default '0',
`metakey_prefix` varchar(255) NOT NULL default '',
`purchase_type` tinyint(4) NOT NULL default '-1',
`track_clicks` tinyint(4) NOT NULL default '-1',
`track_impressions` tinyint(4) NOT NULL default '-1',
PRIMARY KEY (`id`),
KEY `idx_own_prefix` (`own_prefix`),
KEY `idx_metakey_prefix` (`metakey_prefix`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--- Volcado de datos para la tabla `jos_banner_clients`
-INSERT INTO `jos_banner_clients` (`id`, `name`, `contact`, `email`, `extrainfo`,
`state`, `checked_out`, `checked_out_time`, `metakey`, `own_prefix`, `metakey_p
refix`, `purchase_type`, `track_clicks`, `track_impressions`) VALUES
(1, 'Joomla!', 'Administrator', 'email@email.com', '', 1, 0, '0000-00-00 00:00:0
0', '', 0, '', -1, -1, -1);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_banner_tracks`
-CREATE TABLE `jos_banner_tracks` (
`track_date` datetime NOT NULL,
`track_type` int(10) unsigned NOT NULL,
`banner_id` int(10) unsigned NOT NULL,
`count` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
KEY `idx_track_date` (`track_date`),
KEY `idx_track_type` (`track_type`),
KEY `idx_banner_id` (`banner_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_banners`

-CREATE TABLE `jos_banners` (


`id` int(11) NOT NULL auto_increment,
`cid` int(11) NOT NULL default '0',
`type` int(11) NOT NULL default '0',
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`imptotal` int(11) NOT NULL default '0',
`impmade` int(11) NOT NULL default '0',
`clicks` int(11) NOT NULL default '0',
`clickurl` varchar(200) NOT NULL default '',
`state` tinyint(3) NOT NULL default '0',
`catid` int(10) unsigned NOT NULL default '0',
`description` text NOT NULL,
`custombannercode` varchar(2048) NOT NULL,
`sticky` tinyint(1) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`metakey` text NOT NULL,
`params` text NOT NULL,
`own_prefix` tinyint(1) NOT NULL default '0',
`metakey_prefix` varchar(255) NOT NULL default '',
`purchase_type` tinyint(4) NOT NULL default '-1',
`track_clicks` tinyint(4) NOT NULL default '-1',
`track_impressions` tinyint(4) NOT NULL default '-1',
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`reset` datetime NOT NULL default '0000-00-00 00:00:00',
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`language` char(7) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `idx_state` (`state`),
KEY `idx_own_prefix` (`own_prefix`),
KEY `idx_metakey_prefix` (`metakey_prefix`),
KEY `idx_banner_catid` (`catid`),
KEY `idx_language` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
--- Volcado de datos para la tabla `jos_banners`
-INSERT INTO `jos_banners` (`id`, `cid`, `type`, `name`, `alias`, `imptotal`, `im
pmade`, `clicks`, `clickurl`, `state`, `catid`, `description`, `custombannercode
`, `sticky`, `ordering`, `metakey`, `params`, `own_prefix`, `metakey_prefix`, `p
urchase_type`, `track_clicks`, `track_impressions`, `checked_out`, `checked_out_
time`, `publish_up`, `publish_down`, `reset`, `created`, `language`) VALUES
(2, 1, 0, 'Shop 1', 'shop-1', 0, 16, 0, 'http://shop.joomla.org/amazoncom-bookst
ores.html', 1, 15, 'Get books about Joomla! at the Joomla! book shop.', '', 0, 1
, '', '{"imageurl":"images\\/banners\\/shop-ad-books.jpg","width":"","height":""
,"alt":"Joomla! Books"}', 0, '', -1, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2011-01-01 00:00:01',
'en-GB'),
(3, 1, 0, 'Shop 2', 'shop-2', 0, 22, 0, 'http://shop.joomla.org', 1, 15, 'T Shir
ts, caps and more from the Joomla! Shop.', '', 0, 2, '', '{"imageurl":"images\\/
banners\\/shop-ad.jpg","width":"","height":"","alt":"Joomla! Shop"}', 0, '', -1,
0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '
0000-00-00 00:00:00', '2011-01-01 00:00:01', 'en-GB'),

(4, 1, 0, 'Support Joomla!', 'support-joomla', 0, 19, 0, 'http://contribute.joom


la.org', 1, 15, 'Your contributions of time, talent and money make Joomla! possi
ble.', '', 0, 3, '', '{"imageurl":"images\\/banners\\/white.png","width":"","hei
ght":"","alt":""}', 0, '', -1, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'en-G
B');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_categories`
-CREATE TABLE `jos_categories` (
`id` int(11) NOT NULL auto_increment,
`asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets
table.',
`parent_id` int(10) unsigned NOT NULL default '0',
`lft` int(11) NOT NULL default '0',
`rgt` int(11) NOT NULL default '0',
`level` int(10) unsigned NOT NULL default '0',
`path` varchar(255) NOT NULL default '',
`extension` varchar(50) NOT NULL default '',
`title` varchar(255) NOT NULL,
`alias` varchar(255) NOT NULL default '',
`note` varchar(255) NOT NULL default '',
`description` varchar(5120) NOT NULL default '',
`published` tinyint(1) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`access` tinyint(3) unsigned NOT NULL default '0',
`params` text NOT NULL,
`metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.'
,
`metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
`metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
`created_user_id` int(10) unsigned NOT NULL default '0',
`created_time` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_user_id` int(10) unsigned NOT NULL default '0',
`modified_time` datetime NOT NULL default '0000-00-00 00:00:00',
`hits` int(10) unsigned NOT NULL default '0',
`language` char(7) NOT NULL,
PRIMARY KEY (`id`),
KEY `cat_idx` (`extension`,`published`,`access`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_path` (`path`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`),
KEY `idx_language` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=83 ;
--- Volcado de datos para la tabla `jos_categories`
-INSERT INTO `jos_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `leve
l`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `
checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `me
tadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`,

`hits`, `language`) VALUES


(1, 0, 0, 0, 145, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:
00:00', 1, '{}', '', '', '', 0, '2011-01-01 00:00:01', 0, '2011-01-01 00:00:01',
0, '*'),
(9, 34, 1, 131, 132, 1, 'uncategorised', 'com_content', 'Uncategorised', 'uncate
gorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', ''
, '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 42
, '2011-01-01 00:00:01', 0, '*'),
(10, 35, 1, 129, 130, 1, 'uncategorised', 'com_banners', 'Uncategorised', 'uncat
egorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":"","foo
bar":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(11, 36, 1, 125, 126, 1, 'uncategorised', 'com_contact', 'Uncategorised', 'uncat
egorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '
', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 0
, '2011-01-01 00:00:01', 0, '*'),
(12, 37, 1, 61, 62, 1, 'uncategorised', 'com_newsfeeds', 'Uncategorised', 'uncat
egorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '
', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 0
, '2011-01-01 00:00:01', 0, '*'),
(13, 38, 1, 57, 58, 1, 'uncategorised', 'com_weblinks', 'Uncategorised', 'uncate
gorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', ''
, '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 0,
'2011-01-01 00:00:01', 0, '*'),
(14, 39, 1, 9, 56, 1, 'sample-data-articles', 'com_content', 'Sample Data-Articl
es', 'sample-data-articles', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":
"","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '201101-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(15, 40, 1, 127, 128, 1, 'sample-data-banners', 'com_banners', 'Sample Data-Bann
ers', 'sample-data-banners', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":
"","image":"","foobar":""}', '', '', '{"page_title":"","author":"","robots":""}'
, 42, '2011-01-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(16, 41, 1, 63, 124, 1, 'sample-data-contact', 'com_contact', 'Sample Data-Conta
ct', 'sample-data-contact', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"
","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-0
1-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(17, 42, 1, 59, 60, 1, 'sample-data-newsfeeds', 'com_newsfeeds', 'Sample Data-Ne
wsfeeds', 'sample-data-newsfeeds', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"ta
rget":"","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42,
'2011-01-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(18, 43, 1, 1, 8, 1, 'sample-data-weblinks', 'com_weblinks', 'Sample Data-Weblin
ks', 'sample-data-weblinks', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":
"","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '201101-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(19, 44, 14, 10, 39, 2, 'sample-data-articles/joomla', 'com_content', 'Joomla!',
'joomla', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '
', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 4
2, '2011-01-01 00:00:01', 0, '*'),
(20, 45, 19, 11, 38, 3, 'sample-data-articles/joomla/extensions', 'com_content',
'Extensions', 'extensions', '', '<p>The Joomla! content management system lets
you create webpages of various types using extensions. There are 5 basic types o
f extensions: components, modules, templates, languages, and plugins. Your websi
te includes the extensions you need to create a basic website in English, but th
ousands of additional extensions of all types are available. The<a href="http://e
xtensions.joomla.org" style="color: #1b57b1; text-decoration: none; font-weight:
normal;">Joomla! Extensions Directory</a> is the largest directory of Joomla! e
xtensions.</p>', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '',
'', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 42,
'2011-01-01 00:00:01', 0, '*'),
(21, 46, 20, 12, 13, 4, 'sample-data-articles/joomla/extensions/components', 'co

m_content', 'Components', 'components', '', '<p><img src="administrator/template


s/bluestork/images/header/icon-48-component.png" class="image-left" alt="Compone
nt Image" />Components are larger extensions that produce the major content for
your site. Each component has one or more "views" that control how content is di
splayed.In the Joomla! administrator there are additional extensions suce as Men
us, Redirection, and the extension managers.</p>', 1, 0, '0000-00-00 00:00:00',
1, '{"target":"","image":""}', '', '', '{"page_title":"","author":"","robots":""
}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0, '*'),
(22, 47, 20, 14, 25, 4, 'sample-data-articles/joomla/extensions/modules', 'com_c
ontent', 'Modules', 'modules', '', '<p><img src="administrator/templates/bluesto
rk/images/header/icon-48-module.png" alt="Media Image" class="image-left" />Modu
les are small blocks of content that can be displayed in positions on a web page
. The menus on this site are displayed in modules. The core of Joomla! includes
17 separate modules ranging from login to search to random images. Each module h
as a name that starts mod_ but when it displays it has a title. In the descripti
ons in this section, the titles are the same as the names.</p>', 1, 0, '0000-0000 00:00:00', 1, '{"target":"","image":""}', '', '', '{"page_title":"","author":
"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0, '*'),
(23, 48, 20, 26, 33, 4, 'sample-data-articles/joomla/extensions/templates', 'com
_content', 'Templates', 'templates', '', '<p><img src="administrator/templates/b
luestork/images/header/icon-48-themes.png" border="0" alt="Media Image" align="l
eft" />Templates give your site its look and feel. They determine layout, colors
, type faces, graphics and other aspects of design that make your site unique. Y
our installation of Joomla comes prepackaged with four templates. <a href="http:
//help.joomla.org/proxy/index.php?option=com_help&keyref=Help16:Extensions_Templ
ate_Manager_Templates">Help</a></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"categor
y_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01
00:00:01', 42, '2011-01-10 04:42:02', 0, '*'),
(75, 166, 22, 23, 24, 5, 'sample-data-articles/joomla/extensions/modules/navigat
ion-modules', 'com_content', 'Navigation Modules', 'navigation-modules', '', '<p
>Navigation modules help your visitors move through your site and find what they
need.</p>\r\n<p>Menus provide your site with structure and help your visitors n
avigate your site. Although they are all based on the same menu module, the varie
ty of ways menus are used in the sample data show how flexible this module is.</
p>\r\n<p>A menu can range from extremely simple (for example the top menu or the
menu for the Australian Parks sample site) to extremely complex (for example th
e About Joomla! menu with its many levels). They can also be used for other type
s of presentation such as the site map linked from the "This Site" menu.</p>\r\n
<p>Breadcrumbs provide users with information about where they are in a site.</p
>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '',
'{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:0
1', 0, '*'),
(24, 49, 20, 34, 35, 4, 'sample-data-articles/joomla/extensions/languages', 'com
_content', 'Languages', 'languages', '', '<p><img src="administrator/templates/b
luestork/images/header/icon-48-language.png" border="0" alt="Languages Image" al
ign="left" />Joomla! installs in English, but translations of the interfaces, sa
mple data and help screens are available in dozens of languages. <a href="http:/
/help.joomla.org/proxy/index.php?option=com_help&keyref=Help16:Extensions_Langua
ge_Manager_Installed">Help</a></p>\r\n<p><a href="http://community.joomla.org/tr
anslations.html">Translation information</a></p>\r\n<p>If there is no language p
ack available for your language, instructions are available for creating your ow
n translation, which you can also contribute to the community by starting a tran
slation team to create an accredited translation.</p>\r\n<p>Translations of the
interfaces are installed using the extensions manager in the site administrator
and then managed using the language manager.</p>\r\n<p>If you have two or more l
anguages installed you may enable the language switcher plugin and module. They
should always be used together. If you create multilingual content and mark your
content, menu items or modules as in specific languages and follow <a href="htt
p://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6">the complete inst
ructions</a> your users will be able to select a specific content language using

the module. By default both the plugin and module are disabled.</p>\r\n<p>There
are a number of extensions that can help you manage translations of content ava
ilable in the<a href="http://extensions.joomla.org"> Joomla! Extensions Director
y</a>.</p>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}'
, '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-1
0 04:07:45', 0, '*'),
(25, 50, 20, 36, 37, 4, 'sample-data-articles/joomla/extensions/plugins', 'com_c
ontent', 'Plugins', 'plugins', '', '<p><img src="administrator/templates/bluesto
rk/images/header/icon-48-plugin.png" border="0" alt="Plugin Image" align="left"
/>Plugins are small task oriented extensions that enhance the Joomla! framework.
Some are associated with particular extensions and others, such as editors, are
used across all of Joomla!. Most beginning users do not need to change any of t
he plugins that install with Joomla!. <a href="http://help.joomla.org/proxy/inde
x.php?option=com_help&keyref=Help16:Extensions_Plugin_Manager_Edit">Help</a></p>
', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '',
'{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-10 04:05:05
', 0, '*'),
(26, 51, 14, 40, 49, 2, 'sample-data-articles/park-site', 'com_content', 'Park S
ite', 'park-site', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image"
:""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:0
0:01', 42, '2011-01-01 00:00:01', 0, 'en-GB'),
(27, 52, 26, 41, 42, 3, 'sample-data-articles/park-site/park-blog', 'com_content
', 'Park Blog', 'park-blog', '', '<p><span style="font-size: 12px;">Here is wher
e I will blog all about the parks of Australia.</span></p>\r\n<p><em>You can mak
e a blog on your website by creating a category to write you blog posts in (this
one is called Park Blog). Each blog post will be an article in that category. I
f you make a category blog menu link with 1 column it will look like this page,
if you display the category description (this part) displayed. </em></p>\r\n<p><
em>To enhance your blog you may want to add extensions for<a href="http://extensio
ns.joomla.org/extensions/contacts-and-feedback/articles-comments" style="color:
#1b57b1; text-decoration: none; font-weight: normal;">comments</a>,<a href="http
://extensions.joomla.org/extensions/social-web" style="color: #1b57b1; text-deco
ration: none; font-weight: normal;"> interacting with social network sites</a>,<a
href="http://extensions.joomla.org/extensions/content-sharing" style="color: #1
b57b1; text-decoration: none; font-weight: normal;">tagging</a>, and<a href="http
://extensions.joomla.org/extensions/content-sharing" style="color: #1b57b1; text
-decoration: none; font-weight: normal;">keeping in contact with your readers</a
>.You will also enable the syndication that is included in Joomla! (in the Integrat
ion Options set Show Feed Link to Show an make sure to display the syndication m
odule on the page).</em></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layou
t":"","image":"images\\/sampledata\\/parks\\/banner_cradle.jpg"}', '', '', '{"au
thor":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0,
'en-GB'),
(28, 53, 26, 43, 48, 3, 'sample-data-articles/park-site/photo-gallery', 'com_con
tent', 'Photo Gallery', 'photo-gallery', '', '<p><img src="images/sampledata/par
ks/banner_cradle.jpg" border="0" /></p>\r\n<p>These are my photos from parks I h
ave visited (I didn''t take them, they are all from <a href="http://commons.wiki
media.org/wiki/Main_Page">Wikimedia Commons</a>).</p>\r\n<p><em>This shows you h
ow to make a simple image gallery using articles in com_content. </em></p>\r\n<p
><em>In each article put a thumbnail image before a "readmore" and the full size
image after it. Set the article to Show Intro Text: Hide. </em></p>', 1, 0, '00
00-00-00 00:00:00', 1, '{"target":"","image":""}', '', '', '{"page_title":"","au
thor":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0,
'en-GB'),
(29, 54, 14, 50, 55, 2, 'sample-data-articles/fruit-shop-site', 'com_content', '
Fruit Shop Site', 'fruit-shop-site', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"
target":"","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42
, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0, '*'),
(30, 55, 29, 51, 52, 3, 'sample-data-articles/fruit-shop-site/growers', 'com_con
tent', 'Growers', 'growers', '', '<p>We search the whole countryside for the bes

t fruit growers.</p>\r\n<p><em>You can let each supplier have a page that he or


she can edit. To see this in action you will need to create a users who is in th
e suppliers group. <br />Create one page in the growers category for that user an
d make that supplier the author of the page. That user will be able to edit his o
r her page. </em></p>\r\n<p><em>This illustrates the use of the Edit Own permiss
ion. </em></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":
""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '201101-01 00:00:01', 0, '*'),
(31, 56, 18, 2, 3, 2, 'sample-data-weblinks/park-links', 'com_weblinks', 'Park L
inks', 'park-links', '', '<p>Here are links to some of my favorite parks.</p>\r\
n<p><em>The weblinks component provides an easy way to make links to external si
tes that are consistently formatted and categorised. You can create weblinks fro
m the front end of your site.</em></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"cate
gory_layout":"","image":"images\\/sampledata\\/parks\\/banner_cradle.jpg"}', '',
'', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:
00:01', 0, 'en-GB'),
(32, 57, 18, 4, 7, 2, 'sample-data-weblinks/joomla-specific-links', 'com_weblink
s', 'Joomla! Specific Links', 'joomla-specific-links', '', '<p><div style="fontfamily: Tahoma, Helvetica, Arial, sans-serif; font-size: 76%; background-color:
#ffffff; background-image: initial; background-attachment: initial; background-o
rigin: initial; background-clip: initial; line-height: 1.3em; color: #333333;"><
p>A selection of links that are all related to the Joomla! Project.</p></div></p
>', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '', '', '{"page_
title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '2011-01-01 0
0:00:01', 0, '*'),
(33, 58, 32, 5, 6, 3, 'sample-data-weblinks/joomla-specific-links/other-resource
s', 'com_weblinks', 'Other Resources', 'other-resources', '', '', 1, 0, '0000-00
-00 00:00:00', 1, '{"target":"","image":""}', '', '', '{"page_title":"","author"
:"","robots":""}', 42, '2011-01-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(34, 59, 16, 64, 65, 2, 'sample-data-contact/park-site', 'com_contact', 'Park Si
te', 'park-site', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":
""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:00
:01', 42, '2011-01-01 00:00:01', 0, 'en-GB'),
(35, 60, 16, 66, 123, 2, 'sample-data-contact/shop-site', 'com_contact', 'Shop S
ite', 'shop-site', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image"
:""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:0
0:01', 0, '2011-01-01 00:00:01', 0, '*'),
(36, 61, 35, 67, 68, 3, 'sample-data-contact/shop-site/staff', 'com_contact', 'S
taff', 'staff', '', '<p>Please feel free to contact our staff at any time should
you need assistance.</p>', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image
":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01 00:
00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(37, 62, 35, 69, 122, 3, 'sample-data-contact/shop-site/fruit-encyclopedia', 'co
m_contact', 'Fruit Encyclopedia', 'fruit-encyclopedia', '', '<p></p><p>Our direct
ory of information about different kinds of fruit.</p><p>We love fruit and want
the world to know more about all of its many varieties.</p><p>Although it is sma
ll now, we work on it whenever we have a chance.</p><p>All of the images can be
found in <a href="http://commons.wikimedia.org/wiki/Main_Page">Wikimedia Commons
</a>.</p><p><img src="images/sampledata/fruitshop/apple.jpg" border="0" alt="App
les" title="Apples" /></p><p><em>This encyclopedia is implemented using the cont
act component, each fruit a separate contact and a category for each letter. A C
SS style is used to create the horizontal layout of the alphabet headings. </em>
</p><p><em>If you wanted to, you could allow some users (such as your growers) t
o have access to just this category in the contact component and let them help y
ou to create new content for the encyclopedia.</em></p><p></p>', 1, 0, '0000-00-0
0 00:00:00', 1, '{"target":"","image":""}', '', '', '{"page_title":"","author":"
","robots":""}', 42, '2011-01-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(38, 63, 37, 70, 71, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/a', 'c
om_contact', 'A', 'a', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01

00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),


(39, 64, 37, 72, 73, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/b', 'c
om_contact', 'B', 'b', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(40, 65, 37, 74, 75, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/c', 'c
om_contact', 'C', 'c', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(41, 66, 37, 76, 77, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/d', 'c
om_contact', 'D', 'd', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(42, 67, 37, 78, 79, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/e', 'c
om_contact', 'E', 'e', '', '', 0, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(43, 68, 37, 80, 81, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/f', 'c
om_contact', 'F', 'f', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(44, 69, 37, 82, 83, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/g', 'c
om_contact', 'G', 'g', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(45, 70, 37, 84, 85, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/h', 'c
om_contact', 'H', 'h', '', '', 0, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(46, 71, 37, 86, 87, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/i', 'c
om_contact', 'I', 'i', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(47, 72, 37, 88, 89, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/j', 'c
om_contact', 'J', 'j', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(48, 73, 37, 90, 91, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/k', 'c
om_contact', 'K', 'k', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(49, 74, 37, 92, 93, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/l', 'c
om_contact', 'L', 'l', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(50, 75, 37, 94, 95, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/m', 'c
om_contact', 'M', 'm', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(51, 76, 37, 96, 97, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/n', 'c
om_contact', 'N', 'n', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(52, 77, 37, 98, 99, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/o', 'c
om_contact', 'O', 'o', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","im
age":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-01
00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(53, 78, 37, 100, 101, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/p',
'com_contact', 'P', 'p', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0

1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),


(54, 79, 37, 102, 103, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/q',
'com_contact', 'Q', 'q', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(55, 80, 37, 104, 105, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/r',
'com_contact', 'R', 'r', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(56, 81, 37, 106, 107, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/s',
'com_contact', 'S', 's', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(57, 82, 37, 108, 109, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/t',
'com_contact', 'T', 't', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(58, 83, 37, 110, 111, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/u',
'com_contact', 'U', 'u', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(59, 84, 37, 112, 113, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/v',
'com_contact', 'V', 'v', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(60, 85, 37, 114, 115, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/w',
'com_contact', 'W', 'w', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(61, 86, 37, 116, 117, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/x',
'com_contact', 'X', 'x', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(62, 87, 37, 118, 119, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/y',
'com_contact', 'Y', 'y', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(63, 88, 37, 120, 121, 4, 'sample-data-contact/shop-site/fruit-encyclopedia/z',
'com_contact', 'Z', 'z', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","
image":""}', '', '', '{"page_title":"","author":"","robots":""}', 42, '2011-01-0
1 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(64, 93, 22, 15, 16, 5, 'sample-data-articles/joomla/extensions/modules/articles
-modules', 'com_content', 'Content Modules', 'articles-modules', '', '<p>Content
modules display article and other information from the content component.</p>',
1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '', '', '{"page_tit
le":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-01-01 00:
00:01', 0, '*'),
(65, 94, 22, 17, 18, 5, 'sample-data-articles/joomla/extensions/modules/user-mod
ules', 'com_content', 'User Modules', 'user-modules', '', '<p>User modules inter
act with the user system, allowing users to login, showing who is logged in, and
showing the most recently registered users.</p>', 1, 0, '0000-00-00 00:00:00',
1, '{"target":"","image":""}', '', '', '{"page_title":"","author":"","robots":""
}', 42, '2011-01-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(66, 95, 22, 19, 20, 5, 'sample-data-articles/joomla/extensions/modules/displaymodules', 'com_content', 'Display Modules', 'display-modules', '', '<p>These mod
ules display information from components other than content and user. These incl
ude weblinks, news feeds and the media manager.</p>', 1, 0, '0000-00-00 00:00:00
', 1, '{"target":"","image":""}', '', '', '{"page_title":"","author":"","robots"
:""}', 42, '2011-01-01 00:00:01', 0, '2011-01-01 00:00:01', 0, '*'),
(67, 96, 22, 21, 22, 5, 'sample-data-articles/joomla/extensions/modules/utility-

modules', 'com_content', 'Utility Modules', 'utility-modules', '', '<p>Utility m


odules provide useful functionality such as search, syndication, and statistics.
</p>', 1, 0, '0000-00-00 00:00:00', 1, '{"target":"","image":""}', '', '', '{"pa
ge_title":"","author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '2011-01-0
1 00:00:01', 0, '*'),
(68, 97, 23, 31, 32, 5, 'sample-data-articles/joomla/extensions/templates/atomic
', 'com_content', 'Atomic', 'atomic', '', '<p>Atomic is a minimal template desig
ned to be a skeleton for making your own template and to learn about Joomla! tem
plating.</p>\r\n<p><img src="templates/atomic/template_thumbnail.png" border="0"
alt="The Atomic Template" style="border: 0; float: right;" /></p>\r\n<p></p>\r\n
<ul>\r\n<li><a href="index.php?Itemid=285">Home Page</a></li>\r\n<li><a href="in
dex.php?Itemid=316">Typography</a></li>\r\n</ul>\r\n<p></p>\r\n<p></p>\r\n<p><br /
><br /></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}
', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 42, '2011-0101 00:00:01', 0, '*'),
(69, 98, 23, 27, 28, 5, 'sample-data-articles/joomla/extensions/templates/beez-2
0', 'com_content', 'Beez 20', 'beez-20', '', '<p><img src="templates/beez_20/tem
plate_thumbnail.png" border="0" alt="Beez_20 thumbnail" align="right" style="flo
at: right; margin: 5px,80px,5px,25px;" /></p>\r\n<p>Beez 2.0 is a versatile, eas
y to customize template that works for a variety of sites. It meets major access
ibilitystandards and demonstrates a range of css and javascript techniques. It is
the default template that installs with Joomla!</p>\r\n<ul>\r\n<li><a href="ind
ex.php?Itemid=424">Home Page</a></li>\r\n<li><a href="index.php?Itemid=423">Typo
graphy</a></li>\r\n</ul>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"
","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01',
42, '2011-01-01 00:00:01', 0, '*'),
(70, 99, 23, 29, 30, 5, 'sample-data-articles/joomla/extensions/templates/beez5'
, 'com_content', 'Beez5', 'beez5', '', '<p><img src="templates/beez5/template_th
umbnail.png" border="0" alt="Beez5 Thumbnail" align="right" style="float: right;
" /></p>\r\n<p></p>\r\n<p>Beez 5 is an html5 implementation of a Joomla! template
. It uses a number of html5 techniques to enhance the presentation of a site. It
is used as the template for the Fruit Shop sample site.</p>\r\n<ul>\r\n<li><a h
ref="index.php?Itemid=458">Home Page</a></li>\r\n<li><a href="index.php?Itemid=4
57">Typography</a></li>\r\n</ul>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_l
ayout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:
00:01', 42, '2011-01-01 00:00:01', 0, '*'),
(72, 108, 28, 44, 45, 4, 'sample-data-articles/park-site/photo-gallery/animals',
'com_content', 'Animals', 'animals', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{
"target":"","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 4
2, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0, 'en-GB'),
(73, 109, 28, 46, 47, 4, 'sample-data-articles/park-site/photo-gallery/scenery',
'com_content', 'Scenery', 'scenery', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{
"target":"","image":""}', '', '', '{"page_title":"","author":"","robots":""}', 4
2, '2011-01-01 00:00:01', 42, '2011-01-01 00:00:01', 0, 'en-GB'),
(76, 167, 29, 53, 54, 3, 'sample-data-articles/fruit-shop-site/recipes', 'com_co
ntent', 'Recipes', 'recipes', '', '<p>Customers and suppliers can post their fav
orite recipes for fruit here.</p>\r\n<p>A good idea is to promote the use of met
adata keywords to make finding other recipes for the same fruit easier.</p>\r\n<
p><em>To see this in action, create a user assigned to the customer group and a
user assigned to the suppliers group. These users will be able to create their o
wn recipe pages and edit those pages. The will not be able to edit other users''
pages.</em><br /><br /></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layou
t":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:0
1', 42, '2011-01-01 00:00:01', 0, '*'),
(77, 169, 1, 133, 134, 1, 'slideshow', 'com_content', 'Slideshow', 'slideshow',
'', '<p><span class="Apple-style-span" style="color: #666666; font-family: Arial
, Helvetica, sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 1px
; -webkit-border-vertical-spacing: 1px; line-height: normal;"><a href="../zt-hem
i/administrator/index.php?option=com_categories&section=com_content&task=edit&ci
d[]=36&type=content" style="color: #0b55c4; text-decoration: none; padding: 0px;

margin: 0px;">Slideshow</a></span></p>', 1, 0, '0000-00-00 00:00:00', 1, '{"cat


egory_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-07
-09 02:02:40', 0, '0000-00-00 00:00:00', 0, '*'),
(78, 175, 1, 135, 136, 1, 'col1', 'com_content', 'Col1', 'col1', '', '', 1, 0, '
0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author"
:"","robots":""}', 42, '2011-07-09 02:11:23', 0, '0000-00-00 00:00:00', 0, '*'),
(79, 176, 1, 137, 138, 1, 'col2', 'com_content', 'Col2', 'col2', '', '', 1, 0, '
0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author"
:"","robots":""}', 42, '2011-07-09 02:11:38', 0, '0000-00-00 00:00:00', 0, '*'),
(80, 177, 1, 139, 140, 1, 'col3', 'com_content', 'Col3', 'col3', '', '', 1, 0, '
0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author"
:"","robots":""}', 42, '2011-07-09 02:11:53', 0, '0000-00-00 00:00:00', 0, '*'),
(81, 181, 1, 141, 142, 1, 'artitle', 'com_content', 'Artitle', 'artitle', '', ''
, 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '
{"author":"","robots":""}', 42, '2011-07-09 04:17:41', 0, '0000-00-00 00:00:00',
0, '*'),
(82, 191, 1, 143, 144, 1, 'nuestros', 'com_content', 'Nuestros Servicios', 'nues
tros', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""
}', '', '', '{"author":"","robots":""}', 42, '2011-08-31 18:30:13', 0, '0000-0000 00:00:00', 0, '*');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_contact_details`
-CREATE TABLE `jos_contact_details` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`con_position` varchar(255) default NULL,
`address` text,
`suburb` varchar(100) default NULL,
`state` varchar(100) default NULL,
`country` varchar(100) default NULL,
`postcode` varchar(100) default NULL,
`telephone` varchar(255) default NULL,
`fax` varchar(255) default NULL,
`misc` mediumtext,
`image` varchar(255) default NULL,
`imagepos` varchar(20) default NULL,
`email_to` varchar(255) default NULL,
`default_con` tinyint(1) unsigned NOT NULL default '0',
`published` tinyint(1) NOT NULL default '0',
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
`params` text NOT NULL,
`user_id` int(11) NOT NULL default '0',
`catid` int(11) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`mobile` varchar(255) NOT NULL default '',
`webpage` varchar(255) NOT NULL default '',
`sortname1` varchar(255) NOT NULL,
`sortname2` varchar(255) NOT NULL,
`sortname3` varchar(255) NOT NULL,
`language` char(7) NOT NULL,
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL default '0',

`created_by_alias` varchar(255) NOT NULL default '',


`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL default '0',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`metadata` text NOT NULL,
`featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is
featured.',
`xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to e
xternal data sets.',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`published`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_featured_catid` (`featured`,`catid`),
KEY `idx_language` (`language`),
KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
--- Volcado de datos para la tabla `jos_contact_details`
-INSERT INTO `jos_contact_details` (`id`, `name`, `alias`, `con_position`, `addre
ss`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `imag
e`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_
out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpag
e`, `sortname1`, `sortname2`, `sortname3`, `language`, `created`, `created_by`,
`created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`
, `featured`, `xreference`, `publish_up`, `publish_down`) VALUES
(1, 'Contact Name Here', 'name', 'Position', 'Street Address', 'Suburb', 'State'
, 'Country', 'Zip Code', 'Telephone', 'Fax', '<p>Information about or by the con
tact.</p>', 'images/powered_by.png', 'top', '', 1, 0, 0, '0000-00-00 00:00:00',
1, '{"show_contact_category":"","show_contact_list":"","presentation_style":"","
show_name":"","show_position":"","show_email":"0","show_street_address":"0","sho
w_suburb":"","show_state":"","show_postcode":"","show_country":"","show_telephon
e":"0","show_mobile":"","show_fax":"","show_webpage":"","show_misc":"","show_ima
ge":"","allow_vcard":"","show_articles":"","show_profile":"","show_links":"1","l
inka_name":"Twitter","linka":"http:\\/\\/twitter.com\\/joomla","linkb_name":"You
Tube","linkb":"http:\\/\\/www.youtube.com\\/user\\/joomla","linkc_name":"Faceboo
k","linkc":"http:\\/\\/www.facebook.com\\/joomla","linkd_name":"FriendFeed","lin
kd":"http:\\/\\/friendfeed.com\\/joomla","linke_name":"Scribed","linke":"http:\\
/\\/www.scribd.com\\/people\\/view\\/504592-joomla","contact_layout":"","show_em
ail_form":"","show_email_copy":"","banned_email":"","banned_subject":"","banned_
text":"","validate_session":"","custom_reply":"","redirect":""}', 0, 16, 1, '',
'', 'last', 'first', 'middle', 'en-GB', '2011-01-01 00:00:01', 0, '', '2011-08-3
1 14:02:33', 42, '', '', '{"robots":"","rights":""}', 1, '', '0000-00-00 00:00:0
0', '0000-00-00 00:00:00'),
(2, 'Webmaster', 'webmaster', '', '', '', '', '', '', '', '', '', '', NULL, 'web
master@example.com', 0, 1, 0, '0000-00-00 00:00:00', 1, '{"show_contact_category
":"","show_contact_list":"","presentation_style":"","show_name":"","show_positio
n":"","show_email":"","show_street_address":"","show_suburb":"","show_state":"",
"show_postcode":"","show_country":"","show_telephone":"","show_mobile":"","show_
fax":"","show_webpage":"","show_misc":"","show_image":"","allow_vcard":"","show_
articles":"","show_profile":"","show_links":"","linka_name":"","linka":"","linkb
_name":"","linkb":"","linkc_name":"","linkc":"","linkd_name":"","linkd":"","link

e_name":"","linke":"","contact_layout":"","show_email_form":"1","show_email_copy
":"1","banned_email":"","banned_subject":"","banned_text":"","validate_session":
"1","custom_reply":"","redirect":""}', 0, 34, 1, '', '', '', '', '', 'en-GB', '2
011-01-01 00:00:01', 0, '', '2011-08-31 14:03:04', 42, '', '', '{"robots":"","ri
ghts":""}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 'Owner', 'owner', '', '', '', '', '', '', '', '', '<p>I''m the owner of this
store.</p>', '', NULL, '', 0, 1, 0, '0000-00-00 00:00:00', 2, '{"show_contact_c
ategory":"","show_contact_list":"","presentation_style":"","show_name":"","show_
position":"","show_email":"","show_street_address":"","show_suburb":"","show_sta
te":"","show_postcode":"","show_country":"","show_telephone":"","show_mobile":""
,"show_fax":"","show_webpage":"","show_misc":"","show_image":"","allow_vcard":""
,"show_articles":"","show_profile":"","show_links":"","linka_name":"","linka":""
,"linkb_name":"","linkb":"","linkc_name":"","linkc":"","linkd_name":"","linkd":"
","linke_name":"","linke":"","show_email_form":"","show_email_copy":"","banned_e
mail":"","banned_subject":"","banned_text":"","validate_session":"","custom_repl
y":"","redirect":""}', 0, 36, 1, '', '', '', '', '', '*', '2011-01-01 00:00:01',
0, '', '2011-01-01 00:00:01', 42, '', '', '{"robots":"","rights":""}', 1, '', '
0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 'Buyer', 'buyer', '', '', '', '', '', '', '', '', '<p>I am in charge of buyi
ng fruit. If you sell good fruit, contact me.</p>', '', NULL, '', 0, 1, 0, '0000
-00-00 00:00:00', 1, '{"show_contact_category":"","show_contact_list":"","presen
tation_style":"","show_name":"","show_position":"","show_email":"","show_street_
address":"","show_suburb":"","show_state":"","show_postcode":"","show_country":"
","show_telephone":"","show_mobile":"","show_fax":"","show_webpage":"","show_mis
c":"","show_image":"","allow_vcard":"","show_articles":"","show_profile":"","sho
w_links":"0","linka_name":"","linka":"","linkb_name":"","linkb":"","linkc_name":
"","linkc":"","linkd_name":"","linkd":"","linke_name":"","linke":"","show_email_
form":"","show_email_copy":"","banned_email":"","banned_subject":"","banned_text
":"","validate_session":"","custom_reply":"","redirect":""}', 0, 36, 1, '', '',
'', '', '', '*', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:01', 42, '', ''
, '{"robots":"","rights":""}', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:0
0'),
(5, 'Bananas', 'bananas', 'Scientific Name: Musa', 'Image Credit: Enzik\r\nRight
s: Creative Commons Share Alike Unported 3.0\r\nSource: http://commons.wikimedia
.org/wiki/File:Bananas_-_Morocco.jpg', '', 'Type: Herbaceous', 'Large Producers:
India, China, Brasil', '', '', '', '<p>Bananas are a great source of potassium.
</p>\r\n<p></p>', 'images/sampledata/fruitshop/bananas_2.jpg', NULL, '', 0, 1, 0,
'0000-00-00 00:00:00', 1, '{"show_contact_category":"show_with_link","show_cont
act_list":"","presentation_style":"plain","show_name":"","show_position":"1","sh
ow_email":"","show_street_address":"","show_suburb":"","show_state":"1","show_po
stcode":"","show_country":"1","show_telephone":"","show_mobile":"","show_fax":""
,"show_webpage":"","show_misc":"","show_image":"","allow_vcard":"","show_article
s":"","show_profile":"","show_links":"1","linka_name":"Wikipedia: Banana English
","linka":"http:\\/\\/en.wikipedia.org\\/wiki\\/Banana","linkb_name":"Wikipedia:
\\u0939\\u093f\\u0928\\u094d\\u0926\\u0940 \\u0915\\u0947\\u0932\\u093e","link
b":"http:\\/\\/hi.wikipedia.org\\/wiki\\/%E0%A4%95%E0%A5%87%E0%A4%B2%E0%A4%BE","
linkc_name":"Wikipedia:Banana Portugu\\u00eas","linkc":"http:\\/\\/pt.wikipedia.
org\\/wiki\\/Banana","linkd_name":"Wikipedia: \\u0411\\u0430\\u043d\\u0430\\u043
d \\u0420\\u0443\\u0441\\u0441\\u043a\\u0438\\u0439","linkd":"http:\\/\\/ru.wik
ipedia.org\\/\\u0411\\u0430\\u043d\\u0430\\u043d","linke_name":"","linke":"","co
ntact_layout":"beez5:encyclopedia"}', 0, 39, 1, '', '', '', '', '', '*', '2011-0
1-01 00:00:01', 0, '', '2011-01-01 00:00:01', 42, '', '', '{"robots":"","rights"
:""}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 'Apples', 'apples', 'Scientific Name: Malus domestica', 'Image Credit: Fieve
t\r\nRights: Public Domain\r\nSource: http://commons.wikimedia.org/wiki/File:Pom
mes_vertes.JPG', '', 'Family: Rosaceae', 'Large: Producers: China, United States
', '', '', '', '<p>Apples are a versatile fruit, used for eating, cooking, and p
reserving.</p>\r\n<p>There are more that 7500 different kinds of apples grown ar
ound the world.</p>', 'images/sampledata/fruitshop/apple.jpg', NULL, '', 0, 1, 0
, '0000-00-00 00:00:00', 1, '{"show_contact_category":"","show_contact_list":"",

"presentation_style":"plain","show_name":"","show_position":"","show_email":"","
show_street_address":"","show_suburb":"","show_state":"","show_postcode":"","sho
w_country":"","show_telephone":"","show_mobile":"","show_fax":"","show_webpage":
"","show_misc":"","show_image":"","allow_vcard":"","show_articles":"","show_prof
ile":"","show_links":"1","linka_name":"Wikipedia: Apples English","linka":"http:
\\/\\/en.wikipedia.org\\/wiki\\/Apple","linkb_name":"Wikipedia: Manzana Espa\\u0
0f1ol ","linkb":"http:\\/\\/es.wikipedia.org\\/wiki\\/Manzana","linkc_name":"Wik
ipedia: \\u82f9\\u679c \\u4e2d\\u6587","linkc":"http:\\/\\/zh.wikipedia.org\\/zh
\\/\\u82f9\\u679c","linkd_name":"Wikipedia: Tofaa Kiswahili","linkd":"http:\\/\\
/sw.wikipedia.org\\/wiki\\/Tofaa","linke_name":"","linke":"","contact_layout":"b
eez5:encyclopedia"}', 0, 38, 1, '', '', '', '', '', '*', '2011-01-01 00:00:01',
0, '', '2011-01-01 00:00:01', 42, '', '', '{"robots":"","rights":""}', 0, '', '0
000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 'Tamarind', 'tamarind', 'Scientific Name: Tamarindus indica', 'Image Credit:
Franz Eugen Khler, Khler''s Medizinal-Pflanzen \r\nRights: Public Domain\r\nSourc
e:http://commons.wikimedia.org/wiki/File:Koeh-134.jpg', '', 'Family: Fabaceae',
'Large Producers: India, United States', '', '', '', '<p>Tamarinds are a versati
le fruit used around the world. In its young form it is used in hot sauces; ripe
ned it is the basis for many refreshing drinks.</p>\r\n<p></p>', 'images/sampleda
ta/fruitshop/tamarind.jpg', NULL, '', 0, 1, 0, '0000-00-00 00:00:00', 1, '{"show
_contact_category":"","show_contact_list":"","presentation_style":"plain","show_
name":"","show_position":"","show_email":"","show_street_address":"","show_subur
b":"","show_state":"","show_postcode":"","show_country":"","show_telephone":"","
show_mobile":"","show_fax":"","show_webpage":"","show_misc":"","show_image":"","
allow_vcard":"","show_articles":"","show_profile":"","show_links":"1","linka_nam
e":"Wikipedia: Tamarind English","linka":"http:\\/\\/en.wikipedia.org\\/wiki\\/T
amarind","linkb_name":"Wikipedia: \\u09a4\\u09c7\\u0981\\u09a4\\u09c1\\u09b2 \\
u09ac\\u09be\\u0982\\u09b2\\u09be ","linkb":"http:\\/\\/bn.wikipedia.org\\/wiki
\\/\\u09a4\\u09c7\\u0981\\u09a4\\u09c1\\u09b2 ","linkc_name":"Wikipedia: Tamarin
ier Fran\\u00e7ais","linkc":"http:\\/\\/fr.wikipedia.org\\/wiki\\/Tamarinier","l
inkd_name":"Wikipedia:Tamaline lea faka-Tonga","linkd":"http:\\/\\/to.wikipedia.
org\\/wiki\\/Tamaline","linke_name":"","linke":"","contact_layout":"beez5:encycl
opedia"}', 0, 57, 1, '', '', '', '', '', '*', '2011-01-01 00:00:01', 0, '', '201
1-01-01 00:00:01', 42, '', '', '{"robots":"","rights":""}', 0, '', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00'),
(8, 'Shop Address', 'shop-address', '', '', 'Our City', 'Our Province', 'Our Cou
ntry', '', '555-555-5555', '', '<p>Here are directions for how to get to our sho
p.</p>', '', NULL, '', 0, 1, 0, '0000-00-00 00:00:00', 1, '{"show_contact_catego
ry":"","show_contact_list":"","presentation_style":"","show_name":"","show_posit
ion":"","show_email":"","show_street_address":"","show_suburb":"","show_state":"
","show_postcode":"","show_country":"","show_telephone":"","show_mobile":"","sho
w_fax":"","show_webpage":"","show_misc":"","show_image":"","allow_vcard":"","sho
w_articles":"","show_profile":"","show_links":"","linka_name":"","linka":"","lin
kb_name":"","linkb":"","linkc_name":"","linkc":"","linkd_name":"","linkd":"","li
nke_name":"","linke":"","show_email_form":"","show_email_copy":"","banned_email"
:"","banned_subject":"","banned_text":"","validate_session":"","custom_reply":""
,"redirect":""}', 0, 35, 1, '', '', '', '', '', '*', '2011-01-01 00:00:01', 0, '
', '2011-01-01 00:00:01', 42, '', '', '{"robots":"","rights":""}', 1, '', '000000-00 00:00:00', '0000-00-00 00:00:00');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_content`
-CREATE TABLE `jos_content` (
`id` int(10) unsigned NOT NULL auto_increment,
`asset_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to the #__assets
table.',

`title` varchar(255) NOT NULL default '',


`alias` varchar(255) NOT NULL default '',
`title_alias` varchar(255) NOT NULL default '',
`introtext` mediumtext NOT NULL,
`fulltext` mediumtext NOT NULL,
`state` tinyint(3) NOT NULL default '0',
`sectionid` int(10) unsigned NOT NULL default '0',
`mask` int(10) unsigned NOT NULL default '0',
`catid` int(10) unsigned NOT NULL default '0',
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL default '0',
`created_by_alias` varchar(255) NOT NULL default '',
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL default '0',
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`images` text NOT NULL,
`urls` text NOT NULL,
`attribs` varchar(5120) NOT NULL,
`version` int(10) unsigned NOT NULL default '1',
`parentid` int(10) unsigned NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`access` int(10) unsigned NOT NULL default '0',
`hits` int(10) unsigned NOT NULL default '0',
`metadata` text NOT NULL,
`featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if article is
featured.',
`language` char(7) NOT NULL COMMENT 'The language code for the article.',
`xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to e
xternal data sets.',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_featured_catid` (`featured`,`catid`),
KEY `idx_language` (`language`),
KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=92 ;
--- Volcado de datos para la tabla `jos_content`
-INSERT INTO `jos_content` (`id`, `asset_id`, `title`, `alias`, `title_alias`, `i
ntrotext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `create
d_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_ou
t_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `
parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `fea
tured`, `language`, `xreference`) VALUES
(1, 89, 'Administrator Components', 'administrator-components', '', '<p>Allcompon
ents also are used in the administrator area of your website. In addition to the
ones listed here, there are components in the administrator that do not have di
rect front end displays, but do help shape your site. The most important ones fo
r most users are</p>\r\n<ul>\r\n<li>Media Manager</li>\r\n<li>Extensions Manager

</li>\r\n<li>Menu Manager</li>\r\n<li>Global Configuration</li>\r\n<li>Banners</


li>\r\n<li>Redirect</li>\r\n</ul>\r\n<hr title="Media Manager" alt="Media Manage
r" class="system-pagebreak" style="color: gray; border: 1px dashed gray;" />\r\n
<p></p>\r\n<h3>Media Manager</h3>\r\n<p>The media manager component lets you uplo
ad and insert images into content throughout your site. Optionally, you can enab
le the flash uploader which will allow you to to upload multiple images. <a href
="http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Conte
nt_Media_Manager">Help</a></p>\r\n<hr title="Extensions Manager" alt="Extensions
Manager" class="system-pagebreak" style="color: gray; border: 1px dashed gray;"
/>\r\n<h3>Extensions Manager</h3>\r\n<p>The extensions manager lets you install
, update, uninstall and manage all of your extensions. The extensions manager ha
s been extensively redesigned for Joomla! 1.6, although the core install and uni
nstall functionality remains the same as in Joomla 1.5. <a href="http://help.joo
mla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Extension_M
anager_Install">Help</a></p>\r\n<hr title="Menu Manager" alt="Menu Manager" clas
s="system-pagebreak" style="color: gray; border: 1px dashed gray;" />\r\n<h3>Men
u Manager</h3>\r\n<p>The menu manager lets you create the menus you see displaye
d on your site. It also allows you to assign modules and template styles to spec
ific menu links. <a href="http://help.joomla.org/proxy/index.php?option=com_help
&amp;keyref=Help16:Menus_Menu_Manager">Help</a></p>\r\n<hr title="Global Configu
ration" alt="Global Configuration" class="system-pagebreak" style="color: gray;
border: 1px dashed gray;" />\r\n<h3>Global Configuration</h3>\r\n<p>The global c
onfiguration is where the site administrator configures things such as whether s
earch engine friendly urls are enabled, the site meta data (descriptive text use
d by search engines and indexers) and other functions. For many beginning users
simply leaving the settings on default is a good way to begin, although when you
r site is ready for the public you will want to change the meta data to match it
s content. <a href="http://help.joomla.org/proxy/index.php?option=com_help&amp;k
eyref=Help16:Site_Global_Configuration">Help</a></p>\r\n<hr title="Banners" alt=
"Banners" class="system-pagebreak" style="color: gray; border: 1px dashed gray;"
/>\r\n<h3>Banners</h3>\r\n<p>The banners component provides a simple way to dis
play a rotating image in a module and, if you wish to have advertising, a way to
track the number of times an image is viewed and clicked. <a href="http://help.
joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Banners_
Banners_Edit">Help</a></p>\r\n<h3>\r\n<hr title="Redirect" class="system-pagebre
ak" />\r\n</h3>\r\n<h3><br />Redirect</h3>\r\n<p>The redirect component is used
to manage broken links that produce Page Not Found (404) errors. If enabled it w
ill allow you to redirect broken links to specific pages. It can also be used to
manage migration related URL changes.<a href="http://help.joomla.org/proxy/index
.php?option=com_help&amp;keyref=Help16:Components_Redirect_Manager">Help</a></p>
', '', 1, 0, 0, 21, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 12:57:27',
42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '',
'', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","link
_category":"","show_parent_category":"","link_parent_category":"","show_author":
"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_da
te":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_emai
l_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore"
:"","article_layout":""}', 7, 0, 7, '', '', 1, 2, '{"robots":"","author":"","rig
hts":"","xreference":""}', 0, '*', ''),
(8, 104, 'Beginners', 'beginners', '', '<p>If this is your first Joomla site or
your first web site, you have come to the right place. Joomla will help you get
your website up and running quickly and easily.</p>\r\n<p>Start off using your s
ite by logging in using the administrator account you created when you installed
Joomla!.</p>\r\n', '\r\n<p>Explore the articles and other resources right here
on your site data to learn more about how Joomla works.(When you''re done readin
g, you can delete or archive all of this.) You will also probably want to visit
the beginners'' areas of the <a href="http://docs.joomla.org/Beginners">Joomla d
ocumentation</a> and <a href="http://forum.joomla.org">support forums</a>.</p>\r
\n<p>You''ll also want to sign up for the Joomla Security Mailing list and the A
nnouncements mailing list. For inspiration visit the Joomla Site Showcase to see

an amazing array of ways people use Joomla to tell their stories on the web.</p
>\r\n<p>The basic Joomla! installation will let you get a great site up and runn
ing, but when you are ready for more features the power of Joomla! is in the cre
ative ways that developers have extended it to do all kinds of things. Visit the
Joomla! Extensions Directory to see thousands of extensions that can do almost
anything you could want on a website. Can''t find what you need? You may want to
find a Joomla professional on the Joomla! Resources Directory.</p>\r\n<p>Want t
o learn more? Consider attending a Joomla! Day or other event or joining a local
Joomla! Users Group. Can''t find one near you? Start one yourself.</p>', 1, 0,
0, 19, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-09 16:41:00', 42, 0, '0000
-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_
title":"","link_titles":"","show_intro":"","show_category":"","link_category":""
,"show_parent_category":"","link_parent_category":"","show_author":"","link_auth
or":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_
item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","s
how_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"","article_
layout":""}', 3, 0, 4, '', '', 1, 2, '{"robots":"","author":"","rights":"","xref
erence":""}', 1, '*', ''),
(2, 90, 'Archive Module', 'archive-module', '', '<p>This module shows a list of
the calendar months containing archived articles. After you have changed the sta
tus of an article to archived, this list will be automatically generated.<a href=
"http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extens
ions_Module_Manager_Articles_Archive" title="Archive Module">Help</a></p>\r\n<p>
{loadposition archiveload}</p>', '', 1, 0, 0, 64, '2011-01-01 00:00:01', 42, 'Jo
omla!', '2011-01-10 03:21:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:0
1', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intr
o":"","show_category":"","link_category":"","show_parent_category":"","link_pare
nt_category":"","show_author":"","link_author":"","show_create_date":"","show_mo
dify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","
show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noa
uth":"","page_title":"","alternative_readmore":"","layout":""}', 2, 0, 5, 'modul
es, content', '', 1, 2, '{"robots":"","author":"","rights":"","xreference":""}',
0, '*', ''),
(7, 103, 'Banner Module', 'banner-module', '', '<p>The banner module is used to
display the banners that are managed by the banners component in the site admini
strator. <a href="http://help.joomla.org/proxy/index.php?option=com_help&amp;key
ref=Help16:Extensions_Module_Manager_Banners">Help</a>.</p>\r\n<p>{loadposition
bannersload}</p>', '', 1, 0, 0, 66, '2011-01-01 00:00:01', 42, 'Joomla!', '201101-10 03:41:15', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-0
0 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_ca
tegory":"","link_category":"","show_parent_category":"","link_parent_category":"
","show_author":"","show_create_date":"","show_modify_date":"","show_publish_dat
e":"","show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"
","page_title":"","alternative_readmore":"","layout":""}', 2, 0, 6, '', '', 1, 3
, '', 0, '*', ''),
(3, 91, 'Article Categories Module', 'article-categories-module', '', '<p>This m
odule displays a list of categories from one parent category.<a href="http://help
.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_
Manager_Articles_Categories" title="Categories Module">Help</a></p>\r\n<p>{loadp
osition articlescategoriesload}</p>\r\n<p></p>', '', 1, 0, 0, 64, '2011-01-01 00:
00:01', 42, '', '2011-01-10 03:24:54', 42, 0, '0000-00-00 00:00:00', '2011-01-01
00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","s
how_intro":"","show_category":"","link_category":"","show_parent_category":"","l
ink_parent_category":"","show_author":"","link_author":"","show_create_date":"",
"show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_ico
ns":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","
show_noauth":"","page_title":"","alternative_readmore":"","layout":""}', 2, 0, 6
, 'modules, content', '', 1, 3, '{"robots":"","author":"","rights":"","xreferenc
e":""}', 0, '*', ''),
(4, 92, 'Articles Category Module', 'articles-category-module', '', '<p>This mod

ule allows you to display the articles in a specific category. <a href="http://h
elp.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Modu
le_Manager_Articles_Category">Help</a></p>\r\n<p>{loadposition articlescategoryl
oad}</p>', '', 1, 0, 0, 64, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 04
:57:37', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:
00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":
"","link_category":"","show_parent_category":"","link_parent_category":"","show_
author":"","link_author":"","show_create_date":"","show_modify_date":"","show_pu
blish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","s
how_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","page_title":"
","alternative_readmore":"","layout":""}', 4, 0, 7, '', 'articles,content', 1, 8
, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(5, 101, 'Authentication', 'authentication', '', '<p>The authentication plugins
operate when users login to your site or administrator. The Joomla! authenticati
on is in operation by default but you can enable Gmail or LDAP or install a plug
in for a different system. An example is included that may be used to create a n
ew authentication plugin.</p><p>Default on:</p><ul><li>Joomla</li></ul><p>Defaul
t off:</p><ul><li>Gmail</li><li>LDAP</li></ul>', '', 1, 0, 0, 25, '2011-01-01 00
:00:01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '20
11-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_title
s":"","show_intro":"","show_category":"","link_category":"","show_parent_categor
y":"","link_parent_category":"","show_author":"","show_create_date":"","show_mod
ify_date":"","show_publish_date":"","show_readmore":"","show_print_icon":"","sho
w_email_icon":"","show_hits":"","page_title":"","alternative_readmore":"","layou
t":""}', 1, 0, 3, '', '', 1, 0, '', 0, '*', ''),
(6, 102, 'Australian Parks ', 'australian-parks', '', '<p><img src="images/sampl
edata/parks/banner_cradle.jpg" border="0" alt="Cradle Park Banner" /></p>\r\n<p>
Welcome!</p>\r\n<p>This is a basic site about the beautiful and fascinating park
s of Australia.</p>\r\n<p>On this site you can read all about my travels to diff
erent parks, see photos, and find links to park websites.</p>\r\n<p><em>This sam
ple site is an example of using the core of Joomla! to create a basic website, w
hether a "brochure site," a personal blog, or as a way to present information on
a topic you are interested in.</em></p>\r\n<p><em> Read more about the site in t
he About Parks module.</em></p>\r\n<p></p>', '', 1, 0, 0, 26, '2011-01-01 00:00:0
1', 42, 'Parks webmaster', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00',
'2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_ti
tles":"","show_intro":"","show_category":"","link_category":"","show_parent_cate
gory":"","link_parent_category":"","show_author":"","link_author":"","show_creat
e_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"
","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show
_hits":"","show_noauth":"","alternative_readmore":"","article_layout":""}', 1, 0
, 1, '', '', 1, 11, '{"robots":"","author":"","rights":"","xreference":""}', 0,
'*', ''),
(9, 105, 'Contacts', 'contact', '', '<p>The contact component provides a way to
provide contact forms and information for your site or to create a complex direc
tory that can be used for many different purposes. <a href="http://help.joomla.o
rg/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Contacts_Contact
s">Help</a></p>', '', 1, 0, 0, 21, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-0
1-10 04:15:37', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00
00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_cat
egory":"","link_category":"","show_parent_category":"","link_parent_category":""
,"show_author":"","link_author":"","show_create_date":"","show_modify_date":"","
show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon
":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","altern
ative_readmore":"","article_layout":""}', 2, 0, 2, '', '', 1, 2, '{"robots":"","
author":"","rights":"","xreference":""}', 0, '*', ''),
(10, 106, 'Content', 'content', '', '<p>The content component (com_content) is w
hat you use to write articles. It is extremely flexible and has the largest numb
er of built in views. Articles can be created and edited from the front end, mak
ing content the easiest component to use to create your site content. <a href="h

ttp://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Content_
Article_Manager">Help</a></p>', '', 1, 0, 0, 21, '2011-01-01 00:00:01', 42, '',
'2011-01-10 04:28:12', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '000
0-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","s
how_category":"","link_category":"","show_parent_category":"","link_parent_categ
ory":"","show_author":"","link_author":"","show_create_date":"","show_modify_dat
e":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_pri
nt_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"",
"alternative_readmore":"","article_layout":""}', 2, 0, 1, '', '', 1, 112, '{"rob
ots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(11, 107, 'Cradle Mountain', 'cradle-mountain', '', '<p><img src="images/sampled
ata/parks/landscape/250px_cradle_mountain_seen_from_barn_bluff.jpg" border="0" a
lt="Cradle Mountain" style="vertical-align: middle;" /></p>', '<p><img src="imag
es/sampledata/parks/landscape/800px_cradle_mountain_seen_from_barn_bluff.jpg" bo
rder="0" alt="Cradle Mountain" style="vertical-align: middle;" /></p><p></p><p cl
ass="caption">Source: http://commons.wikimedia.org/wiki/File:Rainforest,bluemoun
tainsNSW.jpg</p><p class="caption">Author: Alan J.W.C.</p><p class="caption">Lic
ense: GNU Free Documentation License v . 1.2 or later</p>', 1, 0, 0, 73, '2011-0
1-01 00:00:01', 42, 'Parks Webmaster', '2011-01-01 00:00:01', 42, 0, '0000-00-00
00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title"
:"","link_titles":"","show_intro":"","show_category":"","link_category":"","show
_parent_category":"","link_parent_category":"","show_author":"","show_create_dat
e":"","show_modify_date":"","show_publish_date":"","show_readmore":"","show_prin
t_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternative_read
more":"","layout":""}', 1, 0, 1, '', '', 1, 0, '', 0, '*', ''),
(12, 110, 'Custom HTML Module', 'custom-html-module', '', '<p>This Module allows
you to create your own HTML Module using a WYSIWYG editor.<a href="http://help.j
oomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Ma
nager_Custom_HTML" title="Custom HTML Module">Help</a></p>\r\n<p>{loadposition c
ustomload}</p>', '', 1, 0, 0, 66, '2011-01-01 00:00:01', 42, '', '2011-01-10 03:
46:58', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:0
0', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"
","link_category":"","show_parent_category":"","link_parent_category":"","show_a
uthor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","sh
ow_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","page_t
itle":"","alternative_readmore":"","layout":""}', 2, 0, 1, '', '', 1, 2, '', 0,
'*', ''),
(13, 111, 'Directions', 'directions', '', '<p>Here''s how to find our shop.</p><
p>By car</p><p>Drive along Main Street to the intersection with First Avenue. Loo
k for our sign.</p><p>By foot</p><p>From the center of town, walk north on Main
Street until you see our sign.</p><p>By bus</p><p>Take the #73 Bus to the last s
top. We are on the north east corner.</p>', '', 1, 0, 0, 29, '2011-01-01 00:00:0
1', 42, 'Fruit Shop Webmaster', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:
00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","li
nk_titles":"","show_intro":"","show_category":"","link_category":"","show_parent
_category":"","link_parent_category":"","show_author":"","show_create_date":"","
show_modify_date":"","show_publish_date":"","show_readmore":"","show_print_icon"
:"","show_email_icon":"","show_hits":"","page_title":"","alternative_readmore":"
","layout":""}', 1, 0, 2, '', '', 1, 0, '', 0, '*', ''),
(14, 112, 'Editors', 'editors', '', '<p>Editors are used thoughout Joomla! where
content is created. TinyMCE is the default choice in most locations although Co
deMirror is used in the template manager. No Editor provides a text box for html
content.</p><p>Default on:</p><ul><li>CodeMirror Help</li><li>TinyMCE Help</li>
<li>No Editor Help</li></ul><p>Default off:</p><ul><li>None</li></ul>', '', 1, 0
, 0, 25, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '00
00-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"sho
w_title":"","link_titles":"","show_intro":"","show_category":"","link_category":
"","show_parent_category":"","link_parent_category":"","show_author":"","show_cr
eate_date":"","show_modify_date":"","show_publish_date":"","show_readmore":"","s
how_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternat

ive_readmore":"","layout":""}', 1, 0, 5, '', '', 1, 1, '', 0, '*', ''),


(15, 113, 'Editors-xtd', 'editors-xtd', '', '<p>These plugins are behind the but
tons found beneath your editor. They only run when an editor plugin runs.</p><p>
Default on:</p><ul><li>Editor Button: Image</li><li>Editor Button: Readmore</li>
<li>Editor Button: Page Break</li><li>Editor Button: Article</li></ul><p>Default
off:</p><ul><li>None</li></ul>', '', 1, 0, 0, 25, '2011-01-01 00:00:01', 42, 'J
oomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:
01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_int
ro":"","show_category":"","link_category":"","show_parent_category":"","link_par
ent_category":"","show_author":"","show_create_date":"","show_modify_date":"","s
how_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon":"
","show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 1, 0,
6, '', '', 1, 0, '', 0, '*', ''),
(16, 114, 'Feed Display', 'feed-display', '', '<p>This module allows the display
ing of a syndicated feed. <a href="http://docs.joomla.org/Help15:Screen.moduless
ite.edit.15#Feed_Display" title="Feed Display Module">Help</a></p><p>{loadpositi
on feeddisplayload}</p>', '', 1, 0, 0, 66, '2011-01-01 00:00:01', 42, '', '201101-01 00:00:01', 0, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00
00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_cat
egory":"","link_category":"","show_parent_category":"","link_parent_category":""
,"show_author":"","show_create_date":"","show_modify_date":"","show_publish_date
":"","show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":""
,"page_title":"","alternative_readmore":"","layout":""}', 1, 0, 2, '', '', 1, 0,
'', 0, '*', ''),
(17, 115, 'First Blog Post', 'first-blog-post', '', '<p><em>Lorem Ipsum is fille
r text that is commonly used by designers before the content for a new site is r
eady.</em></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed fa
ucibus purus vitae diam posuere nec eleifend elit dictum. Aenean sit amet erat p
urus, id fermentum lorem. Integer elementum tristique lectus, non posuere quam p
retium sed. Quisque scelerisque erat at urna condimentum euismod. Fusce vestibul
um facilisis est, a accumsan massa aliquam in. In auctor interdum mauris a luctu
s. Morbi euismod tempor dapibus. Duis dapibus posuere quam. Pellentesque habitan
t morbi tristique senectus et netus et malesuada fames ac turpis egestas. In eu
est nec erat sollicitudin hendrerit. Pellentesque sed turpis nunc, sit amet laor
eet velit. Praesent vulputate semper nulla nec varius. Aenean aliquam, justo at
blandit sodales, mauris leo viverra orci, sed sodales mauris orci vitae magna.</
p>', '<p>Quisque a massa sed libero tristique suscipit. Morbi tristique molestie
metus, vel vehicula nisl ultrices pretium. Sed sit amet est et sapien condiment
um viverra. Pellentesque habitant morbi tristique senectus et netus et malesuada
fames ac turpis egestas. Phasellus viverra tortor porta orci convallis ac cursu
s erat sagittis. Vivamus aliquam, purus non luctus adipiscing, orci urna imperdi
et eros, sed tincidunt neque sapien et leo. Cras fermentum, dolor id tempor vest
ibulum, neque lectus luctus mauris, nec congue tellus arcu nec augue. Nulla quis
mi arcu, in bibendum quam. Sed placerat laoreet fermentum. In varius lobortis c
onsequat. Proin vulputate felis ac arcu lacinia adipiscing. Morbi molestie, mass
a id sagittis luctus, sem sapien sollicitudin quam, in vehicula quam lectus quis
augue. Integer orci lectus, bibendum in fringilla sit amet, rutrum eget enim. C
urabitur at libero vitae lectus gravida luctus. Nam mattis, ligula sit amet vest
ibulum feugiat, eros sem sodales mi, nec dignissim ante elit quis nisi. Nulla ne
c magna ut leo convallis sagittis ac non erat. Etiam in augue nulla, sed tristiq
ue orci. Vestibulum quis eleifend sapien.</p><p>Nam ut orci vel felis feugiat po
suere ut eu lorem. In risus tellus, sodales eu eleifend sed, imperdiet id nulla.
Nunc at enim lacus. Etiam dignissim, arcu quis accumsan varius, dui dui faucibu
s erat, in molestie mauris diam ac lacus. Sed sit amet egestas nunc. Nam sollici
tudin lacinia sapien, non gravida eros convallis vitae. Integer vehicula dui a e
lit placerat venenatis. Nullam tincidunt ligula aliquet dui interdum feugiat. Ma
ecenas ultricies, lacus quis facilisis vehicula, lectus diam consequat nunc, eui
smod eleifend metus felis eu mauris. Aliquam dapibus, ipsum a dapibus commodo, d
olor arcu accumsan neque, et tempor metus arcu ut massa. Curabitur non risus vit
ae nisl ornare pellentesque. Pellentesque nec ipsum eu dolor sodales aliquet. Ve

stibulum egestas scelerisque tincidunt. Integer adipiscing ultrices erat vel rho
ncus.</p><p>Integer ac lectus ligula. Nam ornare nisl id magna tincidunt ultrice
s. Phasellus est nisi, condimentum at sollicitudin vel, consequat eu ipsum. In v
enenatis ipsum in ligula tincidunt bibendum id et leo. Vivamus quis purus massa.
Ut enim magna, pharetra ut condimentum malesuada, auctor ut ligula. Proin molli
s, urna a aliquam rutrum, risus erat cursus odio, a convallis enim lectus ut lor
em. Nullam semper egestas quam non mattis. Vestibulum venenatis aliquet arcu, co
nsectetur pretium erat pulvinar vel. Vestibulum in aliquet arcu. Ut dolor sem, p
ellentesque sit amet vestibulum nec, tristique in orci. Sed lacinia metus vel pu
rus pretium sit amet commodo neque condimentum.</p><p>Aenean laoreet aliquet ull
amcorper. Nunc tincidunt luctus tellus, eu lobortis sapien tincidunt sed. Donec
luctus accumsan sem, at porttitor arcu vestibulum in. Sed suscipit malesuada arc
u, ac porttitor orci volutpat in. Vestibulum consectetur vulputate eros ut portt
itor. Aenean dictum urna quis erat rutrum nec malesuada tellus elementum. Quisqu
e faucibus, turpis nec consectetur vulputate, mi enim semper mi, nec porttitor l
ibero magna ut lacus. Quisque sodales, leo ut fermentum ullamcorper, tellus augu
e gravida magna, eget ultricies felis dolor vitae justo. Vestibulum blandit plac
erat neque, imperdiet ornare ipsum malesuada sed. Quisque bibendum quam porta di
am molestie luctus. Sed metus lectus, ornare eu vulputate vel, eleifend facilisi
s augue. Maecenas eget urna velit, ac volutpat velit. Nam id bibendum ligula. Do
nec pellentesque, velit eu convallis sodales, nisi dui egestas nunc, et sceleris
que lectus quam ut ipsum.</p>', 1, 0, 0, 27, '2011-01-01 00:00:01', 42, '', '201
1-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00
-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_
category":"","link_category":"","show_parent_category":"","link_parent_category"
:"","show_author":"","show_create_date":"","show_modify_date":"","show_publish_d
ate":"","show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits"
:"","page_title":"","alternative_readmore":"","layout":""}', 1, 0, 0, '', '', 1,
0, '', 0, '*', ''),
(18, 116, 'Second Blog Post', 'second-blog-post', '', '<p><em>Lorem Ipsum is tex
t that is traditionally used by designers when working on a site before the cont
ent is ready.</em></p><p>Pellentesque bibendum metus ut dolor fermentum ut pulvi
nar tortor hendrerit. Nam vel odio vel diam tempus iaculis in non urna. Curabitu
r scelerisque, nunc id interdum vestibulum, felis elit luctus dui, ac dapibus te
llus mauris tempus augue. Duis congue facilisis lobortis. Phasellus neque erat,
tincidunt non lacinia sit amet, rutrum vitae nunc. Sed placerat lacinia fermentu
m. Integer justo sem, cursus id tristique eget, accumsan vel sapien. Curabitur i
psum neque, elementum vel vestibulum ut, lobortis a nisl. Fusce malesuada mollis
purus consectetur auctor. Morbi tellus nunc, dapibus sit amet rutrum vel, laore
et quis mauris. Aenean nec sem nec purus bibendum venenatis. Mauris auctor commo
do libero, in adipiscing dui adipiscing eu. Praesent eget orci ac nunc sodales v
arius.</p>', '<p>Nam eget venenatis lorem. Vestibulum a interdum sapien. Suspend
isse potenti. Quisque auctor purus nec sapien venenatis vehicula malesuada velit
vehicula. Fusce vel diam dolor, quis facilisis tortor. Class aptent taciti soci
osqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque
libero nisi, pellentesque quis cursus sit amet, vehicula vitae nisl. Curabitur
nec nunc ac sem tincidunt auctor. Phasellus in mattis magna. Donec consequat orc
i eget tortor ultricies rutrum. Mauris luctus vulputate molestie. Proin tincidun
t vehicula euismod. Nam congue leo non erat cursus a adipiscing ipsum congue. Nu
lla iaculis purus sit amet turpis aliquam sit amet dapibus odio tincidunt. Ut au
gue diam, congue ut commodo pellentesque, fermentum mattis leo. Sed iaculis urna
id enim dignissim sodales at a ipsum. Quisque varius lobortis mollis. Nunc puru
s magna, pellentesque pellentesque convallis sed, varius id ipsum. Etiam commodo
mi mollis erat scelerisque fringilla. Nullam bibendum massa sagittis diam ornar
e rutrum.</p><p>Praesent convallis metus ut elit faucibus tempus in quis dui. Do
nec fringilla imperdiet nibh, sit amet fringilla velit congue et. Quisque commod
o luctus ligula, vitae porttitor eros venenatis in. Praesent aliquet commodo orc
i id varius. Nulla nulla nibh, varius id volutpat nec, sagittis nec eros. Cras e
t dui justo. Curabitur malesuada facilisis neque, sed tempus massa tincidunt ut.
Sed suscipit odio in lacus auctor vehicula non ut lacus. In hac habitasse plate

a dictumst. Sed nulla nisi, lacinia in viverra at, blandit vel tellus. Nulla met
us erat, ultrices non pretium vel, varius nec sem. Morbi sollicitudin mattis lac
us quis pharetra. Donec tincidunt mollis pretium. Proin non libero justo, vitae
mattis diam. Integer vel elit in enim varius posuere sed vitae magna. Duis bland
it tempor elementum. Vestibulum molestie dui nisi.</p><p>Curabitur volutpat inte
rdum lorem sed tempus. Sed placerat quam non ligula lacinia sodales. Cras ultric
es justo at nisi luctus hendrerit. Quisque sit amet placerat justo. In id sapien
eu neque varius pharetra sed in sapien. Etiam nisl nunc, suscipit sed gravida s
ed, scelerisque ut nisl. Mauris quis massa nisl, aliquet posuere ligula. Etiam e
get tortor mauris. Sed pellentesque vestibulum commodo. Mauris vitae est a liber
o dapibus dictum fringilla vitae magna.</p><p>Nulla facilisi. Praesent eget elit
et mauris gravida lobortis ac nec risus. Ut vulputate ullamcorper est, volutpat
feugiat lacus convallis non. Maecenas quis sem odio, et aliquam libero. Integer
vel tortor eget orci tincidunt pulvinar interdum at erat. Integer ullamcorper c
onsequat eros a pellentesque. Cras sagittis interdum enim in malesuada. Etiam no
n nunc neque. Fusce non ligula at tellus porta venenatis. Praesent tortor orci,
fermentum sed tincidunt vel, varius vel dui. Duis pulvinar luctus odio, eget por
ta justo vulputate ac. Nulla varius feugiat lorem sed tempor. Phasellus pulvinar
dapibus magna eget egestas. In malesuada lectus at justo pellentesque vitae rho
ncus nulla ultrices. Proin ut sem sem. Donec eu suscipit ipsum. Cras eu arcu por
ttitor massa feugiat aliquet at quis nisl.</p>', 1, 0, 0, 27, '2011-01-01 00:00:
01', 42, '', '2011-01-01 00:00:01', 0, 0, '0000-00-00 00:00:00', '2011-01-01 00:
00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_
intro":"","show_category":"","link_category":"","show_parent_category":"","link_
parent_category":"","show_author":"","show_create_date":"","show_modify_date":""
,"show_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon
":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 1,
0, 0, '', '', 1, 0, '', 0, '*', ''),
(19, 117, 'Footer Module', 'footer-module', '', '<p>This module shows the Joomla
! copyright information. <a href="http://help.joomla.org/proxy/index.php?option=
com_help&amp;keyref=Help16:Extensions_Module_Manager_Footer" title="Footer Modul
e">Help</a></p>\r\n<p>{loadposition footerload}</p>', '', 1, 0, 0, 66, '2011-0101 00:00:01', 42, 'Joomla!', '2011-01-10 03:43:33', 42, 0, '0000-00-00 00:00:00'
, '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_
titles":"","show_intro":"","show_category":"","link_category":"","show_parent_ca
tegory":"","link_parent_category":"","show_author":"","show_create_date":"","sho
w_modify_date":"","show_publish_date":"","show_readmore":"","show_print_icon":""
,"show_email_icon":"","show_hits":"","page_title":"","alternative_readmore":"","
layout":""}', 2, 0, 3, '', '', 1, 2, '', 0, '*', ''),
(20, 118, 'Fruit Shop', 'fruit-shop', '', '<h2>Welcome to the Fruit Shop</h2><p>
We sell fruits from around the world. Please use our website to learn more about
our business. We hope you will come to our shop and buy some fruit.</p><p ><em>
This mini site will show you how you might want to set up a site for a business,
in this case one selling fruit. It shows how to use access controls to manage y
our site content. If you were building a real site, you would might want to exte
nd it with e-commerce, a catalog, mailing lists or other enhancements, many of w
hich are available through the</em><a href="http://extensions.joomla.org"><em> J
oomla! Extensions Directory</em></a>.</p><p><em>To understand this site you will
probably want to make one user with groups set to customer and one with group s
et to grower. By logging in with different privileges you can see how access co
ntrol works.</em></p>', '', 1, 0, 0, 29, '2011-01-01 00:00:01', 42, 'Fruit Shop
Webmaster', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:
00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_
intro":"","show_category":"","link_category":"","show_parent_category":"","link_
parent_category":"","show_author":"","show_create_date":"","show_modify_date":""
,"show_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon
":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 1,
0, 1, '', '', 1, 1, '', 0, '*', ''),
(21, 119, 'Getting Help', 'getting-help', '', '<p><img class="image-left" src="a
dministrator/templates/hathor/images/header/icon-48-help_header.png" border="0"

/> There are lots of places you can get help with Joomla!. In many places in you
r site administrator you will see the help icon. Click on this for more informat
ion about the options and functions of items on your screen. Other places to get
help are:</p>\r\n<ul>\r\n<li><a href="http://forum.joomla.org">Support Forums</
a></li>\r\n<li><a href="http://docs.joomla.org">Documentation</a></li>\r\n<li><a
href="http://resources.joomla.org">Professionals</a></li>\r\n<li><a href="http:
//shop.joomla.org/amazoncom-bookstores.html">Books</a></li>\r\n</ul>', '', 1, 0,
0, 19, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 15:32:54', 42, 0, '000
0-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show
_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"
","show_parent_category":"","link_parent_category":"","show_author":"","show_cre
ate_date":"","show_modify_date":"","show_publish_date":"","show_readmore":"","sh
ow_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternati
ve_readmore":"","layout":""}', 10, 0, 8, '', '', 1, 17, '', 0, '*', ''),
(22, 120, 'Getting Started', 'getting-started', '', '<p>It''s easy to get starte
d creating your website. Knowing some of the basics will help.</p><h3>What is a
Content Management System?</h3><p>A content management system is software that a
llows you to create and manage webpages easily by separating the creation of you
r content from the mechanics required to present it on the web.</p><p>In this si
te, the content is stored in a <em>database</em>. The look and feel are created
by a <em>template</em>. The Joomla! software brings together the template and th
e content to create web pages.</p><h3>Site and Administrator</h3><p>Your site ac
tually has two separate sites. The site (also called the front end) is what visi
tors to your site will see. The administrator (also called the back end) is onl
y used by people managing your site. You can access the administrator by clickin
g the "Site Administrator" link on the "This Site" menu or by adding /administra
tor to the end of you domain name.</p><p>Log in to the administrator using the u
sername and password created during the installation of Joomla!.</p><h3>Logging
in</h3><p>To login to the front end of your site use the login form or the login
menu link on the "This Site" menu. Use the user name an password that were crea
ted as part of the installation process. Once logged in you will be able to crea
te and edit articles.</p><p>In managing your site, you will be able to create co
ntent that only logged in users are able to see.</p><h3>Creating an article</h3>
<p>Once you are logged in, a new menu will be visible. To create a new article,
click on the "submit article" link on that menu.</p><p>The new article interfac
e gives you a lot of options, but all you need to do is add a title an put somet
hing in the content area. To make it easy to find, set the state to published an
put it in the Joomla! category.</p><div>You can edit an existing article by cl
icking on the edit icon (this only displays to users who have the right to edit)
.</div><h3>Learn more</h3><p>There is much more to learn about how to use Joomla
! to create the web site you envision. You can learn much more at the <a href="h
ttp://docs.joomla.org">Joomla! documentation site</a> and on the<a href="http://
forum.joomla.org"> Joomla! forums</a>.</p>', '', 1, 0, 0, 19, '2011-01-01 00:00:
01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-0
1-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"
","show_intro":"","show_category":"","link_category":"","show_parent_category":"
","link_parent_category":"","show_author":"","show_create_date":"","show_modify_
date":"","show_publish_date":"","show_readmore":"","show_print_icon":"","show_em
ail_icon":"","show_hits":"","page_title":"","alternative_readmore":"","layout":"
"}', 1, 0, 9, '', '', 1, 0, '', 0, '*', ''),
(23, 121, 'Happy Orange Orchard', 'happy-orange-orchard', '', '<p>At our orchard
we grow the world''s best oranges as well as other citrus fruit such as lemons
and grapefruit. Our family has been tending this orchard for generations.</p>',
'', 1, 0, 0, 30, '2011-01-01 00:00:01', 42, 'Fruit Shop Webmaster', '2011-01-01
00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:0
0:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category
":"","link_category":"","show_parent_category":"","link_parent_category":"","sho
w_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"",
"show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","pag
e_title":"","alternative_readmore":"","layout":""}', 1, 0, 2, '', '', 1, 0, '',

0, '*', ''),
(24, 122, 'Joomla!', 'joomla', '', '<p>Congratulations! You have a Joomla! site!
Joomla! makes it easy to build a website just the way you want it and keep it s
imple to update and maintain.</p>\r\n<p>Joomla! is a flexible and powerful platf
orm, whether you are building a small site for yourself or a huge site with hund
reds of thousands of visitors. Joomla is open source, which means you can make i
t work just the way you want it to.</p>', '', 1, 0, 0, 19, '2011-01-01 00:00:01'
, 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-0
1 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","
show_intro":"","show_category":"","link_category":"","show_parent_category":"","
link_parent_category":"","show_author":"","show_create_date":"","show_modify_dat
e":"","show_publish_date":"","show_readmore":"","show_print_icon":"","show_email
_icon":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}'
, 1, 0, 2, '', '', 1, 0, '', 1, '*', ''),
(25, 123, 'Koala', 'koala', '', '<p><img src="images/sampledata/parks/animals/18
0px_koala_ag1.jpg" border="0" alt="Koala Thumbnail" width="180" height="123" st
yle="vertical-align: middle; border: 0;" /></p>', '<p><img src="images/sampledat
a/parks/animals/800px_koala_ag1.jpg" border="0" alt="Koala Climbing Tree" width=
"500" height="341" style="vertical-align: middle; border: 0;" /></p><p></p><p></p>
<p class="caption">Source: http://commons.wikimedia.org/wiki/File:Koala-ag1.jpg<
/p><p class="caption">Author: Arnaud Gaillard</p><p><span class="caption">Licens
e: Creative Commons Share Alike Attribution Generic 1.0</span></p>', 1, 0, 0, 72
, '2011-01-01 00:00:01', 42, 'Parks Webmaster', '2011-01-01 00:00:01', 42, 0, '0
000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"sh
ow_title":"","link_titles":"","show_intro":"","show_category":"","link_category"
:"","show_parent_category":"","link_parent_category":"","show_author":"","show_c
reate_date":"","show_modify_date":"","show_publish_date":"","show_readmore":"","
show_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alterna
tive_readmore":"","layout":""}', 1, 0, 2, '', '', 1, 0, '', 0, '*', ''),
(26, 124, 'Language Switcher', 'language-switcher', '', '<p>The language switche
r module allows you to take advantage of the language tags that are available wh
en content, modules and menu links are created.</p>\r\n<p>This module displays a
list of available Content Languages for switching between them.</p>\r\n<p>When
switching languages, it redirects to the Home page defined for the chosen langua
ge. Thereafter, the navigation will be the one defined for that language.</p>\r\
n<p><strong>The language filter plugin must be enabled for this module to work p
roperly.</strong></p>\r\n<p><strong></strong> <a href="http://help.joomla.org/pr
oxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Langua
ge_Switcher" title="Language Switcher Module">Help</a></p>\r\n<p>To view an exam
ple of the language switch moduler module, go to the site administrator and enab
le the language filter plugin and the language switcher module labellled "langua
ge switcher" and visit the fruit shop or park sample sites. Then follow<a href="
http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6"> the instructi
ons in this tutorial</a>.</p>', '', 1, 0, 0, 67, '2011-01-01 00:00:01', 42, 'Joo
mla!', '2011-01-10 03:57:35', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01
', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro
":"","show_category":"","link_category":"","show_parent_category":"","link_paren
t_category":"","show_author":"","show_create_date":"","show_modify_date":"","sho
w_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon":"",
"show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 2, 0, 3,
'', '', 1, 2, '', 0, '*', ''),
(27, 125, 'Latest Articles Module', 'latest-articles-module', '', '<p>This Modul
e shows a list of the most recently published and current Articles. Some that ar
e shown may have expired even though they are the most recent. <a href="http://h
elp.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Modu
le_Manager_Latest_News" title="Latest Articles">Help</a></p>\r\n<p>{loadposition
articleslatestload}</p>', '', 1, 0, 0, 64, '2011-01-01 00:00:01', 42, '', '2011
-01-10 03:18:38', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-0000 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_c
ategory":"","link_category":"","show_parent_category":"","link_parent_category":

"","show_author":"","link_author":"","show_create_date":"","show_modify_date":""
,"show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_ic
on":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","page
_title":"","alternative_readmore":"","layout":""}', 2, 0, 1, 'modules, content',
'', 1, 4, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(28, 126, 'Login Module', 'login-module', '', '<p>This module displays a usernam
e and password login form. It also displays a link to retrieve a forgotten passw
ord. If user registration is enabled (in the Global Configuration settings), ano
ther link will be shown to enable self-registration for users. <a href="http://h
elp.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Modu
le_Manager_Login" title="Login">Help</a></p>\r\n<p>{loadposition loginload}</p>'
, '', 1, 0, 0, 65, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 03:36:13',
42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '',
'', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_
category":"","show_parent_category":"","link_parent_category":"","show_author":"
","show_create_date":"","show_modify_date":"","show_publish_date":"","show_readm
ore":"","show_print_icon":"","show_email_icon":"","show_hits":"","page_title":""
,"alternative_readmore":"","layout":""}', 2, 0, 2, '', '', 1, 3, '', 0, '*', '')
,
(29, 127, 'Menu Module', 'menu-module', '', '<p>This module displays a menu on t
he site (frontend). Menus can be displayed in a wide variety of ways by using the
menu options and css menu styles. <a href="http://help.joomla.org/proxy/index.p
hp?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Menu">Help</a></p
>\r\n<p>{loadposition menuload}</p>', '', 1, 0, 0, 75, '2011-01-01 00:00:01', 42
, 'Joomla!', '2011-01-10 03:07:59', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00
:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show
_intro":"","show_category":"","link_category":"","show_parent_category":"","link
_parent_category":"","show_author":"","show_create_date":"","show_modify_date":"
","show_publish_date":"","show_readmore":"","show_print_icon":"","show_email_ico
n":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 2,
0, 1, '', '', 1, 4, '', 0, '*', ''),
(30, 128, 'Most Read Content', 'most-read-content', '', '<p>This Module shows a
list of the currently published Articles which have the highest number of page v
iews. <a href="http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref
=Help16:Extensions_Module_Manager_Most_Read" title="Most Read Content">Help</a><
/p>\r\n<p>{loadposition articlespopularload}</p>', '', 0, 0, 0, 64, '2011-01-01
00:00:01', 42, 'Joomla!', '2011-01-10 03:13:53', 42, 0, '0000-00-00 00:00:00', '
2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_tit
les":"","show_intro":"","show_category":"","link_category":"","show_parent_categ
ory":"","link_parent_category":"","show_author":"","link_author":"","show_create
_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":""
,"show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_
hits":"","show_noauth":"","page_title":"","alternative_readmore":"","layout":""}
', 3, 0, 2, 'modules, content', '', 1, 5, '{"robots":"","author":"","rights":"",
"xreference":""}', 0, '*', ''),
(31, 129, 'News Flash', 'news-flash', '', '<p>Displays a set number of articles
from a category based on date or random selection. <a href="http://help.joomla.o
rg/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_A
rticles_Newsflash" title="News Flash Module">Help</a></p>\r\n<p>{loadposition ne
wsflashload}</p>', '', 1, 0, 0, 64, '2011-01-01 00:00:01', 42, '', '2011-01-10 0
3:16:50', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00
:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category"
:"","link_category":"","show_parent_category":"","link_parent_category":"","show
_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_p
ublish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","
show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","page_title":
"","alternative_readmore":"","layout":""}', 2, 0, 3, 'modules, content', '', 1,
3, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(32, 130, 'Parameters', 'parameters', '', '<p>As you make your Joomla! site usin
g the extension you will control the details of the display using <em>parameter<

/em><strong>s</strong>. Parameters control everything from whether the author''s


name is displayed to who can view what to the number of items shown on a list.<
/p><p>Default parameters for each components are changed using the Options butto
n on the component toolbar.</p><p>Parameters can also be set on an individual it
em, such as an article or contact and in menu links.</p><p>If you are happy with
how your site looks, it is fine to leave all of the parameters set to the defau
lts that were created when your site was installed. As you become more experienc
ed with Joomla! you will use parameters more.</p><p></p>', '', 1, 0, 0, 19, '2011
-01-01 00:00:01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00
:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","l
ink_titles":"","show_intro":"","show_category":"","link_category":"","show_paren
t_category":"","link_parent_category":"","show_author":"","show_create_date":"",
"show_modify_date":"","show_publish_date":"","show_readmore":"","show_print_icon
":"","show_email_icon":"","show_hits":"","page_title":"","alternative_readmore":
"","layout":""}', 1, 0, 10, '', '', 1, 1, '', 0, '*', ''),
(33, 131, 'Phyllopteryx', 'phyllopteryx', '', '<p><img src="images/sampledata/pa
rks/animals/200px_phyllopteryx_taeniolatus1.jpg" border="0" style="vertical-alig
n: middle;" /></p><p></p>', '<p><img src="images/sampledata/parks/animals/800px_p
hyllopteryx_taeniolatus1.jpg" border="0" style="vertical-align: middle;" /></p><
p></p><p>Source: http://en.wikipedia.org/wiki/File:Phyllopteryx_taeniolatus1.jpg<
/p><p>Author: Richard Ling</p><p>License: GNU Free Documentation License v 1.2 o
r later</p>', 1, 0, 0, 72, '2011-01-01 00:00:01', 42, 'Parks Webmaster', '2011-0
1-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00
00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_cat
egory":"","link_category":"","show_parent_category":"","link_parent_category":""
,"show_author":"","show_create_date":"","show_modify_date":"","show_publish_date
":"","show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":""
,"page_title":"","alternative_readmore":"","layout":""}', 1, 0, 3, '', '', 1, 0,
'', 0, '*', '');
INSERT INTO `jos_content` (`id`, `asset_id`, `title`, `alias`, `title_alias`, `i
ntrotext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `create
d_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_ou
t_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `
parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `fea
tured`, `language`, `xreference`) VALUES
(34, 132, 'Pinnacles', 'pinnacles', '', '<p><img src="images/sampledata/parks/la
ndscape/120px_pinnacles_western_australia.jpg" border="0" alt="Kings Canyon" wid
th="120" height="90" style="vertical-align: middle; border: 0;" /></p>', '<p><im
g src="images/sampledata/parks/landscape/800px_pinnacles_western_australia.jpg"
border="0" alt="King''s Canyon" width="500" height="374" style="vertical-align:
middle; border: 0;" /></p><p></p><p class="caption">Source: http://commons.wikime
dia.org/wiki/File:Pinnacles_Western_Australia.jpg</p><p class="caption">Author:
<a class="new" href="http://commons.wikimedia.org/w/index.php?title=User:Markdoe
&action=edit&redlink=1" title="User:Markdoe (page does not exist)"></a>Martin Gl
oss</p><p class="caption">License: GNU Free Documentation license v 1.2 or later
.</p>', 1, 0, 0, 73, '2011-01-01 00:00:01', 42, 'Parks Webmaster', '2011-01-01 0
0:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00
:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category"
:"","link_category":"","show_parent_category":"","link_parent_category":"","show
_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","
show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","page
_title":"","alternative_readmore":"","layout":""}', 1, 0, 4, '', '', 1, 0, '', 0
, '*', ''),
(35, 133, 'Professionals', 'professionals', '', '<p>Joomla! 1.6 continues develo
pment of the Joomla Framework and CMS as a powerful and flexible way to bring yo
ur vision of the web to reality. With the administrator now fully MVC, the abili
ty to control its look and the management of extensions is now complete.</p>\r\n
', '\r\n<p>Working with multiple template styles and overrides for the same view
s, creating the design you want is easier than it has ever been. Limiting suppor
t to PHP 5.2.4 and above and ending legacy support for Joomla 1.0 extensions mak

es Joomla! lighter and faster than ever.Languages files can now be overridden wit
hout having your changes lost during an upgrade. With the proper xml your users u
pdate extensions with a single click.</p>\r\n<p>Access control lists are now inc
orporated using a new system developed for Joomla!. The ACL system is designed w
ith developers in mind, so it is easy to incorporate into your extensions. The n
ew nested sets libraries allow you to incorporate infinitely deep categories but
also to use nested sets in a variety of other ways.</p>\r\n<p>A new forms libra
ry makes creating all kinds of user interaction simple. MooTools 1.3 provides a
highly flexible javascript framework that is a major advance over MooTools 1.0.<
/p>\r\n<p>New events throughout the core make integration of your plugins where
you want them a snap.</p>\r\n<p>Learn about:</p>\r\n<ul>\r\n<li><a href="http://
docs.joomla.org/What''s_new_in_Joomla_1.6">Changes since 1.5</a></li>\r\n<li><a
href="http://docs.joomla.org/ACL_Tutorial_for_Joomla_1.6">Working with ACL</a></
li>\r\n<li><a href="http://docs.joomla.org/API16:JCategories">Working with neste
d categories</a></li>\r\n<li><a href="http://docs.joomla.org/API16:JForm">Forms
library</a></li>\r\n<li><a href="http://docs.joomla.org/Working_with_Mootools_1.
3">Working with Mootools 1.3</a></li>\r\n<li><a href="http://docs.joomla.org/Lay
out_Overrides_in_Joomla_1.6">Using new features of the override system</a></li>\
r\n<li><a href="http://docs.joomla.org/API16:Framework">Joomla! 1.6 AP</a>I</li>
\r\n<li><a href="http://docs.joomla.org/API16:JDatabaseQuery">Using JDatabaseQue
ry</a></li>\r\n<li><a href="http://docs.joomla.org/What''s_new_in_Joomla_1.6#Eve
nts">New and updated events</a></li>\r\n<li><a href="http://docs.joomla.org/Xmlrpc_changes_in_Joomla!_1.6">Xmlrpc</a></li>\r\n<li><a href="http://docs.joomla.o
rg/What''s_new_in_Joomla_1.6#Extension_management">Installing and updating exten
sions</a></li>\r\n<li><a href="http://docs.joomla.org/Setting_up_your_workstatio
n_for_Joomla!_development">Setting up your development environment</a></li>\r\n<
/ul>', 1, 0, 0, 19, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-09 16:41:13',
42, 0, '0000-00-00 00:00:00', '2011-01-09 16:41:13', '0000-00-00 00:00:00', '',
'', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","link
_category":"","show_parent_category":"","link_parent_category":"","show_author":
"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_da
te":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_emai
l_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore"
:"","article_layout":""}', 12, 0, 5, '', '', 1, 9, '{"robots":"","author":"","ri
ghts":"","xreference":""}', 1, '*', ''),
(36, 134, 'Random Image Module', 'random-image-module', '', '<p>This Module disp
lays a random image from your chosen image directory. <a href="http://help.jooml
a.org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manage
r_Random_Image" title="Random Image Module">Help</a></p>\r\n<p>{loadposition ran
domimageload}</p>', '', 1, 0, 0, 66, '2011-01-01 00:00:01', 42, '', '2011-01-10
03:39:30', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:0
0:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category
":"","link_category":"","show_parent_category":"","link_parent_category":"","sho
w_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"",
"show_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","pag
e_title":"","alternative_readmore":"","layout":""}', 2, 0, 4, '', '', 1, 2, '',
0, '*', ''),
(37, 135, 'Related Items Module', 'related-items-module', '', '<p>This Module di
splays other Articles that are related to the one currently being viewed. These
relations are established by the Meta Keywords.All the keywords of the current Art
icle are searched against all the keywords of all other published articles. <a h
ref="http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Ex
tensions_Module_Manager_Articles_Related" title="Related Items Module">Help</a><
/p>\r\n<p>{loadposition relateditemsload}</p>', '', 1, 0, 0, 64, '2011-01-01 00:
00:01', 42, 'Joomla!', '2011-01-10 03:23:25', 42, 0, '0000-00-00 00:00:00', '201
1-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles
":"","show_intro":"","show_category":"","link_category":"","show_parent_category
":"","link_parent_category":"","show_author":"","link_author":"","show_create_da
te":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","s
how_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hit

s":"","show_noauth":"","page_title":"","alternative_readmore":"","layout":""}',
2, 0, 4, 'modules, content', '', 1, 3, '{"robots":"","author":"","rights":"","xr
eference":""}', 0, '*', ''),
(38, 136, 'Galerias', 'galerias', '', '<p>Imagenes</p>', '', 1, 0, 0, 19, '201101-01 00:00:01', 42, 'Joomla!', '2011-08-15 16:54:56', 42, 0, '0000-00-00 00:00:
00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","li
nk_titles":"","show_intro":"","show_category":"","link_category":"","show_parent
_category":"","link_parent_category":"","show_author":"","link_author":"","show_
create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigati
on":"","show_icons":"0","show_print_icon":"0","show_email_icon":"0","show_vote":
"","show_hits":"","show_noauth":"","alternative_readmore":"","article_layout":""
}', 4, 0, 11, '', '', 1, 18, '{"robots":"","author":"","rights":"","xreference":
""}', 0, '*', ''),
(86, 195, 'Estudio de Iluminacin de Tipo Laboral', 'estudiodeiluminacion', '', '<
p><strong>D</strong>eterminar el nivel de Iluminacin en las diferentes reas de las
empresas con la finalidad de determinar los valores y comparar los mismos con lo
estipulado en el Reglamento de las Condiciones de Higiene y Seguridad en el Tra
bajo y la Norma Venezolana COVENN 2249 - 1993. Iluminacin en Tareas y reas de Traba
jo.</p>', '', 1, 0, 0, 82, '2011-08-31 18:42:34', 42, '', '2011-08-31 19:01:01',
42, 0, '0000-00-00 00:00:00', '2011-08-31 18:42:34', '0000-00-00 00:00:00', '',
'', '{"show_title":"0","link_titles":"","show_intro":"","show_category":"","lin
k_category":"","show_parent_category":"","link_parent_category":"","show_author"
:"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_d
ate":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_ema
il_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore
":"Leer M\\u00e1s","article_layout":""}', 9, 0, 5, '', '', 1, 0, '{"robots":"","
author":"","rights":"","xreference":""}', 0, '*', ''),
(87, 196, 'Evaluaciones de Estrs Trmico ', 'evaluaciones-de-estres-termico', '', '
<p style="text-align: justify;">Determinar en las reas de Produccin de la empresa
la existencia o no de Confort Trmico, mediante el uso de los parmetros del ndice de
Temperatura Efectiva, y comparar los resultados con lo estipulado el Reglamento
de las Condiciones de Higiene y Seguridad en el Trabajo respectivamente.</p>',
'', 1, 0, 0, 82, '2011-08-31 19:02:58', 42, '', '0000-00-00 00:00:00', 0, 0, '00
00-00-00 00:00:00', '2011-08-31 19:02:58', '0000-00-00 00:00:00', '', '', '{"sho
w_title":"","link_titles":"","show_intro":"","show_category":"","link_category":
"","show_parent_category":"","link_parent_category":"","show_author":"","link_au
thor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","sho
w_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"",
"show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"","articl
e_layout":""}', 1, 0, 4, '', '', 1, 0, '{"robots":"","author":"","rights":"","xr
eference":""}', 0, '*', ''),
(39, 137, 'Search', 'search-component', '', '<p>The search component proviedes b
asic search functionality for the information contained in your core components.
Many third party extensions also can be searched by the search component. <a hr
ef="http://help.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Com
ponents_Search">Help</a></p>', '', 1, 0, 0, 21, '2011-01-01 00:00:01', 42, 'Joom
la!', '2011-01-10 04:19:31', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01'
, '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro"
:"","show_category":"","link_category":"","show_parent_category":"","link_parent
_category":"","show_author":"","link_author":"","show_create_date":"","show_modi
fy_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","sh
ow_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noaut
h":"","alternative_readmore":"","article_layout":""}', 2, 0, 3, '', '', 1, 1, '{
"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(40, 138, 'Search Module', 'search-module', '', '<p>This module will display a s
earch box. <a href="http://help.joomla.org/proxy/index.php?option=com_help&amp;k
eyref=Help16:Extensions_Module_Manager_Search" title="Search">Help</a></p>\r\n<p
>{loadposition searchload}</p>', '', 1, 0, 0, 67, '2011-01-01 00:00:01', 42, 'Jo
omla!', '2011-01-10 03:55:54', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:0
1', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intr

o":"","show_category":"","link_category":"","show_parent_category":"","link_pare
nt_category":"","show_author":"","show_create_date":"","show_modify_date":"","sh
ow_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon":""
,"show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 2, 0, 4
, '', '', 1, 2, '', 0, '*', ''),
(41, 139, 'Search ', 'search-plugin', '', '<p>The search component uses plugins
to control which parts of your Joomla! site are searched. You may choose to turn
off some areas to improve performance or for other reasons. Many third party Jo
omla! extensions have search plugins that extend where search takes place.</p><p
>Default On:</p><ul><li>Content Help</li><li>Contacts Help</li><li>WeblinksHelp</
li><li>News FeedsHelp</li><li>CategoriesHelp</li></ul>', '', 1, 0, 0, 25, '2011-01
-01 00:00:01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00
', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link
_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_c
ategory":"","link_parent_category":"","show_author":"","show_create_date":"","sh
ow_modify_date":"","show_publish_date":"","show_readmore":"","show_print_icon":"
","show_email_icon":"","show_hits":"","page_title":"","alternative_readmore":"",
"layout":""}', 1, 0, 1, '', '', 1, 0, '', 0, '*', ''),
(42, 140, 'Quienes Somos', 'quienessomos', '', '<p style="text-align: justify;"><
/p>\r\n<p style="text-align: justify;">CORROSION &amp; POLLUTION 2000, C.A. ha r
ealizado numerosos estudios de caracterizacin de chimeneas de combustin o muestreo
de partculas contaminantes, teniendo actualmente clientes en el Estado Carabobo
y varios estados de Venezuela, realizando estudios ambientales, tambin en el rea d
e Higiene Ocupacional como es el caso de mediciones de polvo, ruido y tratamient
o de aguas.</p>\r\n<div>\r\n<p style="text-align: center;"><strong><br /></stron
g></p>\r\n<p style="text-align: center;"><strong>OBJETIVO</strong></p>\r\n<p>COR
ROSION &amp; POLLUTION 2000 C.A; tiene como objetivo principal, participar en la
prestacin de servicios para la calidad ambiental, a travs de la realizacin de ases
oras tcnicas y servicios para el control de la contaminacin atmosfrica.<strong><img
src="images/mision.png" border="0" alt="" style="border-style: initial; border-c
olor: initial; float: right;" /></strong></p>\r\n<p style="text-align: center;"><
/p>\r\n<p style="text-align: center;"><strong>MISIN</strong><strong></strong></p>\r\
n</div>\r\n<p style="text-align: justify;">La misin que tiene CORROSION Y POLLUTI
ON 2000, C.A. con la comunidad es mantener un medio ambiente libre de emisiones
atmosfricas dainas y perjudiciales para el medio ambiente por medio de sus servici
os de Ingeniera Ambiental.</p>\r\n<p style="text-align: center;"><strong><br /></
strong></p>\r\n<p style="text-align: center;"><strong>VISIN</strong></p>\r\n<p st
yle="text-align: justify;">La visin de CORROSION &amp; POLLUTION 2000 C.A. es de
ser una empresa totalmente funcional hasta llegar hacer lideres del mercado en c
uanto a control ambiental convirtindonos en una empresa confiable y con un compro
miso personal con sus clientes y el medio ambiente.</p>\r\n<p style="text-align:
center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: cen
ter;"></p>\r\n<p style="text-align: center;"></p>', '', 1, 0, 0, 14, '2011-01-01 0
0:00:01', 42, 'Joomla!', '2011-09-01 09:54:42', 42, 0, '0000-00-00 00:00:00', '2
011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titl
es":"","show_intro":"","show_category":"","link_category":"","show_parent_catego
ry":"","link_parent_category":"","show_author":"","link_author":"0","show_create
_date":"0","show_modify_date":"0","show_publish_date":"0","show_item_navigation"
:"0","show_icons":"0","show_print_icon":"0","show_email_icon":"0","show_vote":"0
","show_hits":"","show_noauth":"","alternative_readmore":"","article_layout":""}
', 25, 0, 2, '', '', 1, 73, '{"robots":"","author":"","rights":"","xreference":"
"}', 0, '*', ''),
(43, 141, 'Spotted Quoll', 'spotted-quoll', '', '<p><img src="images/sampledata/
parks/animals/220px_spottedquoll_2005_seanmcclean.jpg" border="0" alt="Spotted Q
uoll" style="vertical-align: middle; border: 0;" /></p>', '<p><img src="images/s
ampledata/parks/animals/789px_spottedquoll_2005_seanmcclean.jpg" border="0" alt=
"Spotted Quoll" style="vertical-align: middle;" /></p><p></p><p>Source: http://en
.wikipedia.org/wiki/File:SpottedQuoll_2005_SeanMcClean.jpg</p><p>Author: Sean Mc
Clean</p><p>License: GNU Free Documentation License v 1.2 or later</p>', 1, 0, 0
, 72, '2011-01-01 00:00:01', 42, 'Parks Webmaster', '2011-01-01 00:00:01', 42, 0

, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '


{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_categ
ory":"","show_parent_category":"","link_parent_category":"","show_author":"","sh
ow_create_date":"","show_modify_date":"","show_publish_date":"","show_readmore":
"","show_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alt
ernative_readmore":"","layout":""}', 1, 0, 4, '', '', 1, 0, '', 0, '*', ''),
(44, 142, 'Statistics Module', 'statistics', '', '<p>The Statistics Module shows
information about your server installation together with statistics on the Web
site users, number of Articles in your database and the number of Web links you
provide.</p><p>{loadposition statisticsload}</p>', '', 1, 0, 0, 67, '2011-01-01
00:00:01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '
2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_tit
les":"","show_intro":"","show_category":"","link_category":"","show_parent_categ
ory":"","link_parent_category":"","show_author":"","show_create_date":"","show_m
odify_date":"","show_publish_date":"","show_readmore":"","show_print_icon":"","s
how_email_icon":"","show_hits":"","page_title":"","alternative_readmore":"","lay
out":""}', 1, 0, 5, '', '', 1, 0, '', 0, '*', ''),
(45, 143, 'Syndicate Module', 'syndicate-module', '', '<p>The syndicate module a
llows you to display a link that allows users to take a feed from your site. It
will only display on pages for which feeds are possible. That means it will not
display on single article, contact or weblinks pages, such as this one. <a href=
"http://docs.joomla.org/Help15:Screen.modulessite.edit.15#Syndicate" title="Syni
cate Module">Help</a></p><p>{loadposition syndicateload}</p>', '', 1, 0, 0, 67,
'2011-01-01 00:00:01', 42, '', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:0
0', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","lin
k_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_
category":"","link_parent_category":"","show_author":"","show_create_date":"","s
how_modify_date":"","show_publish_date":"","show_readmore":"","show_print_icon":
"","show_email_icon":"","show_hits":"","page_title":"","alternative_readmore":""
,"layout":""}', 1, 0, 6, '', '', 1, 0, '', 0, '*', ''),
(46, 144, 'System', 'system', '', '<p>System plugins operate every time a page o
n your site loads. They control such things as your URLS, whether users can chec
k a "remember me" box on the login module, and whether caching is enabled. New in
1.6 is the redirect plugin that with the redirect component assist you in manag
ing changes in URLs.</p><p>Default on:</p><ul><li>Remember me Help</li><li>SEFHel
p</li><li>DebugHelp</li></ul><p>Default off:</p><ul><li>CacheHelp</li><li>LogHelp</
li><li>RedirectHelp</li></ul>', '', 1, 0, 0, 25, '2011-01-01 00:00:01', 42, 'Joom
la!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01'
, '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro"
:"","show_category":"","link_category":"","show_parent_category":"","link_parent
_category":"","show_author":"","show_create_date":"","show_modify_date":"","show
_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon":"","
show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 1, 0, 2,
'', '', 1, 0, '', 0, '*', ''),
(47, 145, 'The Joomla! Community', 'the-joomla-community', '', '<p>Joomla! means
All Together, and it is a community of people all working and having fun togeth
er that makes Joomla! possible. Thousands of people each year participate in the
Joomla! community, and we hope you will be one of them.</p><p>People with all k
inds of skills, of all skill levels and from around the world are welcome to joi
n in. Participate in the <a href="http://joomla.org">Joomla.org</a> family of we
bsites (the<a href="http://forum.joomla.org"> forum </a>is a great place to star
t). Come to a <a href="http://community.joomla.org/events.html">Joomla! event</a
>. Join or start a <a href="http://community.joomla.org/user-groups.html">Joomla
! Users Group</a>. Whether you are a developer, site administrator, designer, en
d user or fan, there are ways for you to participate and contribute.</p>', '', 1
, 0, 0, 19, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-01 00:00:01', 42, 0,
'0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"
show_title":"","link_titles":"","show_intro":"","show_category":"","link_categor
y":"","show_parent_category":"","link_parent_category":"","show_author":"","show
_create_date":"","show_modify_date":"","show_publish_date":"","show_readmore":""

,"show_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alter
native_readmore":"","layout":""}', 1, 0, 4, '', '', 1, 0, '', 0, '*', ''),
(48, 146, 'The Joomla! Project', 'the-joomla-project', '', '<p>The Joomla! Proje
ct consists of all of the people who make and support the Joomla! Web Platform a
nd Content Management System.</p><p>Our mission is to provide a flexible platfor
m for digital publishing and collaboration.</p><p>The core values are:</p><ul><l
i>Freedom</li><li>Equality</li><li>Trust</li><li>Community</li><li>Collaboration
</li><li>Usability</li></ul><p>In our vision, we see:</p><ul><li>People publishi
ng and collaborating in their communities and around the world</li><li>Software
that is free, secure, and high-quality</li><li>A community that is enjoyable and
rewarding to participate in</li><li>People around the world using their preferr
ed languages</li><li>A project that acts autonomously</li><li>A project that is
socially responsible</li><li>A project dedicated to maintaining the trust of its
users</li></ul><p>There are millions of users around the world and thousands of
people who contribute to the Joomla! Project. They work in three main groups: t
he Production Working Group, responsible for everything that goes into software
and documentation; the Community Working Group, responsible for creating a nurtu
ring the community; and Open Source Matters, the non profit organization respons
ible for managing legal, financial and organizational issues.</p><p>Joomla! is a
free and open source project, which uses the GNU General Public Licenseversion 2
or later.</p>', '', 1, 0, 0, 19, '2011-01-01 00:00:01', 42, '', '2011-01-01 00:
00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:0
0', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"
","link_category":"","show_parent_category":"","link_parent_category":"","show_a
uthor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","sh
ow_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","page_t
itle":"","alternative_readmore":"","layout":""}', 1, 0, 1, '', '', 1, 0, '', 0,
'*', '');
INSERT INTO `jos_content` (`id`, `asset_id`, `title`, `alias`, `title_alias`, `i
ntrotext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `create
d_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_ou
t_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `
parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `fea
tured`, `language`, `xreference`) VALUES
(49, 147, 'Typography', 'typography', '', '<div class="clearfix" style="overflow
:hidden;">\r\n<div class="zt-typo-col zt-typo-col3">\r\n<ul class="plus">\r\n<li
><a href="#heading-styles" title="">Heading Styles</a></li>\r\n<li><a href="#pre
-code-styles" title="">Pre Code Styles</a></li>\r\n<li><a href="#highlight-style
s" title="">Highlight Styles</a></li>\r\n<li><a href="#icons-styles" title="">Ic
ons Styles</a></li>\r\n<li><a href="#order-list-styles" title="">Order List Styl
es</a></li>\r\n</ul>\r\n</div>\r\n<div class="zt-typo-col zt-typo-col3">\r\n<ul
class="plus">\r\n<li><a href="#bullet-styles" title="">Bullet Styles</a></li>\r\
n<li><a href="#content-box-styles" title="">Content Box Styles</a></li>\r\n<li><
a href="#bubble-styles" title="">Bubble Styles</a></li>\r\n<li><a href="#blockqu
ote-styles" title="">Blockquote Styles</a></li>\r\n</ul>\r\n</div>\r\n<div class
="zt-typo-col zt-typo-col3">\r\n<ul class="plus">\r\n<li><a href="#blocknumber-s
tyles" title="">Blocknumber Styles</a></li>\r\n<li><a href="#dropcap-styles" tit
le="">Dropcap Styles</a></li>\r\n<li><a href="#legend-styles" title="">Legend St
yles</a></li>\r\n<li><a href="#table-styles" title="">Table Styles</a></li>\r\n<
/ul>\r\n</div>\r\n</div>\r\n\r\n\r\n<p id="heading-styles" class="zt-typo-title"
><span>Heading Styles</span></p>\r\n\r\n<h1>This is an Heading 1</h1>\r\n<h2>Thi
s is an Heading 2</h2>\r\n<h3>This is an Heading 3</h3>\r\n<h4>This is an Headin
g 4</h4>\r\n\r\n<p id="pre-code-styles" class="zt-typo-title"><span>Pre Code Sty
les</span></p>\r\n\r\n<p>Below is a sample of &lt;pre&gt; or &lt;div class="code
&quot;&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;#zt-body {&lt;br /&gt; width: 180px;&lt;b
r /&gt; float: right;&lt;br /&gt; color: #EEEEEE;&lt;br /&gt;}&lt;/pre&gt;\r\n\r
\n\r\n&lt;p id=&quot;highlight-styles" class="zt-typo-title"><span>Highlight Sty
les</span></p>\r\n\r\n<p>This is a <span class="highlight">highlight phrase</spa
n>. Use <em>&lt;span class="&lt;strong&gt;highlight&lt;/strong&gt;&quot;&gt;Your
highlight phrase goes here!&lt;/span&gt;.&lt;/em&gt;&lt;/p&gt;\r\n&lt;p&gt;This

is a &lt;span class=&quot;highlight1">highlight phrase</span>. Use <em>&lt;span


class="&lt;strong&gt;highlight1&lt;/strong&gt;&quot;&gt;Your highlight phrase g
oes here!&lt;/span&gt;.&lt;/em&gt;&lt;/p&gt;\r\n&lt;p&gt;This is a &lt;span clas
s=&quot;highlight2">highlight phrase</span>. Use <em>&lt;span class="&lt;strong&
gt;highlight2&lt;/strong&gt;&quot;&gt;Your highlight phrase goes here!&lt;/span&
gt;.&lt;/em&gt;&lt;/p&gt;\r\n&lt;p&gt;This is a &lt;span class=&quot;highlight3"
>highlight phrase</span>. Use <em>&lt;span class="&lt;strong&gt;highlight3&lt;/s
trong&gt;&quot;&gt;Your highlight phrase goes here!&lt;/span&gt;.&lt;/em&gt;&lt;
/p&gt;\r\n\r\n\r\n&lt;p id=&quot;icons-styles" class="zt-typo-title"><span>Icons
Styles</span></p>\r\n\r\n<div class="clearfix" style="overflow:hidden;">\r\n\r\
n<div class="zt-typo-col zt-typo-col2">\r\n<p class="zt-info">Use <em>&lt;p clas
s="&lt;strong&gt;zt-info&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-help">Use <em>&lt;p class=
"&lt;strong&gt;zt-help&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/
p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-comment">Use <em>&lt;p class
="&lt;strong&gt;zt-comment&lt;/strong&gt;&quot;&gt;Your info message goes here!&
lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-accept">Use <em>&lt;p cl
ass="&lt;strong&gt;zt-accept&lt;/strong&gt;&quot;&gt;Your info message goes here
!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-add">Use <em>&lt;p cla
ss="&lt;strong&gt;zt-add&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-tip">Use <em>&lt;p class="
&lt;strong&gt;zt-tip&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&
gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-warning">Use <em>&lt;p class="
&lt;strong&gt;zt-warning&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-error">Use <em>&lt;p class
="&lt;strong&gt;zt-error&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-email">Use <em>&lt;p class
="&lt;strong&gt;zt-email&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-phone">Use <em>&lt;p class
="&lt;strong&gt;zt-phone&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-mobile">Use <em>&lt;p clas
s="&lt;strong&gt;zt-mobile&lt;/strong&gt;&quot;&gt;Your info message goes here!&
lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-time">Use <em>&lt;p clas
s="&lt;strong&gt;zt-time&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-world">Use <em>&lt;p class
="&lt;strong&gt;zt-world&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt
;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-book">Use <em>&lt;p class=
"&lt;strong&gt;zt-book&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/
p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-stock">Use <em>&lt;p class="
&lt;strong&gt;zt-stock&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/
p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-cart">Use <em>&lt;p class="&
lt;strong&gt;zt-cart&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&
gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;div class=&quot;zt-typo-col
zt-typo-col2">\r\n<p class="zt-date">Use <em>&lt;p class="&lt;strong&gt;zt-date
&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/
p&gt;\r\n&lt;p class=&quot;zt-key">Use <em>&lt;p class="&lt;strong&gt;zt-key&lt;
/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt
;\r\n&lt;p class=&quot;zt-yes">Use <em>&lt;p class="&lt;strong&gt;zt-yes&lt;/str
ong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\
n&lt;p class=&quot;zt-no">Use <em>&lt;p class="&lt;strong&gt;zt-no&lt;/strong&gt
;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p
class=&quot;zt-male">Use <em>&lt;p class="&lt;strong&gt;zt-male&lt;/strong&gt;&
quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p c
lass=&quot;zt-female">Use <em>&lt;p class="&lt;strong&gt;zt-female&lt;/strong&gt
;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p
class=&quot;zt-tag-blue">Use <em>&lt;p class="&lt;strong&gt;zt-tag-blue&lt;/str
ong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\
n&lt;p class=&quot;zt-tag-green">Use <em>&lt;p class="&lt;strong&gt;zt-tag-green
&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/
p&gt;\r\n&lt;p class=&quot;zt-tag-orange">Use <em>&lt;p class="&lt;strong&gt;zt-

tag-orange&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&lt;/em


&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-tag-pink">Use <em>&lt;p class="&lt;stron
g&gt;zt-tag-pink&lt;/strong&gt;&quot;&gt;Your info message goes here!&lt;/p&gt;&
lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-tag-purple">Use <em>&lt;p class="&
lt;strong&gt;zt-tag-purple&lt;/strong&gt;&quot;&gt;Your info message goes here!&
lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-tag-red">Use <em>&lt;p c
lass="&lt;strong&gt;zt-tag-red&lt;/strong&gt;&quot;&gt;Your info message goes he
re!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-tag-yellow">Use <em>
&lt;p class="&lt;strong&gt;zt-tag-yellow&lt;/strong&gt;&quot;&gt;Your info messa
ge goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-green">Use
<em>&lt;p class="&lt;strong&gt;zt-green&lt;/strong&gt;&quot;&gt;Your info messa
ge goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-yellow">Us
e <em>&lt;p class="&lt;strong&gt;zt-yellow&lt;/strong&gt;&quot;&gt;Your info mes
sage goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;p class=&quot;zt-red">Use
<em>&lt;p class="&lt;strong&gt;zt-red&lt;/strong&gt;&quot;&gt;Your info message
goes here!&lt;/p&gt;&lt;/em&gt;.&lt;/p&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;/div&gt;\
r\n\r\n&lt;p id=&quot;order-list-styles" class="zt-typo-title"><span>Order List
Styles</span></p>\r\n\r\n<div class="clearfix" style="overflow:hidden;">\r\n<div
class="zt-typo-col zt-typo-col2">\r\nUse <em>&lt;ol&gt;&lt;li&gt;...&lt;/li&gt;
&lt;/ol&gt;</em>.\r\n<ol>\r\n<li>Suspendisse <strong>hendrerit ante</strong> vel
quam.</li>\r\n<li>Vestibulum nisl. Integer urna.</li>\r\n<li>Aenean hendrerit.
Maecenas condimentum.</li>\r\n<li>Sed odio sem, placerat faucibus.</li>\r\n</ol>
\r\n</div>\r\n<div class="zt-typo-col zt-typo-col2">\r\nUse <em>&lt;dl&gt;&lt;dt
&gt;...&lt;/dt&gt;&lt;/dl&gt;</em>.\r\n<dl>\r\n<dt>Suspendisse <strong>hendrerit
ante</strong> vel quam.</dt>\r\n<dt>Vestibulum nisl. Integer urna.</dt>\r\n<dt>
Aenean hendrerit. Maecenas condimentum.</dt>\r\n<dt>Sed odio sem, placerat fauci
bus.</dt>\r\n</dl>\r\n</div>\r\n</div>\r\n\r\n\r\n<p id="bullet-styles" class="z
t-typo-title"><span>Bullet Styles</span></p>\r\n\r\n<div class="clearfix" style=
"overflow:hidden;">\r\n\r\n<div class="zt-typo-col zt-typo-col3">\r\n<ul class="
circle">\r\n<li>This is a sample <strong>Circle list</strong>.</li>\r\n<li>Condi
mentum quis.</li>\r\n<li>Congue Quisque augue elit dolor.</li>\r\n<li>Nunc cursu
s sem et sapien eget.</li>\r\n</ul>\r\n\r\n<ul class="checklist">\r\n<li>This is
a sample <strong>Check list</strong>.</li>\r\n<li>Dolor Curabitur Nam Nulla aug
ue id.</li>\r\n<li>Lorem et nunc congue pede auctor</li>\r\n<li>Nunc cursus sem
et pretium.</li>\r\n</ul>\r\n</div>\r\n\r\n<div class="zt-typo-col zt-typo-col3"
>\r\n<ul class="star">\r\n<li>This is a sample <strong>Star list</strong></li>\r
\n<li>Dolor Curabitur Nam Nulla augue id iaculis.</li>\r\n<li>Lorem et nunc cong
ue pede auctor</li>\r\n<li>Nunc cursus sem et pretium.</li>\r\n</ul>\r\n\r\n<ul
class="arrow">\r\n<li>This is a sample <strong>Arrow list</strong>.</li>\r\n<li>
Dolor Curabitur Nam Nulla augue id iaculis.</li>\r\n<li>Lorem et nunc congue ped
e auctor</li>\r\n<li>Nunc cursus sem et pretium.</li>\r\n</ul>\r\n</div>\r\n\r\n
<div class="zt-typo-col zt-typo-col3">\r\n<ul class="square">\r\n<li>This is a s
ample <strong>Square list</strong></li>\r\n<li>Dolor Curabitur Nam Nulla augue i
d iaculis.</li>\r\n<li>Lorem et nunc congue pede auctor</li>\r\n<li>Nunc cursus
sem et pretium.</li>\r\n</ul>\r\n\r\n<ul class="plus">\r\n<li>This is a sample <
strong>Plus list</strong>.</li>\r\n<li>Dolor Curabitur Nam Nulla augue id iaculi
s.</li>\r\n<li>Lorem et nunc congue pede auctor</li>\r\n<li>Nunc cursus sem et p
retium.</li>\r\n</ul>\r\n</div>\r\n\r\n</div>\r\n\r\n<p id="content-box-styles"
class="zt-typo-title"><span>Content Box Styles</span></p>\r\n\r\n<p class="zt-bo
x-info">This is a sample clip note. Use <strong>&lt;p class="box-info&quot;&gt;Y
our clip note goes here!&lt;/strong&gt;&lt;/p&gt; to form a clip note!&lt;/p&gt;
\r\n\r\n&lt;p class=&quot;zt-box-warning">This is a sample clip note. Use <stron
g>&lt;p class="box-warning&quot;&gt;Your clip note goes here!&lt;/strong&gt;&lt;
/p&gt; to form a clip note!&lt;/p&gt;\r\n\r\n&lt;p class=&quot;zt-box-stickynote
">This is a sample clip note. Use <strong>&lt;p class="box-stickynote&quot;&gt;Y
our clip note goes here!&lt;/strong&gt;&lt;/p&gt; to form a clip note!&lt;/p&gt;
\r\n\r\n&lt;p class=&quot;zt-box-download">This is a sample clip note. Use <stro
ng>&lt;p class="box-download&quot;&gt;Your clip note goes here!&lt;/strong&gt;&l
t;/p&gt; to form a clip note!&lt;/p&gt;\r\n\r\n\r\n&lt;p class=&quot;zt-box-faq"
>This is a sample clip note. Use <strong>&lt;p class="box-faq&quot;&gt;Your clip

note goes here!&lt;/strong&gt;&lt;/p&gt; to form a clip note!&lt;/p&gt;\r\n\r\n


\r\n&lt;p class=&quot;zt-box-flag">This is a sample clip note. Use <strong>&lt;p
class="box-flag&quot;&gt;Your clip note goes here!&lt;/strong&gt;&lt;/p&gt; to
form a clip note!&lt;/p&gt;\r\n\r\n&lt;div class=&quot;clearfix" style="overflow
:hidden;">\r\n<div class="zt-typo-col zt-typo-col3">\r\n<div class="zt-box1">Thi
s is a sample block number.<br />Use <em>&lt;div class="&lt;strong&gt;zt-box1&lt
;/strong&gt;&quot;&gt;Your content goes here!&lt;/div&gt;&lt;/em&gt;!&lt;/div&gt
;\r\n&lt;div class=&quot;zt-box2">This is a sample block number.<br />Use <em>&l
t;div class="&lt;strong&gt;zt-box2&lt;/strong&gt;&quot;&gt;Your content goes her
e!&lt;/div&gt;&lt;/em&gt;!&lt;/div&gt;\r\n&lt;div class=&quot;zt-box3">This is a
sample block number.<br />Use <em>&lt;div class="&lt;strong&gt;zt-box2&lt;/stro
ng&gt;&quot;&gt;Your content goes here!&lt;/div&gt;&lt;/em&gt;!&lt;/div&gt;\r\n&
lt;/div&gt;\r\n\r\n&lt;div class=&quot;zt-typo-col zt-typo-col3">\r\n<div class=
"zt-box4">This is a sample block number.<br />Use <em>&lt;div class="&lt;strong&
gt;zt-box4&lt;/strong&gt;&quot;&gt;Your content goes here!&lt;/div&gt;&lt;/em&gt
;!&lt;/div&gt;\r\n&lt;div class=&quot;zt-box5">This is a sample block number.<br
/>Use <em>&lt;div class="&lt;strong&gt;zt-box5&lt;/strong&gt;&quot;&gt;Your con
tent goes here!&lt;/div&gt;&lt;/em&gt;!&lt;/div&gt;\r\n&lt;div class=&quot;zt-bo
x6">This is a sample block number.<br />Use <em>&lt;div class="&lt;strong&gt;ztbox6&lt;/strong&gt;&quot;&gt;Your content goes here!&lt;/div&gt;&lt;/em&gt;!&lt;
/div&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;div class=&quot;zt-typo-col zt-typo-col3">\r
\n<div class="zt-box7">This is a sample block number.<br />Use <em>&lt;div class
="&lt;strong&gt;zt-box7&lt;/strong&gt;&quot;&gt;Your content goes here!&lt;/div&
gt;&lt;/em&gt;!&lt;/div&gt;\r\n&lt;div class=&quot;zt-box8">This is a sample blo
ck number.<br />Use <em>&lt;div class="&lt;strong&gt;zt-box8&lt;/strong&gt;&quot
;&gt;Your content goes here!&lt;/div&gt;&lt;/em&gt;!&lt;/div&gt;\r\n&lt;div clas
s=&quot;zt-box9">This is a sample block number.<br />Use <em>&lt;div class="&lt;
strong&gt;zt-box9&lt;/strong&gt;&quot;&gt;Your content goes here!&lt;/div&gt;&lt
;/em&gt;!&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;p id=&quot;bubb
le-styles" class="zt-typo-title"><span>Bubble Styles</span></p>\r\n\r\n<div clas
s="clearfix" style="overflow:hidden;">\r\n\r\n<div class="zt-typo-col zt-typo-co
l4">\r\n<div class="zt-bubble bubble1">\r\n<div class="zt-bubble-top">Praesent b
ibendum, lacus non dignissim ullamcorper, ligula nibh porttitor magna, id adipis
cing eros neque id orci. Sed imperdiet ultrices ante, sed facilisis felis varius
sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-bubble-arrow">
</div><span class="zt-bubble-author">Author <strong>[Bubble1]</strong> </span></
div>\r\n</div>\r\n\r\n<div class="zt-bubble bubble2">\r\n<div class="zt-bubble-t
op">Praesent bibendum, lacus non dignissim ullamcorper, ligula nibh porttitor ma
gna, id adipiscing eros neque id orci. Sed imperdiet ultrices ante, sed facilisi
s felis varius sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-b
ubble-arrow"> </div><span class="zt-bubble-author">Author <strong>[Bubble2]</str
ong> </span></div>\r\n</div>\r\n</div>\r\n\r\n<div class="zt-typo-col zt-typo-co
l4">\r\n<div class="zt-bubble bubble3">\r\n<div class="zt-bubble-top">Praesent b
ibendum, lacus non dignissim ullamcorper, ligula nibh porttitor magna, id adipis
cing eros neque id orci. Sed imperdiet ultrices ante, sed facilisis felis varius
sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-bubble-arrow">
</div><span class="zt-bubble-author">Author <strong>[Bubble3]</strong> </span></
div>\r\n</div>\r\n\r\n<div class="zt-bubble bubble4">\r\n<div class="zt-bubble-t
op">Praesent bibendum, lacus non dignissim ullamcorper, ligula nibh porttitor ma
gna, id adipiscing eros neque id orci. Sed imperdiet ultrices ante, sed facilisi
s felis varius sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-b
ubble-arrow"> </div><span class="zt-bubble-author">Author <strong>[Bubble4]</str
ong> </span></div>\r\n</div>\r\n</div>\r\n\r\n<div class="zt-typo-col zt-typo-co
l4">\r\n<div class="zt-bubble bubble5">\r\n<div class="zt-bubble-top">Praesent b
ibendum, lacus non dignissim ullamcorper, ligula nibh porttitor magna, id adipis
cing eros neque id orci. Sed imperdiet ultrices ante, sed facilisis felis varius
sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-bubble-arrow">
</div><span class="zt-bubble-author">Author <strong>[Bubble5]</strong> </span></
div>\r\n</div>\r\n\r\n<div class="zt-bubble bubble6">\r\n<div class="zt-bubble-t
op">Praesent bibendum, lacus non dignissim ullamcorper, ligula nibh porttitor ma

gna, id adipiscing eros neque id orci. Sed imperdiet ultrices ante, sed facilisi
s felis varius sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-b
ubble-arrow"> </div><span class="zt-bubble-author">Author <strong>[Bubble6]</str
ong> </span></div>\r\n</div>\r\n</div>\r\n\r\n<div class="zt-typo-col zt-typo-co
l4">\r\n<div class="zt-bubble bubble7">\r\n<div class="zt-bubble-top">Praesent b
ibendum, lacus non dignissim ullamcorper, ligula nibh porttitor magna, id adipis
cing eros neque id orci. Sed imperdiet ultrices ante, sed facilisis felis varius
sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-bubble-arrow">
</div><span class="zt-bubble-author">Author <strong>[Bubble7]</strong> </span></
div>\r\n</div>\r\n\r\n<div class="zt-bubble bubble8">\r\n<div class="zt-bubble-t
op">Praesent bibendum, lacus non dignissim ullamcorper, ligula nibh porttitor ma
gna, id adipiscing eros neque id orci. Sed imperdiet ultrices ante, sed facilisi
s felis varius sit amet.</div>\r\n<div class="zt-bubble-bottom"><div class="zt-b
ubble-arrow"> </div><span class="zt-bubble-author">Author <strong>[Bubble8]</str
ong> </span></div>\r\n</div>\r\n</div>\r\n\r\n</div>\r\n\r\n<p id="blocknumber-s
tyles" class="zt-typo-title"><span>Blocknumber Styles</span></p>\r\n\r\n<p class
="zt-blocknumber blocknumber1"><span class="bignumber">01</span> Mauris turpis q
uam, sodales vel aliquet sed, sodales vitae felis. Donec et nulla felis. Sed sem
per, massa non molestie vehicula, ipsum diam mattis dolor, ac accumsan nisl tell
us vitae augue. Sed non venenatis turpis!</p>\r\n<p class="zt-blocknumber blockn
umber2"><span class="bignumber">02</span> Mauris turpis quam, sodales vel alique
t sed, sodales vitae felis. Donec et nulla felis. Sed semper, massa non molestie
vehicula, ipsum diam mattis dolor, ac accumsan nisl tellus vitae augue. Sed non
venenatis turpis!</p>\r\n<p class="zt-blocknumber blocknumber3"><span class="bi
gnumber">03</span> Mauris turpis quam, sodales vel aliquet sed, sodales vitae fe
lis. Donec et nulla felis. Sed semper, massa non molestie vehicula, ipsum diam m
attis dolor, ac accumsan nisl tellus vitae augue. Sed non venenatis turpis!</p>\
r\n<p class="zt-blocknumber blocknumber4"><span class="bignumber">04</span> Maur
is turpis quam, sodales vel aliquet sed, sodales vitae felis. Donec et nulla fel
is. Sed semper, massa non molestie vehicula, ipsum diam mattis dolor, ac accumsa
n nisl tellus vitae augue. Sed non venenatis turpis!</p>\r\n\r\n<p id="blockquot
e-styles" class="zt-typo-title"><span>Blockquote Styles</span></p>\r\n\r\n<div c
lass="clearfix" style="overflow:hidden;">\r\n<div class="zt-typo-col zt-typo-col
2">\r\n<blockquote class="alignleft"><p class="close">Lorem ipsum dolor sit amet
consectetuer interdum pulvinar orci Nunc elit.</p></blockquote>Praesent augue l
ibero, dignissim accumsan sagittis vitae, adipiscing non erat. Vivamus congue di
am vel justo ultricies nec vestibulum lacus varius. Nullam tellus urna, sceleris
que in laoreet quis, viverra lacinia neque.<p> Curabitur pretium, nunc dignissim
dapibus ultricies, tortor diam tempus erat, ut gravida sem enim vitae nunc. Fus
ce libero justo, sodales sed vulputate sodales, euismod in lacus. Suspendisse eg
et magna a ante laoreet placerat ac id purus. In gravida, nibh a luctus faucibus
, nunc neque pellentesque ipsum, ac cursus elit neque sit amet urna.</p>\r\n</di
v>\r\n<div class="zt-typo-col zt-typo-col2">\r\n<blockquote class="alignright"><
p>Lorem ipsum dolor sit amet consectetuer interdum pulvinar orci Nunc elit.</p><
/blockquote>Praesent augue libero, dignissim accumsan sagittis vitae, adipiscing
non erat. Vivamus congue diam vel justo ultricies nec vestibulum lacus varius.
Nullam tellus urna, scelerisque in laoreet quis, viverra lacinia neque.<p> Curab
itur pretium, nunc dignissim dapibus ultricies, tortor diam tempus erat, ut grav
ida sem enim vitae nunc. Fusce libero justo, sodales sed vulputate sodales, euis
mod in lacus. Suspendisse eget magna a ante laoreet placerat ac id purus. In gra
vida, nibh a luctus faucibus, nunc neque pellentesque ipsum, ac cursus elit nequ
e sit amet urna.</p>\r\n</div>\r\n</div>\r\n\r\n<p id="dropcap-styles" class="zt
-typo-title"><span>Dropcap Styles</span></p>\r\n\r\n<p>Example: <em>&lt;p class=
"&lt;strong&gt;dropcap&lt;/strong&gt;&quot;&gt;This is the text with dropcap sym
bol &lt;/p&gt;.&lt;/em&gt;&lt;/p&gt;\r\n&lt;p class=&quot;dropcap">This is speci
al drop cap symbol styling for magazine / newspaper text paragraph. Vestibulum e
lementum consectetur nunc sed auctor. Phasellus sed nulla enim, vitae dignissim
augue. Cras nunc ligula, vestibulum ac ornare et, tempus interdum odio. Morbi qu
am dui, hendrerit vitae ornare quis, tempor ut arcu. Donec sed quam non magna fr
ingilla iaculis non ac arcu. Nunc vel eros sed massa fringilla accumsan nec nec

orci. Integer quis lacinia sem. Class aptent taciti sociosqu ad litora torquent
per conubia nostra, per inceptos himenaeos.</p>\r\n<p class="dropcap">Praesent a
dipiscing diam sed quam scelerisque scelerisque. Nullam tristique, tortor id lao
reet dignissim, arcu velit porttitor sem, scelerisque tincidunt mauris metus vel
mi. Praesent quis nunc tortor, dapibus tincidunt eros. Vestibulum eleifend, neq
ue adipiscing molestie posuere, nisi odio faucibus ipsum, a pretium eros ante fr
ingilla dui. Aliquam rhoncus nunc sed est porttitor eget varius erat suscipit. D
onec dignissim convallis urna, et volutpat libero fringilla non. Lorem ipsum dol
or sit amet, consectetur adipiscing elit. Curabitur dictum rutrum posuere. Aenea
n semper porttitor felis quis suscipit. Vivamus et dolor et dolor sodales lacini
a. </p>\r\n\r\n<p id="legend-styles" class="zt-typo-title"><span>Legend Styles</
span></p>\r\n\r\n<div class="clearfix" style="overflow:hidden;">\r\n<div class="
zt-typo-col zt-typo-col2">\r\n<div class="zt-legend legend1"><span class="legend
-title">Legend style</span>\r\n<p>[<em><strong>legend1</strong></em>] Use Lorem
ipsum dolor sit amet consectetuer at elit augue In lorem. Quis Donec libero at V
ivamus mi fringilla neque commodo at vitae. A mauris risus consequat ac egestas
netus est Vestibulum Curabitur consectetuer.</p></div>\r\n<div class="zt-legend
legend2 zt-dotted"><span class="legend-title">Legend style</span>\r\n<p>[<em><st
rong>legend2 zt-dotted</strong></em>] Use Lorem ipsum dolor sit amet consectetue
r at elit augue In lorem. Quis Donec libero at Vivamus mi fringilla neque commod
o at vitae. A mauris risus consequat ac egestas netus est Vestibulum Curabitur c
onsectetuer.</p></div>\r\n</div>\r\n<div class="zt-typo-col zt-typo-col2">\r\n<d
iv class="zt-legend legend3 zt-rounded"><span class="legend-title">Legend style<
/span>\r\n<p>[<em><strong>legend3 zt-rounded</strong></em>] Use Lorem ipsum dolo
r sit amet consectetuer at elit augue In lorem. Quis Donec libero at Vivamus mi
fringilla neque commodo at vitae. A mauris risus consequat ac egestas netus est
Vestibulum Curabitur consectetuer.</p></div>\r\n<div class="zt-legend legend4 zt
-dotted zt-rounded"><span class="legend-title">Legend style</span>\r\n<p>[<em><s
trong>legend4 zt-dotted zt-rounded</strong></em>] Use Lorem ipsum dolor sit amet
consectetuer at elit augue In lorem. Quis Donec libero at Vivamus mi fringilla
neque commodo at vitae. A mauris risus consequat ac egestas netus est Vestibulum
Curabitur consectetuer.</p></div>\r\n</div>\r\n</div>\r\n\r\n<p id="table-style
s" class="zt-typo-title"><span>Table Styles</span></p>\r\n\r\n<p />Example: <em
/>&lt;table class="&lt;strong&gt;plainrows&lt;/strong&gt;&quot;&gt;&lt;thead&gt;
...&lt;/thead&gt;&lt;tbody&gt;...&lt;/tbody&gt;&lt;tfoot&gt;...&lt;/tfoot&gt;&lt
;/table&gt;&lt;/em&gt;&lt;/p&gt;\r\n&lt;table class=&quot;plainrows" border="0"
width="100%" summary="Plain Rows style">\r\n<thead> \r\n<tr>\r\n<th scope="col">
Table header</th> <th scope="col">Column header 1</th> <th scope="col">Column he
ader 2</th> <th scope="col">Column header 3</th> <th scope="col">Column header 4
</th> <th scope="col">Column header 5</th>\r\n</tr>\r\n</thead> <tfoot> \r\n<tr>
\r\n<th scope="row">Table footer</th>\r\n<td colspan="5">Footer data</td>\r\n</t
r>\r\n</tfoot> \r\n<tbody>\r\n<tr class="odd">\r\n<th scope="row">Row header 1</
th>\r\n<td>Lorem ipsum</td>\r\n<td>Dolor sit amet</td>\r\n<td>Consectetuer adipi
scing</td>\r\n<td>Aliquam quis urna</td>\r\n<td>Sed felis</td>\r\n</tr>\r\n<tr>\
r\n<th scope="row">Row header 2</th>\r\n<td>Nullam nec odio</td>\r\n<td>Vivamus
turpis metus</td>\r\n<td>Feugiat sit amet</td>\r\n<td>Class aptent</td>\r\n<td>A
d litora torquent</td>\r\n</tr>\r\n<tr class="odd">\r\n<th scope="row">Row heade
r 3</th>\r\n<td>Pulvinar sed</td>\r\n<td>Tincidunt sit amet</td>\r\n<td>Massa</t
d>\r\n<td>Dolor sit amet</td>\r\n<td>Consectetuer adipiscing</td>\r\n</tr>\r\n<t
r>\r\n<th scope="row">Row header 4</th>\r\n<td>Vivamus turpis metus</td>\r\n<td>
Feugiat sit amet</td>\r\n<td>Class aptent</td>\r\n<td>Ad litora torquent</td>\r\
n<td>Nullam nec odio</td>\r\n</tr>\r\n<tr class="odd">\r\n<th scope="row">Row he
ader 5</th>\r\n<td>Massa</td>\r\n<td>Dolor sit amet</td>\r\n<td>Tincidunt sit am
et</td>\r\n<td>Pulvinar sed</td>\r\n<td>Consectetuer adipiscing</td>\r\n</tr>\r\
n</tbody>\r\n</table>\r\n<p />Example: <em />&lt;table class="&lt;strong&gt;colo
rstripes&lt;/strong&gt;&quot;&gt;&lt;thead&gt;...&lt;/thead&gt;&lt;tbody&gt;...&
lt;/tbody&gt;&lt;tfoot&gt;...&lt;/tfoot&gt;&lt;/table&gt;&lt;/em&gt;&lt;/p&gt;\r
\n&lt;table class=&quot;colorstripes" border="0" width="100%" summary="Color Str
ipes style">\r\n<thead> \r\n<tr>\r\n<th scope="col">Table header</th> <th scope=
"col">Column header 1</th> <th scope="col">Column header 2</th> <th scope="col">

Column header 3</th> <th scope="col">Column header 4</th> <th scope="col">Column


header 5</th>\r\n</tr>\r\n</thead> <tfoot> \r\n<tr>\r\n<th scope="row">Table fo
oter</th>\r\n<td colspan="5">Footer data</td>\r\n</tr>\r\n</tfoot> \r\n<tbody>\r
\n<tr class="odd">\r\n<th scope="row">Row header 1</th>\r\n<td>Lorem ipsum</td>\
r\n<td>Dolor sit amet</td>\r\n<td>Consectetuer adipiscing</td>\r\n<td>Aliquam qu
is urna</td>\r\n<td>Sed felis</td>\r\n</tr>\r\n<tr>\r\n<th scope="row">Row heade
r 2</th>\r\n<td>Nullam nec odio</td>\r\n<td>Vivamus turpis metus</td>\r\n<td>Feu
giat sit amet</td>\r\n<td>Class aptent</td>\r\n<td>Ad litora torquent</td>\r\n</
tr>\r\n<tr class="odd">\r\n<th scope="row">Row header 3</th>\r\n<td>Pulvinar sed
</td>\r\n<td>Tincidunt sit amet</td>\r\n<td>Massa</td>\r\n<td>Dolor sit amet</td
>\r\n<td>Consectetuer adipiscing</td>\r\n</tr>\r\n<tr>\r\n<th scope="row">Row he
ader 4</th>\r\n<td>Vivamus turpis metus</td>\r\n<td>Feugiat sit amet</td>\r\n<td
>Class aptent</td>\r\n<td>Ad litora torquent</td>\r\n<td>Nullam nec odio</td>\r\
n</tr>\r\n<tr class="odd">\r\n<th scope="row">Row header 5</th>\r\n<td>Massa</td
>\r\n<td>Dolor sit amet</td>\r\n<td>Tincidunt sit amet</td>\r\n<td>Pulvinar sed<
/td>\r\n<td>Consectetuer adipiscing</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p
/>Example: <em />&lt;table class="&lt;strong&gt;greystripes&lt;/strong&gt;&quot;
&gt;&lt;thead&gt;...&lt;/thead&gt;&lt;tbody&gt;...&lt;/tbody&gt;&lt;tfoot&gt;...
&lt;/tfoot&gt;&lt;/table&gt;&lt;/em&gt;&lt;/p&gt;\r\n&lt;table class=&quot;greys
tripes" border="0" width="100%" summary="Grey Stripes style">\r\n<thead> \r\n<tr
>\r\n<th scope="col">Table header</th> <th scope="col">Column header 1</th> <th
scope="col">Column header 2</th> <th scope="col">Column header 3</th> <th scope=
"col">Column header 4</th> <th scope="col">Column header 5</th>\r\n</tr>\r\n</th
ead> <tfoot> \r\n<tr>\r\n<th scope="row">Table footer</th>\r\n<td colspan="5">Fo
oter data</td>\r\n</tr>\r\n</tfoot> \r\n<tbody>\r\n<tr class="odd">\r\n<th scope
="row">Row header 1</th>\r\n<td>Lorem ipsum</td>\r\n<td>Dolor sit amet</td>\r\n<
td>Consectetuer adipiscing</td>\r\n<td>Aliquam quis urna</td>\r\n<td>Sed felis</
td>\r\n</tr>\r\n<tr>\r\n<th scope="row">Row header 2</th>\r\n<td>Nullam nec odio
</td>\r\n<td>Vivamus turpis metus</td>\r\n<td>Feugiat sit amet</td>\r\n<td>Class
aptent</td>\r\n<td>Ad litora torquent</td>\r\n</tr>\r\n<tr class="odd">\r\n<th
scope="row">Row header 3</th>\r\n<td>Pulvinar sed</td>\r\n<td>Tincidunt sit amet
</td>\r\n<td>Massa</td>\r\n<td>Dolor sit amet</td>\r\n<td>Consectetuer adipiscin
g</td>\r\n</tr>\r\n<tr>\r\n<th scope="row">Row header 4</th>\r\n<td>Vivamus turp
is metus</td>\r\n<td>Feugiat sit amet</td>\r\n<td>Class aptent</td>\r\n<td>Ad li
tora torquent</td>\r\n<td>Nullam nec odio</td>\r\n</tr>\r\n<tr class="odd">\r\n<
th scope="row">Row header 5</th>\r\n<td>Massa</td>\r\n<td>Dolor sit amet</td>\r\
n<td>Tincidunt sit amet</td>\r\n<td>Pulvinar sed</td>\r\n<td>Consectetuer adipis
cing</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 0, 0, 23, '2011-01-01 00:00:
01', 42, 'Joomla!', '2011-08-02 07:30:30', 42, 0, '0000-00-00 00:00:00', '2011-0
1-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"
","show_intro":"","show_category":"","link_category":"","show_parent_category":"
","link_parent_category":"","show_author":"","link_author":"","show_create_date"
:"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show
_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":
"","show_noauth":"","alternative_readmore":"","article_layout":""}', 4, 0, 1, ''
, '', 1, 60, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''
),
(50, 148, 'Upgraders', 'upgraders', '', '<p>If you are an experienced Joomla! 1.
5 user, 1.6 will seem very familiar. There are new templates and improved user i
nterfaces, but most functionality is the same. The biggest changes are improved
access control (ACL) and nested categories.</p>\r\n', '\r\n<p>The new user manag
er which will let you manage who has access to what in your site. You can leave
access groups exactly the way you had them in Joomla 1.5 or make them as complic
ated as you want. You can learn more about<a href="http://docs.joomla.org/ACL_Tu
torial_for_Joomla_1.6"> how access control works</a> in on the <a href="http://d
ocs.joomla.org">Joomla! Documentation site</a></p>\r\n<p>In Joomla 1.5 and 1.0 c
ontent was organized into sections and categories. In 1.6 sections are gone, and
you can create categories within categories, going as deep as you want. The sam
ple data provides many examples of the use of nested categories.</p>\r\n<p>All l
ayouts have been redesigned to improve accessibility and flexibility. If you wou

ld like to keep the 1.5 layouts, you can find them in the html folder of the Mil
kyWay template. Simply copy the layouts you want to the html folder of your temp
late.</p>\r\n<p>Updating your site and extensions when needed is easier than eve
r thanks to installer improvements.</p>\r\n<p></p>', 1, 0, 0, 19, '2011-01-01 00:
00:01', 42, '', '2011-01-09 14:32:12', 44, 0, '0000-00-00 00:00:00', '2011-01-01
00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","s
how_intro":"","show_category":"","link_category":"","show_parent_category":"","l
ink_parent_category":"","show_author":"","show_create_date":"","show_modify_date
":"","show_publish_date":"","show_readmore":"","show_print_icon":"","show_email_
icon":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}',
2, 0, 5, '', '', 1, 2, '', 1, '*', ''),
(51, 149, 'User', 'user-plugins', '', '<p>Default on:</p><ul><li>Joomla Help</li
></ul><p>Default off:</p><p>Two new plugins are available in 1.6 but are disable
d by default.</p><ul><li>Contact CreatorHelp<br />Creates a new linked contact re
cord for each new user created. </li><li>ProfileHelp<br />This example profile pl
ugin allows you to insert additional fields into user registration and profile d
isplay. This is intended as an example of the types of extensions to the profile
you might want to create. </li></ul>', '', 1, 0, 0, 25, '2011-01-01 00:00:01',
42, 'Joomla!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01
00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","sh
ow_intro":"","show_category":"","link_category":"","show_parent_category":"","li
nk_parent_category":"","show_author":"","show_create_date":"","show_modify_date"
:"","show_publish_date":"","show_readmore":"","show_print_icon":"","show_email_i
con":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}',
1, 0, 4, '', '', 1, 0, '', 0, '*', ''),
(52, 150, 'Users', 'users-component', '', '<p>The users extension lets your site
visitors register, login and logout, change their passwords and other informati
on, and recover lost passwords. In the administrator it allows you to create, bl
ock and manage users and create user groups and access levels. <a href="http://h
elp.joomla.org/proxy/index.php?option=com_help&amp;keyref=Help16:Users_User_Mana
ger">Help</a></p>\r\n<p>Please note that some of the user views will not display
if you are not logged in to the site.</p>', '', 1, 0, 0, 21, '2011-01-01 00:00:
01', 42, 'Joomla!', '2011-01-10 04:52:55', 42, 0, '0000-00-00 00:00:00', '2011-0
1-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"
","show_intro":"","show_category":"","link_category":"","show_parent_category":"
","link_parent_category":"","show_author":"","link_author":"","show_create_date"
:"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show
_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":
"","show_noauth":"","alternative_readmore":"","article_layout":""}', 2, 0, 5, ''
, '', 1, 1, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', '')
,
(53, 151, 'Using Joomla!', 'using-joomla', '', '<p>With Joomla! You can create a
nything from a simple personal website to a complex ecommerce or social site wit
h millions of visitors.</p><p>This section of the sample data provides you with
a brief introduction to Joomla! concepts and reference material to help you unde
rstand how Joomla! works.</p><p><em>When you no longer need the sample data, you
can can simply unpublish the sample data category found within each extension i
n the site administrator or you may completely delete each item and all of the c
ategories. </em></p>', '', 1, 0, 0, 19, '2011-01-01 00:00:01', 42, 'Joomla!', '2
011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '000000-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","sho
w_category":"","link_category":"","show_parent_category":"","link_parent_categor
y":"","show_author":"","show_create_date":"","show_modify_date":"","show_publish
_date":"","show_readmore":"","show_print_icon":"","show_email_icon":"","show_hit
s":"","page_title":"","alternative_readmore":"","layout":""}', 1, 0, 7, '', '',
1, 2, '', 0, '*', ''),
(54, 152, 'Weblinks', 'weblinks', '', '<p>Weblinks (com_weblinks) is a component
that provides a structured way to organize external links and present them in a
visually attractive, consistent and informative way. <a href="http://help.jooml
a.org/proxy/index.php?option=com_help&amp;keyref=Help16:Components_Weblinks_Link

s">Help</a></p>', '', 1, 0, 0, 21, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-0


1-10 04:20:10', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00
00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_cat
egory":"","link_category":"","show_parent_category":"","link_parent_category":""
,"show_author":"","link_author":"","show_create_date":"","show_modify_date":"","
show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon
":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","altern
ative_readmore":"","article_layout":""}', 2, 0, 6, '', '', 1, 1, '{"robots":"","
author":"","rights":"","xreference":""}', 0, '*', ''),
(55, 153, 'Weblinks Module', 'weblinks-module', '', '<p>This module displays the
list of weblinks in a category. <a href="http://help.joomla.org/proxy/index.php
?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Weblinks" title="We
blinks Module">Help</a></p>\r\n<p>{loadposition weblinksload}</p>', '', 1, 0, 0,
66, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 03:45:52', 42, 0, '0000-0
0-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_ti
tle":"","link_titles":"","show_intro":"","show_category":"","link_category":"","
show_parent_category":"","link_parent_category":"","show_author":"","show_create
_date":"","show_modify_date":"","show_publish_date":"","show_readmore":"","show_
print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternative_
readmore":"","layout":""}', 2, 0, 5, '', '', 1, 2, '', 0, '*', ''),
(56, 154, 'Who''s Online', 'whos-online', '', '<p>The Who''s Online Module displ
ays the number of Anonymous Users (e.g. Guests) and Registered Users (ones logge
d in) that are currently accessing the Web site. <a href="http://help.joomla.org
/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Who
_Online" title="Who''s Online">Help</a></p>\r\n<p>{loadposition whosonlineload}<
/p>', '', 1, 0, 0, 65, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 03:34:1
8', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00',
'', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","l
ink_category":"","show_parent_category":"","link_parent_category":"","show_autho
r":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_r
eadmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","page_title
":"","alternative_readmore":"","layout":""}', 2, 0, 1, '', '', 1, 3, '', 0, '*',
''),
(57, 155, 'Wobbegone', 'wobbegone', '', '<p><img src="images/sampledata/parks/an
imals/180px_wobbegong.jpg" border="0" alt="Wobbegone" style="vertical-align: mid
dle; border: 0;" /></p>', '<p><img src="images/sampledata/parks/animals/800px_wo
bbegong.jpg" border="0" style="vertical-align: middle; border: 0;" /></p><p>Sour
ce: http://en.wikipedia.org/wiki/File:Wobbegong.jpg</p><p>Author: Richard Ling</
p><p>Rights: GNU Free Documentation License v 1.2 or later</p>', 1, 0, 0, 72, '2
011-01-01 00:00:01', 42, 'Parks Webmaster', '2011-01-01 00:00:01', 42, 0, '000000-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_t
itle":"","link_titles":"","show_intro":"","show_category":"","link_category":"",
"show_parent_category":"","link_parent_category":"","show_author":"","show_creat
e_date":"","show_modify_date":"","show_publish_date":"","show_readmore":"","show
_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternative
_readmore":"","layout":""}', 1, 0, 1, '', '', 1, 0, '', 0, '*', ''),
(58, 156, 'Wonderful Watermelon', 'wonderful-watermelon', '', '<p>Watermelon is
a wonderful and healthy treat. We grow the world''s sweetest watermelon. We have
the largest watermelon patch in our country.</p>', '', 1, 0, 0, 30, '2011-01-01
00:00:01', 42, 'Fruit Shop Webmaster', '2011-01-01 00:00:01', 42, 0, '0000-00-0
0 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title
":"","link_titles":"","show_intro":"","show_category":"","link_category":"","sho
w_parent_category":"","link_parent_category":"","show_author":"","show_create_da
te":"","show_modify_date":"","show_publish_date":"","show_readmore":"","show_pri
nt_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternative_rea
dmore":"","layout":""}', 1, 0, 1, '', '', 1, 0, '', 0, '*', ''),
(59, 157, 'Wrapper Module', 'wrapper-module', '', '<p>This module shows an iFram
e window to specified location. <a href="http://help.joomla.org/proxy/index.php?
option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Wrapper" title="Wrap
per Module">Help</a></p>\r\n<p>{loadposition wrapperload}</p>', '', 1, 0, 0, 67,

'2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-10 03:44:50', 42, 0, '0000-00-00


00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title"
:"","link_titles":"","show_intro":"","show_category":"","link_category":"","show
_parent_category":"","link_parent_category":"","show_author":"","show_create_dat
e":"","show_modify_date":"","show_publish_date":"","show_readmore":"","show_prin
t_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternative_read
more":"","layout":""}', 2, 0, 1, '', '', 1, 3, '', 0, '*', ''),
(60, 158, 'News Feeds', 'news-feeds', '', '<p>News Feeds (com_newsfeeds) provide
s a way to organize and present news feeds. News feeds are a way that you presen
t information from another site on your site. For example, the joomla.org websit
e has numerous feeds that you can incorporate on your site. You an use menus to
present a single feed, a list of feeds in a category, or or a list of all feed c
ategories. <a href="http://help.joomla.org/proxy/index.php?option=com_help&amp;k
eyref=Help16:Components_Newsfeeds_Feeds">Help</a></p>', '', 1, 0, 0, 21, '2011-0
1-01 00:00:01', 42, 'Joomla!', '2011-01-10 04:17:08', 42, 0, '0000-00-00 00:00:0
0', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","lin
k_titles":"","show_intro":"","show_category":"","link_category":"","show_parent_
category":"","link_parent_category":"","show_author":"","link_author":"","show_c
reate_date":"","show_modify_date":"","show_publish_date":"","show_item_navigatio
n":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","
show_hits":"","show_noauth":"","alternative_readmore":"","article_layout":""}',
2, 0, 4, '', '', 1, 2, '{"robots":"","author":"","rights":"","xreference":""}',
0, '*', ''),
(61, 159, 'Breadcrumbs Module', 'breadcrumbs-module', '', '<p>Breadcrumbs provid
e a pathway for users to navigate through the site. <a href="http://help.joomla.
org/proxy/index.php?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_
Breadcrumbs" title="Breacrumbs Module">Help</a></p>\r\n<p>{loadposition breadcru
mbsload}</p>', '', 1, 0, 0, 75, '2011-01-01 00:00:01', 42, 'Joomla!', '2011-01-1
0 03:10:46', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00
:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_catego
ry":"","link_category":"","show_parent_category":"","link_parent_category":"","s
how_author":"","link_author":"","show_create_date":"","show_modify_date":"","sho
w_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"
","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternati
ve_readmore":"","article_layout":""}', 3, 0, 2, '', '', 1, 4, '{"robots":"","aut
hor":"","rights":"","xreference":""}', 0, '*', ''),
(62, 160, 'Content', 'content-plugins', '', '<p>Content plugins run when specifi
c kinds of pages are loaded. They do things ranging from protecting email addres
ses from harvesters to creating page breaks.</p><p>Default on:</p><ul><li>Email
Cloaking Help</li><li>Load Module Help</li><li>Page Break Help</li><li>Page Navi
gation Help</li><li>Rating Help</li></ul><p>Default off:</p><ul><li>Code Highlig
hting (Geshi) Help</li></ul>', '', 1, 0, 0, 25, '2011-01-01 00:00:01', 42, 'Joom
la!', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01'
, '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro"
:"","show_category":"","link_category":"","show_parent_category":"","link_parent
_category":"","show_author":"","show_create_date":"","show_modify_date":"","show
_publish_date":"","show_readmore":"","show_print_icon":"","show_email_icon":"","
show_hits":"","page_title":"","alternative_readmore":"","layout":""}', 1, 0, 7,
'', '', 1, 1, '', 0, '*', ''),
(64, 162, 'Blue Mountain Rain Forest', 'blue-mountain-rain-forest', '', '<p><img
src="images/sampledata/parks/landscape/120px_rainforest_bluemountainsnsw.jpg" b
order="0" alt="Rain Forest Blue Mountrains" /></p>', '<p><img src="images/sample
data/parks/landscape/727px_rainforest_bluemountainsnsw.jpg" border="0" alt="Rain
Forest Blue Mountrains" style="vertical-align: middle;" /></p><p></p><p class="c
aption">Source: http://commons.wikimedia.org/wiki/File:Rainforest,bluemountainsN
SW.jpg</p><p class="caption">Author: Adam J.W.C.</p><p class="caption">License:
GNU Free Documentation License</p>', 1, 0, 0, 73, '2011-01-01 00:00:01', 42, 'Pa
rks Webmaster', '2011-01-01 00:00:01', 42, 0, '0000-00-00 00:00:00', '2011-01-01
00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","s
how_intro":"","show_category":"","link_category":"","show_parent_category":"","l

ink_parent_category":"","show_author":"","show_create_date":"","show_modify_date
":"","show_publish_date":"","show_readmore":"","show_print_icon":"","show_email_
icon":"","show_hits":"","page_title":"","alternative_readmore":"","layout":""}',
1, 0, 2, '', '', 1, 0, '', 0, '*', ''),
(65, 163, 'Ormiston Pound', 'ormiston-pound', '', '<p><img src="images/sampledat
a/parks/landscape/180px_ormiston_pound.jpg" border="0" alt="Ormiston Pound" styl
e="border: 0;" /></p>', '<p><img src="images/sampledata/parks/landscape/800px_or
miston_pound.jpg" border="0" alt="Ormiston Pound" height="375" style="vertical-a
lign: middle; border: 0;" /></p><p></p><p class="caption">Source: http://commons.
wikimedia.org/wiki/File:Ormiston_Pound.JPG</p><p class="caption">Author:</p><p c
lass="caption">License: GNU Free Public Documentation License</p>', 1, 0, 0, 73,
'2011-01-01 00:00:01', 42, 'Parks Webmaster', '2011-01-01 00:00:01', 42, 0, '00
00-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"sho
w_title":"","link_titles":"","show_intro":"","show_category":"","link_category":
"","show_parent_category":"","link_parent_category":"","show_author":"","show_cr
eate_date":"","show_modify_date":"","show_publish_date":"","show_readmore":"","s
how_print_icon":"","show_email_icon":"","show_hits":"","page_title":"","alternat
ive_readmore":"","layout":""}', 1, 0, 3, '', '', 1, 0, '', 0, '*', ''),
(66, 165, 'Latest Users Module', 'latest-users-module', '', '<p>This module disp
lays the latest registered users. <a href="http://help.joomla.org/proxy/index.ph
p?option=com_help&amp;keyref=Help16:Extensions_Module_Manager_Latest_Users">Help
</a></p>\r\n<p>{loadposition userslatestload}</p>', '', 1, 0, 0, 65, '2011-01-01
00:00:01', 42, 'Joomla!', '2011-01-10 03:31:12', 42, 0, '0000-00-00 00:00:00',
'2011-01-01 00:00:01', '0000-00-00 00:00:00', '', '', '{"show_title":"1","link_t
itles":"","show_intro":"","show_category":"1","link_category":"1","show_parent_c
ategory":"","link_parent_category":"","show_author":"","show_create_date":"","sh
ow_modify_date":"","show_publish_date":"","show_readmore":"","show_print_icon":"
","show_email_icon":"","show_hits":"","page_title":"","alternative_readmore":"",
"layout":""}', 2, 0, 3, '', '', 1, 4, '', 0, '*', ''),
(67, 168, 'What''s New in 1.5?', 'whats-new-in-15', '', '<p>As with previous rel
eases, Joomla! provides a unified and easy-to-use framework for delivering conte
nt for Web sites of all kinds. To support the changing nature of the Internet an
d emerging Web technologies, Joomla! required substantial restructuring of its c
ore functionality and we also used this effort to simplify many challenges withi
n the current user interface. Joomla! 1.5 has many new features.</p>\r\n<p style
="margin-bottom: 0in;">In Joomla! 1.5, you''''ll notice:</p>\r\n<ul>\r\n<li>Subs
tantially improved usability, manageability, and scalability far beyond the orig
inal Mambo foundations</li>\r\n<li>Expanded accessibility to support internation
alisation, double-byte characters and right-to-left support for Arabic, Farsi, a
nd Hebrew languages among others</li>\r\n<li>Extended integration of external ap
plications through Web services</li>\r\n<li>Enhanced content delivery, template
and presentation capabilities to support accessibility standards and content del
ivery to any destination</li>\r\n<li>A more sustainable and flexible framework f
or Component and Extension developers</li>\r\n<li>Backward compatibility with pr
evious releases of Components, Templates, Modules, and other Extensions</li>\r\n
</ul>', '', 2, 0, 0, 9, '2011-01-01 00:00:01', 42, 'Joomla! 1.5', '2011-01-01 00
:00:01', 0, 0, '0000-00-00 00:00:00', '2011-01-01 00:00:01', '0000-00-00 00:00:0
0', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"
","link_category":"","show_parent_category":"","link_parent_category":"","show_a
uthor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","sh
ow_readmore":"","show_print_icon":"","show_email_icon":"","show_hits":"","page_t
itle":"","alternative_readmore":"","layout":""}', 1, 0, 0, '', '', 1, 0, '{"robo
ts":"","author":"","rights":"","xreference":""}', 0, '*', '');
INSERT INTO `jos_content` (`id`, `asset_id`, `title`, `alias`, `title_alias`, `i
ntrotext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `create
d_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_ou
t_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `
parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `fea
tured`, `language`, `xreference`) VALUES
(68, 170, 'Proteccin Catdica', 'proteccioncatodica', '', '<p></p>\r\n<p><img src="i

mages/slide/slide-4.jpg" border="0" alt="" /></p>\r\n<p>Poseemos equipos y perso


nal adiestrado para el control de la Corrosin en estructuras enterradas y sumergi
das a travs de la instalacin y diseo de sistemas de proteccin catdica.</p>', '', 1, 0
, 0, 77, '2011-07-09 02:06:29', 42, '', '2011-08-15 14:18:40', 42, 0, '0000-00-0
0 00:00:00', '2011-07-09 02:06:29', '0000-00-00 00:00:00', '', '', '{"show_title
":"","link_titles":"","show_intro":"","show_category":"","link_category":"","sho
w_parent_category":"","link_parent_category":"","show_author":"","link_author":"
","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_
navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_v
ote":"","show_hits":"","show_noauth":"","alternative_readmore":"","article_layou
t":""}', 3, 0, 4, '', '', 1, 3, '{"robots":"","author":"","rights":"","xreferenc
e":""}', 0, '*', ''),
(69, 171, 'Ut et eros sed mi volutpat vestibulum', 'ut-et-eros-sed-mi-volutpat-v
estibulum', '', '<p><img src="images/slide/slide-3.jpg" border="0" alt="" /></p>
\r\n<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ri
diculus mus. Praesent at odio augue, et sagittis libero. Donec eget purus enim.
Nulla facilisi. Nulla dolor tellus, pretium ac tempus ac, commodo vel ante. Nunc
ultrices congue metus eget euismod</p>', '', 0, 0, 0, 77, '2011-07-09 02:07:46'
, 42, '', '2011-08-15 13:55:51', 42, 0, '0000-00-00 00:00:00', '2011-07-09 02:07
:46', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_in
tro":"","show_category":"","link_category":"","show_parent_category":"","link_pa
rent_category":"","show_author":"","link_author":"","show_create_date":"","show_
modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":""
,"show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_n
oauth":"","alternative_readmore":"","article_layout":""}', 4, 0, 3, '', '', 1, 8
, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(70, 172, 'Diseo y Construccin de Plantas de Tratamiento de Aguas Residuales', 'di
senoyconstruccion', '', '<p><img src="images/slide/slide-3.jpg" border="0" alt="
" /></p>\r\n<p>Representa en Venezuela a la firma BIOTEC de Colombia quien a con
struido en Venezuela plantas anaerbicas en la zona de Cabimas- Edo Zulia.Represen
ta en Venezuela a la firma BIOTEC de Colombia quien a construido en Venezuela pl
antas anaerbicas en la zona de Cabimas- Edo Zulia.</p>', '', 1, 0, 0, 77, '2011-0
7-09 02:09:15', 42, '', '2011-08-15 14:06:36', 42, 0, '0000-00-00 00:00:00', '20
11-07-09 02:09:15', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_title
s":"","show_intro":"","show_category":"","link_category":"","show_parent_categor
y":"","link_parent_category":"","show_author":"","link_author":"","show_create_d
ate":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","
show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"","show_hi
ts":"","show_noauth":"","alternative_readmore":"","article_layout":""}', 5, 0, 2
, '', '', 1, 27, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*'
, ''),
(71, 173, 'Higiene Ocupacional', 'higiene', '', '<p><img src="images/slide/slide
-2.jpg" border="0" alt="photo" /></p>\r\n<p>Definimos la prevencin y control de l
os factores ambientales que surgen en el lugar de trabajo y que puede propiciar
enfermedades, incapacidad e ineficiencia, por cada uno de los trabajadores de la
comunidad,determinando el dao que se produce al organismo se utilizan diferentes
criterios para todos ellos, consideran entre otros los diferentes criterios.</p>
', '', 1, 0, 0, 77, '2011-07-09 02:09:56', 42, '', '2011-08-15 13:37:12', 42, 0,
'0000-00-00 00:00:00', '2011-07-09 02:09:56', '0000-00-00 00:00:00', '', '', '{
"show_title":"","link_titles":"","show_intro":"","show_category":"","link_catego
ry":"","show_parent_category":"","link_parent_category":"","show_author":"","lin
k_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"",
"show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon"
:"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"","ar
ticle_layout":""}', 5, 0, 1, '', '', 1, 1, '{"robots":"","author":"","rights":""
,"xreference":""}', 0, '*', ''),
(72, 174, 'Emisiones Atmosfricas ', 'emisiones-atmosfericas', '', '<p style="text
-align: left;"><img src="images/slide/slide-1.jpg" border="0" alt="" />Tiene ent
re sus objetivos realizar estudios ambientales determinando los niveles de conta
minacin que se presentan en las plantas y analizando los parmetros o elementos txic

os de fuentes fijas y determinar las concentraciones de los elementos contaminan


tes en los gases.</p>', '', 1, 0, 0, 77, '2011-07-09 02:10:47', 42, '', '2011-0815 12:53:39', 42, 0, '0000-00-00 00:00:00', '2011-07-09 02:10:47', '0000-00-00 0
0:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_categ
ory":"","link_category":"","show_parent_category":"","link_parent_category":"","
show_author":"","link_author":"","show_create_date":"","show_modify_date":"","sh
ow_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":
"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternat
ive_readmore":"","article_layout":""}', 12, 0, 0, '', '', 1, 2, '{"robots":"","a
uthor":"","rights":"","xreference":""}', 0, '*', ''),
(73, 178, 'Top Read', 'top-read', '', '<img src="images/demo/small-3.jpg" alt=""
/>\r\n\r\n<p>\r\nEtiam varius justo a ante convallis pharetra. Vivamus vehicula
, libero id aliquam pharetra, nibh ligula aliquet massa, sit amet semper massa o
dio ac ante. Vestibulum vitae enim quis nisi cursus sodales. Sed venenatis conse
quat sagittis. Ut id dui velit. Etiam nec enim orci, sed scelerisque lectus. Nul
la sodales sagittis ipsum, non suscipit ipsum convallis quis. Quisque ut ligula
mi. Suspendisse ac ligula tellus. Nulla facilisi. Duis tristique lacinia tincidu
nt. Suspendisse nec dolor ut eros ultrices aliquam sit amet eu eros. Class apten
t taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Vivamus enim tortor, hendrerit sit amet hendrerit eleifend, sagittis sit amet a
nte.\r\n</p>', '', 0, 0, 0, 78, '2011-07-09 02:13:10', 42, '', '0000-00-00 00:00
:00', 0, 0, '0000-00-00 00:00:00', '2011-07-09 02:13:10', '0000-00-00 00:00:00',
'', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","
link_category":"","show_parent_category":"","link_parent_category":"","show_auth
or":"","link_author":"","show_create_date":"","show_modify_date":"","show_publis
h_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_
email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_readm
ore":"","article_layout":""}', 1, 0, 0, '', '', 1, 0, '{"robots":"","author":"",
"rights":"","xreference":""}', 0, '*', ''),
(74, 179, 'Our Services', 'our-services', '', '<p><img src="images/demo/small-2.
jpg" border="0" alt="" /></p>\r\n<p>Etiam varius justo a ante convallis pharetra
. Vivamus vehicula, libero id aliquam pharetra, nibh ligula aliquet massa, sit a
met semper massa odio ac ante. Vestibulum vitae enim quis nisi cursus sodales. S
ed venenatis consequat sagittis. Ut id dui velit. Etiam nec enim orci, sed scele
risque lectus. Nulla sodales sagittis ipsum, non suscipit ipsum convallis quis.
Quisque ut ligula mi. Suspendisse ac ligula tellus. Nulla facilisi. Duis tristiq
ue lacinia tincidunt. Suspendisse nec dolor ut eros ultrices aliquam sit amet eu
eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per i
nceptos himenaeos. Vivamus enim tortor, hendrerit sit amet hendrerit eleifend, s
agittis sit amet ante.</p>', '', 0, 0, 0, 79, '2011-07-09 02:13:47', 42, '', '20
11-08-15 14:42:05', 42, 0, '0000-00-00 00:00:00', '2011-07-09 02:13:47', '0000-0
0-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show
_category":"","link_category":"","show_parent_category":"","link_parent_category
":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":
"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_
icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","al
ternative_readmore":"","article_layout":""}', 2, 0, 0, '', '', 1, 0, '{"robots":
"","author":"","rights":"","xreference":""}', 0, '*', ''),
(75, 180, 'Most Read ', 'most-read', '', '<img src="images/demo/small-1.jpg" alt
="" />\r\n\r\n<p>\r\nEtiam varius justo a ante convallis pharetra. Vivamus vehic
ula, libero id aliquam pharetra, nibh ligula aliquet massa, sit amet semper mass
a odio ac ante. Vestibulum vitae enim quis nisi cursus sodales. Sed venenatis co
nsequat sagittis. Ut id dui velit. Etiam nec enim orci, sed scelerisque lectus.
Nulla sodales sagittis ipsum, non suscipit ipsum convallis quis. Quisque ut ligu
la mi. Suspendisse ac ligula tellus. Nulla facilisi. Duis tristique lacinia tinc
idunt. Suspendisse nec dolor ut eros ultrices aliquam sit amet eu eros. Class ap
tent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenae
os. Vivamus enim tortor, hendrerit sit amet hendrerit eleifend, sagittis sit ame
t ante.\r\n</p>', '', 0, 0, 0, 80, '2011-07-09 02:14:27', 42, '', '0000-00-00 00
:00:00', 0, 0, '0000-00-00 00:00:00', '2011-07-09 02:14:27', '0000-00-00 00:00:0

0', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"


","link_category":"","show_parent_category":"","link_parent_category":"","show_a
uthor":"","link_author":"","show_create_date":"","show_modify_date":"","show_pub
lish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","sh
ow_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_re
admore":"","article_layout":""}', 1, 0, 0, '', '', 1, 0, '{"robots":"","author":
"","rights":"","xreference":""}', 0, '*', ''),
(76, 182, 'Duis tristique lacinia tincidunt', 'duis-tristique-lacinia-tincidunt'
, '', '<img src="images/demo/caption-4.png" alt="photo" class="caption" />\r\n\r
\nEtiam varius justo a ante convallis pharetra. Vivamus vehicula, libero id aliq
uam pharetra, nibh ligula aliquet massa, sit amet semper massa odio ac ante. Ves
tibulum vitae enim quis nisi cursus sodales. Sed venenatis consequat sagittis.\r
\n', '\r\n Ut id dui velit. Etiam nec enim orci, sed scelerisque lectus. Nulla s
odales sagittis ipsum, non suscipit ipsum convallis quis. Quisque ut ligula mi.
Suspendisse ac ligula tellus. Nulla facilisi. Duis tristique lacinia tincidunt.
Suspendisse nec dolor ut eros ultrices aliquam sit amet eu eros. Class aptent ta
citi sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Viv
amus enim tortor, hendrerit sit amet hendrerit eleifend, sagittis sit amet ante.
', 1, 0, 0, 14, '2011-07-09 04:18:10', 42, '', '0000-00-00 00:00:00', 0, 0, '000
0-00-00 00:00:00', '2011-07-09 04:18:10', '0000-00-00 00:00:00', '', '', '{"show
_title":"","link_titles":"","show_intro":"","show_category":"","link_category":"
","show_parent_category":"","link_parent_category":"","show_author":"","link_aut
hor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show
_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","
show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"","article
_layout":""}', 1, 0, 1, '', '', 1, 0, '{"robots":"","author":"","rights":"","xre
ference":""}', 0, '*', ''),
(77, 183, 'Elaboracin Ejemplo', 'elaboracion-ejemplo2', '', '<p><img class="capti
on" src="images/demo/caption-4.png" border="0" alt="photo" />Etiam varius justo
a ante convallis pharetra. Vivamus vehicula, libero id aliquam pharetra, nibh li
gula aliquet massa, sit amet semper massa odio ac ante. Vestibulum vitae enim qu
is nisi cursus sodales. Sed venenatis consequat sagittis.</p>', '', 0, 0, 0, 81,
'2011-07-09 04:18:34', 42, '', '2011-08-30 18:27:11', 42, 0, '0000-00-00 00:00:
00', '2011-07-09 04:18:34', '0000-00-00 00:00:00', '', '', '{"show_title":"","li
nk_titles":"","show_intro":"","show_category":"","link_category":"","show_parent
_category":"","link_parent_category":"","show_author":"","link_author":"","show_
create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigati
on":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_vote":"",
"show_hits":"","show_noauth":"","alternative_readmore":"","article_layout":""}',
6, 0, 4, '', '', 1, 0, '{"robots":"","author":"","rights":"","xreference":""}',
0, '*', ''),
(88, 197, 'Diseo y Construccin de Plantas de Tratamiento de Aguas Residuales. ', '
diseno-y-construccion-de-plantas-de-tratamiento-de-aguas-residuales', '', '<p st
yle="text-align: justify;">Representa en Venezuela a la firma BIOTEC de Colombia
quien a construido en Venezuela plantas anaerbicas en la zona de Cabimas- Edo Zu
lia.</p>', '', 1, 0, 0, 82, '2011-08-31 19:03:31', 42, '', '0000-00-00 00:00:00',
0, 0, '0000-00-00 00:00:00', '2011-08-31 19:03:31', '0000-00-00 00:00:00', '',
'', '{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_
category":"","show_parent_category":"","link_parent_category":"","show_author":"
","link_author":"","show_create_date":"","show_modify_date":"","show_publish_dat
e":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email
_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":
"","article_layout":""}', 1, 0, 3, '', '', 1, 0, '{"robots":"","author":"","righ
ts":"","xreference":""}', 0, '*', ''),
(78, 184, 'Caracterizacin Atmosfricas', 'caracterizacion', '', '<p><img src="image
s/demo/caption-3.png" border="0" alt="photo" style="border-style: initial; borde
r-color: initial; margin-right: 9px; border-width: 0px; border: 0; float: left;"
/></p>\r\n<p style="text-align: justify;">Caracterizacin de emisiones atmosfricas
medicin de partculas en chimenea de la empresa Negroven ubicada en valencia Edo. c
arabobo </p>', '', 1, 0, 0, 81, '2011-07-09 04:18:56', 42, '', '2011-08-30 20:33:

15', 42, 0, '0000-00-00 00:00:00', '2011-07-09 04:18:56', '0000-00-00 00:00:00',


'', '', '{"show_title":"","link_titles":"0","show_intro":"0","show_category":""
,"link_category":"0","show_parent_category":"","link_parent_category":"0","show_
author":"","link_author":"0","show_create_date":"","show_modify_date":"","show_p
ublish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","
show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_
readmore":"","article_layout":""}', 58, 0, 3, '', '', 1, 6, '{"robots":"","autho
r":"","rights":"","xreference":""}', 0, '*', ''),
(79, 185, 'Caracterizacin de chimeneas ', 'caracterizacion-de-chimeneas', '', '<p
style="text-align: justify;"><img class="caption" src="images/demo/Foto3.jpg" b
order="0" style="border: 0; float: left; margin-left: 5px; margin-right: 1px;" /
>Caracterizacinde chimeneas analisis de gases decombustinpor el metodo electroqumico.
/p>', '', 1, 0, 0, 81, '2011-07-09 04:19:15', 42, '', '2011-08-30 21:03:29', 42,
0, '0000-00-00 00:00:00', '2011-07-09 04:19:15', '0000-00-00 00:00:00', '', '',
'{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_cat
egory":"","show_parent_category":"","link_parent_category":"","show_author":"","
link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":
"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_ic
on":"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"",
"article_layout":""}', 14, 0, 2, '', '', 1, 1, '{"robots":"","author":"","rights
":"","xreference":""}', 0, '*', ''),
(84, 193, 'Estudios de Ruido Perimetral y Ocupacional', 'estudios', '', '<p>Cuent
a con equipos computarizados de medicin de ruido perimetral y ruido ocupacional de
la marca AMETEK defabricacin Alemana.</p>', '', 1, 0, 0, 82, '2011-08-31 18:37:24
', 42, '', '2011-08-31 18:51:42', 42, 0, '0000-00-00 00:00:00', '2011-08-31 18:3
7:24', '0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_i
ntro":"","show_category":"","link_category":"","show_parent_category":"","link_p
arent_category":"","show_author":"","link_author":"","show_create_date":"","show
_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"
","show_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_
noauth":"","alternative_readmore":"","article_layout":""}', 5, 0, 7, '', '', 1,
1, '{"robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(80, 186, 'Caracterizacin Atmosfericas', 'caracterizacion-de-emisiones-atmosferic
as', '', '<p style="text-align: justify;"><img class="caption" src="images/demo/
caption-1.png" border="0" alt="photo" style="border: 0; float: left;" />Caracter
izacinde emisiones atmosfericas medicion departculastoma de muestras con el equipo Gr
aseby Andersen.</p>\r\n<div></div>', '', 1, 0, 0, 81, '2011-07-09 04:19:38', 42,
'', '2011-08-30 20:32:36', 42, 0, '0000-00-00 00:00:00', '2011-07-09 04:19:38',
'0000-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"
","show_category":"","link_category":"","show_parent_category":"","link_parent_c
ategory":"","show_author":"","link_author":"","show_create_date":"","show_modify
_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show
_print_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth"
:"","alternative_readmore":"","article_layout":""}', 18, 0, 1, '', '', 1, 1, '{"
robots":"","author":"","rights":"","xreference":""}', 0, '*', ''),
(81, 187, 'Bienvenidos', 'welcome-to-our-company', '', '<p><img class="personal"
src="images/demo/big-1.png" border="0" alt="" /></p>\r\n<p>Corrosion &amp; Poll
ution 2000 C.A; es un laboratorio registrado en el Ministerio del Poder Popular
para el Ambiente para realizar estudios ambientales, creada el 24 de Enero del 2
002 e inscrita en el registro Mercantil Segundo bajo el N 46 del tomo 2A.</p>', ''
, 1, 0, 0, 81, '2011-07-14 09:12:02', 42, '', '2011-08-30 22:23:17', 42, 0, '000
0-00-00 00:00:00', '2011-07-14 09:12:02', '0000-00-00 00:00:00', '', '', '{"show
_title":"0","link_titles":"0","show_intro":"","show_category":"0","link_category
":"0","show_parent_category":"","link_parent_category":"","show_author":"","link
_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","
show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":
"","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"Leer M
\\u00e1s","article_layout":""}', 14, 0, 0, '', '', 1, 4, '{"robots":"","author":
"","rights":"","xreference":""}', 0, '*', ''),
(83, 192, 'Caracterizacin de Emisiones Atmosfricas ', 'caracterizacion-de-emisione

s-atmosfericas', '', '<p style="text-align: left;">Tiene entre sus objetivos rea


lizar estudios ambientales determinando los niveles de contaminacin que se presen
tanen las plantas y analizando los parmetros o elementos txicos de fuentes fijas y
determinar las concentraciones de los elementos contaminantes en los gases.</p>',
'', 1, 0, 0, 82, '2011-08-31 18:32:17', 42, '', '2011-08-31 18:52:09', 42, 0, '
0000-00-00 00:00:00', '2011-08-31 18:32:17', '0000-00-00 00:00:00', '', '', '{"s
how_title":"","link_titles":"","show_intro":"","show_category":"","link_category
":"","show_parent_category":"","link_parent_category":"","show_author":"","link_
author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","s
how_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"
","show_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"","arti
cle_layout":""}', 8, 0, 8, '', '', 1, 3, '{"robots":"","author":"","rights":"","
xreference":""}', 0, '*', ''),
(82, 188, 'Parner', 'parner', '', '<p><img src="images/minamb.gif" border="0" al
t="" /></p>', '', -2, 0, 0, 72, '2011-08-14 16:15:02', 42, '', '2011-08-14 16:15
:23', 42, 0, '0000-00-00 00:00:00', '2011-08-14 16:15:02', '0000-00-00 00:00:00'
, '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":"",
"link_category":"","show_parent_category":"","link_parent_category":"","show_aut
hor":"","link_author":"","show_create_date":"","show_modify_date":"","show_publi
sh_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show
_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_read
more":"","article_layout":""}', 2, 0, 0, '', '', 1, 0, '{"robots":"","author":""
,"rights":"","xreference":""}', 0, '*', ''),
(85, 194, 'Mediciones de Polvo Respirable y Polvo Total en ambientes de trabajo'
, 'mediciones-de-polvo-respirable-y-polvo-total-en-ambientes-de-trabajo', '', '<
p style="text-align: justify;"><strong>N</strong>uestra empresa cuenta con bombas
de aspiracin de aire certificadas y calibradas para este tipo de mediciones igua
lmente con accesorios como el cicln para la determinacin de Polvo Respirable y Pol
vo Total.<span class="Apple-style-span" style="font-size: 9px; line-height: 12px
;"></span></p>', '', 1, 0, 0, 82, '2011-08-31 18:39:37', 42, '', '2011-08-31 19:0
2:13', 42, 0, '0000-00-00 00:00:00', '2011-08-31 18:39:37', '0000-00-00 00:00:00
', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_category":""
,"link_category":"","show_parent_category":"","link_parent_category":"","show_au
thor":"","link_author":"","show_create_date":"","show_modify_date":"","show_publ
ish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","sho
w_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alternative_rea
dmore":"","article_layout":""}', 5, 0, 6, '', '', 1, 0, '{"robots":"","author":"
","rights":"","xreference":""}', 0, '*', ''),
(89, 198, 'Proteccin Catdica', 'proteccion-catodica', '', '<p></p>\r\n<p>Poseemos e
quipos y personal adiestrado para el control de la Corrosin en estructuras enterr
adas y sumergidas a travs de la instalacin y diseo de sistemas de proteccin catdica</
>\r\n<div></div>\r\n<p></p>', '', 0, 0, 0, 82, '2011-08-31 19:07:32', 42, '', '000
0-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2011-08-31 19:07:32', '0000-0000 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","show_c
ategory":"","link_category":"","show_parent_category":"","link_parent_category":
"","show_author":"","link_author":"","show_create_date":"","show_modify_date":""
,"show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_ic
on":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"","alte
rnative_readmore":"","article_layout":""}', 1, 0, 2, '', '', 1, 0, '{"robots":""
,"author":"","rights":"","xreference":""}', 0, '*', ''),
(90, 199, 'Proteccin Catdica', 'proteccion-catodica2', '', '<p>Poseemos equipos y p
ersonal adiestrado para el control de la Corrosin en estructuras enterradas y sum
ergidas a travs de la instalacin y diseo de sistemas de proteccin catdica 3</p>', '',
1, 0, 0, 82, '2011-08-31 19:08:47', 42, '', '0000-00-00 00:00:00', 0, 0, '000000-00 00:00:00', '2011-08-31 19:08:47', '0000-00-00 00:00:00', '', '', '{"show_t
itle":"","link_titles":"","show_intro":"","show_category":"","link_category":"",
"show_parent_category":"","link_parent_category":"","show_author":"","link_autho
r":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_i
tem_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","sh
ow_vote":"","show_hits":"","show_noauth":"","alternative_readmore":"","article_l

ayout":""}', 1, 0, 1, '', '', 1, 0, '{"robots":"","author":"","rights":"","xrefe


rence":""}', 0, '*', ''),
(91, 200, 'Rehabilitacin de Tuberas sin Necesidad de Excavar', 'rehabilitacion-detuberias-sin-necesidad-de-excavar', '', '<p>Posee un novedoso sistema para repar
acin de tuberas enterradas, daadas o perforadas bajo la forma de reparacin en sitio,
sin necesidad de excavar.</p>', '', 1, 0, 0, 82, '2011-08-31 19:10:02', 42, '',
'0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2011-08-31 19:10:02', '000
0-00-00 00:00:00', '', '', '{"show_title":"","link_titles":"","show_intro":"","s
how_category":"","link_category":"","show_parent_category":"","link_parent_categ
ory":"","show_author":"","link_author":"","show_create_date":"","show_modify_dat
e":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_pri
nt_icon":"","show_email_icon":"","show_vote":"","show_hits":"","show_noauth":"",
"alternative_readmore":"","article_layout":""}', 1, 0, 0, '', '', 1, 0, '{"robot
s":"","author":"","rights":"","xreference":""}', 0, '*', '');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_content_frontpage`
-CREATE TABLE `jos_content_frontpage` (
`content_id` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Volcado de datos para la tabla `jos_content_frontpage`
-INSERT INTO `jos_content_frontpage` (`content_id`, `ordering`) VALUES
(8, 2),
(35, 4),
(24, 1),
(50, 3);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_content_rating`
-CREATE TABLE `jos_content_rating` (
`content_id` int(11) NOT NULL default '0',
`rating_sum` int(10) unsigned NOT NULL default '0',
`rating_count` int(10) unsigned NOT NULL default '0',
`lastip` varchar(50) NOT NULL default '',
PRIMARY KEY (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_core_log_searches`
-CREATE TABLE `jos_core_log_searches` (
`search_term` varchar(128) NOT NULL default '',
`hits` int(10) unsigned NOT NULL default '0'

) ENGINE=MyISAM DEFAULT CHARSET=utf8;


-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_extensions`
-CREATE TABLE `jos_extensions` (
`extension_id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL,
`type` varchar(20) NOT NULL,
`element` varchar(100) NOT NULL,
`folder` varchar(100) NOT NULL,
`client_id` tinyint(3) NOT NULL,
`enabled` tinyint(3) NOT NULL default '1',
`access` tinyint(3) unsigned NOT NULL default '1',
`protected` tinyint(3) NOT NULL default '0',
`manifest_cache` text NOT NULL,
`params` text NOT NULL,
`custom_data` text NOT NULL,
`system_data` text NOT NULL,
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) default '0',
`state` int(11) default '0',
PRIMARY KEY (`extension_id`),
KEY `element_clientid` (`element`,`client_id`),
KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
KEY `extension` (`type`,`element`,`folder`,`client_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10020 ;
--- Volcado de datos para la tabla `jos_extensions`
-INSERT INTO `jos_extensions` (`extension_id`, `name`, `type`, `element`, `folder
`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `c
ustom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `stat
e`) VALUES
(1, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '{"legacy":false,"n
ame":"com_mailto","type":"component","creationDate":"April 2006","author":"Jooml
a! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserve
d.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"
1.7.0","description":"COM_MAILTO_XML_DESCRIPTION","group":""}', '', '', '', 0, '
0000-00-00 00:00:00', 0, 0),
(2, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '{"legacy":false,
"name":"com_wrapper","type":"component","creationDate":"April 2006","author":"Jo
omla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights rese
rved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","vers
ion":"1.7.0","description":"COM_WRAPPER_XML_DESCRIPTION","group":""}', '', '', '
', 0, '0000-00-00 00:00:00', 0, 0),
(3, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '{"legacy":false,"nam
e":"com_admin","type":"component","creationDate":"April 2006","author":"Joomla!
Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.\
\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"
1.7.0","description":"COM_ADMIN_XML_DESCRIPTION","group":""}', '', '', '', 0, '0
000-00-00 00:00:00', 0, 0),
(4, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '{"legacy":false,
"name":"com_banners","type":"component","creationDate":"April 2006","author":"Jo

omla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights rese
rved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","vers
ion":"1.7.0","description":"COM_BANNERS_XML_DESCRIPTION","group":""}', '{"purcha
se_type":"3","track_impressions":"0","track_clicks":"0","metakey_prefix":""}', '
', '', 0, '0000-00-00 00:00:00', 0, 0),
(5, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '{"legacy":false,"nam
e":"com_cache","type":"component","creationDate":"April 2006","author":"Joomla!
Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.\
\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7
.0","description":"COM_CACHE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000
-00-00 00:00:00', 0, 0),
(6, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '{"legacy":
false,"name":"com_categories","type":"component","creationDate":"December 2007",
"author":"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All
rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org"
,"version":"1.7.0","description":"COM_CATEGORIES_XML_DESCRIPTION","group":""}',
'', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(7, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '{"legacy":false,
"name":"com_checkin","type":"component","creationDate":"Unknown","author":"Jooml
a! Project","copyright":"(C) 2005 - 2008 Open Source Matters. All rights reserve
d.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version
":"1.7.0","description":"COM_CHECKIN_XML_DESCRIPTION","group":""}', '', '', '',
0, '0000-00-00 00:00:00', 0, 0),
(8, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '{"legacy":false,
"name":"com_contact","type":"component","creationDate":"April 2006","author":"Jo
omla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights rese
rved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","vers
ion":"1.7.0","description":"COM_CONTACT_XML_DESCRIPTION","group":""}', '{"show_c
ontact_category":"hide","show_contact_list":"0","presentation_style":"sliders","
show_name":"1","show_position":"1","show_email":"0","show_street_address":"1","s
how_suburb":"1","show_state":"1","show_postcode":"1","show_country":"1","show_te
lephone":"1","show_mobile":"1","show_fax":"1","show_webpage":"1","show_misc":"1"
,"show_image":"1","image":"","allow_vcard":"0","show_articles":"0","show_profile
":"0","show_links":"0","linka_name":"","linkb_name":"","linkc_name":"","linkd_na
me":"","linke_name":"","contact_icons":"0","icon_address":"","icon_email":"","ic
on_telephone":"","icon_mobile":"","icon_fax":"","icon_misc":"","show_headings":"
1","show_position_headings":"1","show_email_headings":"0","show_telephone_headin
gs":"1","show_mobile_headings":"0","show_fax_headings":"0","allow_vcard_headings
":"0","show_suburb_headings":"1","show_state_headings":"1","show_country_heading
s":"1","show_email_form":"1","show_email_copy":"1","banned_email":"","banned_sub
ject":"","banned_text":"","validate_session":"1","custom_reply":"0","redirect":"
","show_category_crumb":"0","metakey":"","metadesc":"","robots":"","author":"","
rights":"","xreference":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '{"legacy":false,"n
ame":"com_cpanel","type":"component","creationDate":"April 2006","author":"Jooml
a! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserve
d.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7
.0","description":"COM_CPANEL_XML_DESCRIPTION","group":""}', '', '', '', 0, '000
0-00-00 00:00:00', 0, 0),
(10, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{"legacy":f
alse,"name":"com_installer","type":"component","creationDate":"April 2006","auth
or":"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All righ
ts reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"COM_INSTALLER_XML_DESCRIPTION","group":""}', '{}
', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(11, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '{"legacy":f
alse,"name":"com_languages","type":"component","creationDate":"2006","author":"J
oomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights res
erved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","ver
sion":"1.7.0","description":"COM_LANGUAGES_XML_DESCRIPTION","group":""}', '{"adm

inistrator":"es-ES","site":"es-ES"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),


(12, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '{"legacy":false,"na
me":"com_login","type":"component","creationDate":"April 2006","author":"Joomla!
Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.
\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.
7.0","description":"COM_LOGIN_XML_DESCRIPTION","group":""}', '', '', '', 0, '000
0-00-00 00:00:00', 0, 0),
(13, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '{"legacy":false,"na
me":"com_media","type":"component","creationDate":"April 2006","author":"Joomla!
Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.
\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.
7.0","description":"COM_MEDIA_XML_DESCRIPTION","group":""}', '{"upload_extension
s":"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP
,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS","upload_m
axsize":"10","file_path":"images","image_path":"images","restrict_uploads":"1","
allowed_media_usergroup":"3","check_mime":"1","image_extensions":"bmp,gif,jpg,pn
g","ignore_extensions":"","upload_mime":"image\\/jpeg,image\\/gif,image\\/png,im
age\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/exc
el,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip",
"upload_mime_illegal":"text\\/html","enable_flash":"0"}', '', '', 0, '0000-00-00
00:00:00', 0, 0),
(14, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '{"legacy":false,"na
me":"com_menus","type":"component","creationDate":"April 2006","author":"Joomla!
Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.
\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.
7.0","description":"COM_MENUS_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0
000-00-00 00:00:00', 0, 0),
(15, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '{"legacy":fal
se,"name":"com_messages","type":"component","creationDate":"April 2006","author"
:"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights
reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","ver
sion":"1.7.0","description":"COM_MESSAGES_XML_DESCRIPTION","group":""}', '', '',
'', 0, '0000-00-00 00:00:00', 0, 0),
(16, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '{"legacy":false
,"name":"com_modules","type":"component","creationDate":"April 2006","author":"J
oomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights res
erved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versio
n":"1.7.0","description":"COM_MODULES_XML_DESCRIPTION","group":""}', '{}', '', '
', 0, '0000-00-00 00:00:00', 0, 0),
(17, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '{"legacy":f
alse,"name":"com_newsfeeds","type":"component","creationDate":"April 2006","auth
or":"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All righ
ts reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"COM_NEWSFEEDS_XML_DESCRIPTION","group":""}', '{"
show_feed_image":"1","show_feed_description":"1","show_item_description":"1","fe
ed_word_count":"0","show_headings":"1","show_name":"1","show_articles":"0","show
_link":"1","show_description":"1","show_description_image":"1","display_num":"",
"show_pagination_limit":"1","show_pagination":"1","show_pagination_results":"1",
"show_cat_items":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(18, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '{"legacy":false
,"name":"com_plugins","type":"component","creationDate":"April 2006","author":"J
oomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights res
erved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versio
n":"1.7.0","description":"COM_PLUGINS_XML_DESCRIPTION","group":""}', '{}', '', '
', 0, '0000-00-00 00:00:00', 0, 0),
(19, 'com_search', 'component', 'com_search', '', 1, 1, 1, 1, '{"legacy":false,"
name":"com_search","type":"component","creationDate":"April 2006","author":"Joom
la! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserv
ed.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versio
n":"1.7.0","description":"COM_SEARCH_XML_DESCRIPTION","group":""}', '{"enabled":

"0","show_date":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),


(20, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '{"legacy":f
alse,"name":"com_templates","type":"component","creationDate":"April 2006","auth
or":"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All righ
ts reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"COM_TEMPLATES_XML_DESCRIPTION","group":""}', '{}
', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(21, 'com_weblinks', 'component', 'com_weblinks', '', 1, 1, 1, 0, '{"legacy":fal
se,"name":"com_weblinks","type":"component","creationDate":"April 2006","author"
:"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights
reserved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"COM_WEBLINKS_XML_DESCRIPTION","group":""}', '{"s
how_comp_description":"1","comp_description":"","show_link_hits":"1","show_link_
description":"1","show_other_cats":"0","show_headings":"0","show_numbers":"0","s
how_report":"1","count_clicks":"1","target":"0","link_icons":""}', '', '', 0, '0
000-00-00 00:00:00', 0, 0),
(22, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{"legacy":false
,"name":"com_content","type":"component","creationDate":"April 2006","author":"J
oomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights res
erved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versio
n":"1.7.0","description":"COM_CONTENT_XML_DESCRIPTION","group":""}', '{"article_
layout":"_:default","show_title":"1","link_titles":"1","show_intro":"1","show_ca
tegory":"1","link_category":"1","show_parent_category":"0","link_parent_category
":"0","show_author":"1","link_author":"0","show_create_date":"0","show_modify_da
te":"0","show_publish_date":"1","show_item_navigation":"1","show_vote":"0","show
_readmore":"1","show_readmore_title":"1","readmore_limit":"100","show_icons":"1"
,"show_print_icon":"1","show_email_icon":"1","show_hits":"1","show_noauth":"0","
category_layout":"_:blog","show_category_title":"0","show_description":"0","show
_description_image":"0","maxLevel":"1","show_empty_categories":"0","show_no_arti
cles":"1","show_subcat_desc":"1","show_cat_num_articles":"0","show_base_descript
ion":"1","maxLevelcat":"-1","show_empty_categories_cat":"0","show_subcat_desc_ca
t":"1","show_cat_num_articles_cat":"1","num_leading_articles":"1","num_intro_art
icles":"4","num_columns":"2","num_links":"4","multi_column_order":"0","orderby_p
ri":"order","orderby_sec":"rdate","order_date":"published","show_pagination_limi
t":"1","filter_field":"hide","show_headings":"1","list_show_date":"0","date_form
at":"","list_show_hits":"1","list_show_author":"1","show_pagination":"2","show_p
agination_results":"1","show_feed_link":"1","feed_summary":"0","filters":{"1":{"
filter_type":"BL","filter_tags":"","filter_attributes":""},"6":{"filter_type":"B
L","filter_tags":"","filter_attributes":""},"7":{"filter_type":"BL","filter_tags
":"","filter_attributes":""},"2":{"filter_type":"BL","filter_tags":"","filter_at
tributes":""},"3":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"
4":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"5":{"filter_typ
e":"BL","filter_tags":"","filter_attributes":""},"10":{"filter_type":"BL","filte
r_tags":"","filter_attributes":""},"12":{"filter_type":"BL","filter_tags":"","fi
lter_attributes":""},"8":{"filter_type":"BL","filter_tags":"","filter_attributes
":""}}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{"legacy":false,"
name":"com_config","type":"component","creationDate":"April 2006","author":"Joom
la! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserv
ed.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":
"1.7.0","description":"COM_CONFIG_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(24, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '{"legacy":fal
se,"name":"com_redirect","type":"component","creationDate":"April 2006","author"
:"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights
reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","ver
sion":"1.7.0","description":"COM_REDIRECT_XML_DESCRIPTION","group":""}', '{}', '
', '', 0, '0000-00-00 00:00:00', 0, 0),
(25, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '{"legacy":false,"na
me":"com_users","type":"component","creationDate":"April 2006","author":"Joomla!

Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.


\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.
7.0","description":"COM_USERS_XML_DESCRIPTION","group":""}', '{"allowUserRegistr
ation":"1","new_usertype":"2","useractivation":"1","frontend_userparams":"1","ma
ilSubjectPrefix":"","mailBodySuffix":""}', '', '', 0, '0000-00-00 00:00:00', 0,
0),
(100, 'PHPMailer', 'library', 'phpmailer', '', 0, 1, 1, 1, '{"legacy":false,"nam
e":"PHPMailer","type":"library","creationDate":"2008","author":"PHPMailer","copy
right":"Copyright (C) PHPMailer.","authorEmail":"","authorUrl":"http:\\/\\/phpma
iler.codeworxtech.com\\/","version":"1.7.0","description":"Classes for sending e
mail","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(101, 'SimplePie', 'library', 'simplepie', '', 0, 1, 1, 1, '{"legacy":false,"nam
e":"SimplePie","type":"library","creationDate":"2008","author":"SimplePie","copy
right":"Copyright (C) 2008 SimplePie","authorEmail":"","authorUrl":"http:\\/\\/s
implepie.org\\/","version":"1.0.1","description":"A PHP-Based RSS and Atom Feed
Framework.","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 'phputf8', 'library', 'phputf8', '', 0, 1, 1, 1, '{"legacy":false,"name":"
phputf8","type":"library","creationDate":"2008","author":"Harry Fuecks","copyrig
ht":"Copyright various authors","authorEmail":"","authorUrl":"http:\\/\\/sourcef
orge.net\\/projects\\/phputf8","version":"1.7.0","description":"Classes for UTF8
","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 'Joomla! Web Application Framework', 'library', 'joomla', '', 0, 1, 1, 1,
'{"legacy":false,"name":"Joomla! Web Application Framework","type":"library","cr
eationDate":"2008","author":"Joomla","copyright":"Copyright (C) 2005 - 2011 Open
Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorU
rl":"http:\\/\\/www.joomla.org","version":"1.7.0","description":"The Joomla! Web
Application Framework is the Core of the Joomla! Content Management System","gr
oup":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, 'mod_articles_archive', 'module', 'mod_articles_archive', '', 0, 1, 1, 1,
'{"legacy":false,"name":"mod_articles_archive","type":"module","creationDate":"J
uly 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open
Source Matters.\\n\\t\\tAll rights reserved.","authorEmail":"admin@joomla.org",
"authorUrl":"www.joomla.org","version":"1.7.0","description":"MOD_ARTICLES_ARCHI
VE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, 'mod_articles_latest', 'module', 'mod_articles_latest', '', 0, 1, 1, 1, '{
"legacy":false,"name":"mod_articles_latest","type":"module","creationDate":"July
2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open So
urce Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl"
:"www.joomla.org","version":"1.7.0","description":"MOD_LATEST_NEWS_XML_DESCRIPTI
ON","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, 'mod_articles_popular', 'module', 'mod_articles_popular', '', 0, 1, 1, 0,
'{"legacy":false,"name":"mod_articles_popular","type":"module","creationDate":"J
uly 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open
Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorU
rl":"www.joomla.org","version":"1.7.0","description":"MOD_POPULAR_XML_DESCRIPTIO
N","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 1, '{"legacy":false,"
name":"mod_banners","type":"module","creationDate":"July 2006","author":"Joomla!
Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights
reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versi
on":"1.7.0","description":"MOD_BANNERS_XML_DESCRIPTION","group":""}', '', '', ''
, 0, '0000-00-00 00:00:00', 0, 0),
(204, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '{"legacy"
:false,"name":"mod_breadcrumbs","type":"module","creationDate":"July 2006","auth
or":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters
. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla
.org","version":"1.7.0","description":"MOD_BREADCRUMBS_XML_DESCRIPTION","group":
""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '{"legacy":false,"na
me":"mod_custom","type":"module","creationDate":"July 2004","author":"Joomla! Pr

oject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights re


served.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version"
:"1.7.0","description":"MOD_CUSTOM_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(206, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 1, '{"legacy":false,"name":
"mod_feed","type":"module","creationDate":"July 2005","author":"Joomla! Project"
,"copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved
.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.
0","description":"MOD_FEED_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-0
0-00 00:00:00', 0, 0),
(207, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 1, '{"legacy":false,"na
me":"mod_footer","type":"module","creationDate":"July 2006","author":"Joomla! Pr
oject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights re
served.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version"
:"1.7.0","description":"MOD_FOOTER_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(208, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '{"legacy":false,"name
":"mod_login","type":"module","creationDate":"July 2006","author":"Joomla! Proje
ct","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reser
ved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1
.7.0","description":"MOD_LOGIN_XML_DESCRIPTION","group":""}', '', '', '', 0, '00
00-00-00 00:00:00', 0, 0),
(209, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '{"legacy":false,"name":
"mod_menu","type":"module","creationDate":"July 2004","author":"Joomla! Project"
,"copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved
.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.
0","description":"MOD_MENU_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-0
0-00 00:00:00', 0, 0),
(210, 'mod_articles_news', 'module', 'mod_articles_news', '', 0, 1, 1, 0, '{"leg
acy":false,"name":"mod_articles_news","type":"module","creationDate":"July 2006"
,"author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source M
atters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.
joomla.org","version":"1.7.0","description":"MOD_ARTICLES_NEWS_XML_DESCRIPTION",
"group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, 'mod_random_image', 'module', 'mod_random_image', '', 0, 1, 1, 0, '{"legac
y":false,"name":"mod_random_image","type":"module","creationDate":"July 2006","a
uthor":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matt
ers. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joo
mla.org","version":"1.7.0","description":"MOD_RANDOM_IMAGE_XML_DESCRIPTION","gro
up":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, 'mod_related_items', 'module', 'mod_related_items', '', 0, 1, 1, 0, '{"leg
acy":false,"name":"mod_related_items","type":"module","creationDate":"July 2004"
,"author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source M
atters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.
joomla.org","version":"1.7.0","description":"MOD_RELATED_XML_DESCRIPTION","group
":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '{"legacy":false,"na
me":"mod_search","type":"module","creationDate":"July 2004","author":"Joomla! Pr
oject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights re
served.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version"
:"1.7.0","description":"MOD_SEARCH_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(214, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '{"legacy":false,"name
":"mod_stats","type":"module","creationDate":"July 2004","author":"Joomla! Proje
ct","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reser
ved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1
.7.0","description":"MOD_STATS_XML_DESCRIPTION","group":""}', '', '', '', 0, '00
00-00-00 00:00:00', 0, 0),
(215, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '{"legacy":fal
se,"name":"mod_syndicate","type":"module","creationDate":"May 2006","author":"Jo

omla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All r


ights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"MOD_SYNDICATE_XML_DESCRIPTION","group":""}', '',
'', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, 'mod_users_latest', 'module', 'mod_users_latest', '', 0, 1, 1, 1, '{"legac
y":false,"name":"mod_users_latest","type":"module","creationDate":"December 2009
","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source
Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www
.joomla.org","version":"1.7.0","description":"MOD_USERS_LATEST_XML_DESCRIPTION",
"group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(217, 'mod_weblinks', 'module', 'mod_weblinks', '', 0, 1, 1, 0, '{"legacy":false
,"name":"mod_weblinks","type":"module","creationDate":"July 2009","author":"Joom
la! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rig
hts reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","ve
rsion":"1.7.0","description":"MOD_WEBLINKS_XML_DESCRIPTION","group":""}', '', ''
, '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '{"legacy":f
alse,"name":"mod_whosonline","type":"module","creationDate":"July 2004","author"
:"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. A
ll rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.or
g","version":"1.7.0","description":"MOD_WHOSONLINE_XML_DESCRIPTION","group":""}'
, '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '{"legacy":false,"
name":"mod_wrapper","type":"module","creationDate":"October 2004","author":"Joom
la! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rig
hts reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","ve
rsion":"1.7.0","description":"MOD_WRAPPER_XML_DESCRIPTION","group":""}', '', '',
'', 0, '0000-00-00 00:00:00', 0, 0),
(220, 'mod_articles_category', 'module', 'mod_articles_category', '', 0, 1, 1, 1
, '{"legacy":false,"name":"mod_articles_category","type":"module","creationDate"
:"February 2010","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 20
11 Open Source Matters.\\n\\t\\tAll rights reserved.","authorEmail":"admin@jooml
a.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"MOD_ARTICLE
S_CATEGORY_XML_DESCRIPTION\\n\\t","group":""}', '', '', '', 0, '0000-00-00 00:00
:00', 0, 0),
(221, 'mod_articles_categories', 'module', 'mod_articles_categories', '', 0, 1,
1, 1, '{"legacy":false,"name":"mod_articles_categories","type":"module","creatio
nDate":"February 2010","author":"Joomla! Project","copyright":"Copyright (C) 200
5 - 2011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.
org","authorUrl":"www.joomla.org","version":"1.7.0","description":"MOD_ARTICLES_
CATEGORIES_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00',
0, 0),
(222, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '{"legacy":fal
se,"name":"mod_languages","type":"module","creationDate":"February 2010","author
":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters.
All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.o
rg","version":"1.7.0","description":"MOD_LANGUAGES_XML_DESCRIPTION","group":""}'
, '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '{"legacy":false,"na
me":"mod_custom","type":"module","creationDate":"July 2004","author":"Joomla! Pr
oject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights re
served.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version"
:"1.7.0","description":"MOD_CUSTOM_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(301, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '{"legacy":false,"name":
"mod_feed","type":"module","creationDate":"July 2005","author":"Joomla! Project"
,"copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved
.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.
0","description":"MOD_FEED_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-0
0-00 00:00:00', 0, 0),

(302, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '{"legacy":false,"na


me":"mod_latest","type":"module","creationDate":"July 2004","author":"Joomla! Pr
oject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights re
served.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version"
:"1.7.0","description":"MOD_LATEST_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(303, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '{"legacy":false,"na
me":"mod_logged","type":"module","creationDate":"January 2005","author":"Joomla!
Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights
reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versi
on":"1.7.0","description":"MOD_LOGGED_XML_DESCRIPTION","group":""}', '', '', '',
0, '0000-00-00 00:00:00', 0, 0),
(304, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '{"legacy":false,"name
":"mod_login","type":"module","creationDate":"March 2005","author":"Joomla! Proj
ect","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights rese
rved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"
1.7.0","description":"MOD_LOGIN_XML_DESCRIPTION","group":""}', '', '', '', 0, '0
000-00-00 00:00:00', 0, 0),
(305, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '{"legacy":false,"name":
"mod_menu","type":"module","creationDate":"March 2006","author":"Joomla! Project
","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reserve
d.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7
.0","description":"MOD_MENU_XML_DESCRIPTION","group":""}', '', '', '', 0, '000000-00 00:00:00', 0, 0),
(306, 'mod_online', 'module', 'mod_online', '', 1, 1, 1, 1, '{"legacy":false,"na
me":"mod_online","type":"module","creationDate":"Jan 2006","author":"Joomla! Pro
ject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights res
erved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":
"1.7.0","description":"MOD_ONLINE_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(307, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '{"legacy":false,"
name":"mod_popular","type":"module","creationDate":"July 2004","author":"Joomla!
Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights
reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versi
on":"1.7.0","description":"MOD_POPULAR_XML_DESCRIPTION","group":""}', '', '', ''
, 0, '0000-00-00 00:00:00', 0, 0),
(308, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '{"legacy":fal
se,"name":"mod_quickicon","type":"module","creationDate":"Nov 2005","author":"Jo
omla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All r
ights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"MOD_QUICKICON_XML_DESCRIPTION","group":""}', '',
'', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '{"legacy":false,"na
me":"mod_status","type":"module","creationDate":"Feb 2006","author":"Joomla! Pro
ject","copyright":"(C) 2005 - 2011 Open Source Matters. All rights reserved.","a
uthorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.0","d
escription":"MOD_STATUS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-0
0 00:00:00', 0, 0),
(310, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '{"legacy":false,"
name":"mod_submenu","type":"module","creationDate":"Feb 2006","author":"Joomla!
Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights
reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versio
n":"1.7.0","description":"MOD_SUBMENU_XML_DESCRIPTION","group":""}', '', '', '',
0, '0000-00-00 00:00:00', 0, 0),
(311, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '{"legacy":false,"name
":"mod_title","type":"module","creationDate":"Nov 2005","author":"Joomla! Projec
t","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights reserv
ed.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.
7.0","description":"MOD_TITLE_XML_DESCRIPTION","group":""}', '', '', '', 0, '000
0-00-00 00:00:00', 0, 0),

(312, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '{"legacy":false,"


name":"mod_toolbar","type":"module","creationDate":"Nov 2005","author":"Joomla!
Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights
reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","versio
n":"1.7.0","description":"MOD_TOOLBAR_XML_DESCRIPTION","group":""}', '', '', '',
0, '0000-00-00 00:00:00', 0, 0),
(313, 'mod_unread', 'module', 'mod_unread', '', 1, 1, 1, 1, '{"legacy":false,"na
me":"mod_unread","type":"module","creationDate":"Nov 2005","author":"Joomla! Pro
ject","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All rights res
erved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":
"1.7.0","description":"MOD_UNREAD_XML_DESCRIPTION","group":""}', '', '', '', 0,
'0000-00-00 00:00:00', 0, 0),
(400, 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', 0, 0, 1,
0, '{"legacy":false,"name":"plg_authentication_gmail","type":"plugin","creationD
ate":"February 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005
- 2011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.or
g","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_GMAIL_XML_D
ESCRIPTION","group":""}', '{"applysuffix":"0","suffix":"","verifypeer":"1","user
_blacklist":""}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(401, 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', 0, 1, 1
, 1, '{"legacy":false,"name":"plg_authentication_joomla","type":"plugin","creati
onDate":"November 2005","author":"Joomla! Project","copyright":"Copyright (C) 20
05 - 2011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla
.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_AUTH_JOO
MLA_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0)
,
(402, 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', 0, 0, 1, 0,
'{"legacy":false,"name":"plg_authentication_ldap","type":"plugin","creationDate
":"November 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2
011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org",
"authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_LDAP_XML_DESCR
IPTION","group":""}', '{"host":"","port":"389","use_ldapV3":"0","negotiate_tls":
"0","no_referrals":"0","auth_method":"bind","base_dn":"","search_string":"","use
rs_dn":"","username":"admin","password":"bobby7","ldap_fullname":"fullName","lda
p_email":"mail","ldap_uid":"uid"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(404, 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', 0, 1, 1, 0, '
{"legacy":false,"name":"plg_content_emailcloak","type":"plugin","creationDate":"
November 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011
Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","au
thorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_CONTENT_EMAILCLOA
K_XML_DESCRIPTION","group":""}', '{"mode":"1"}', '', '', 0, '0000-00-00 00:00:00
', 1, 0),
(405, 'plg_content_geshi', 'plugin', 'geshi', 'content', 0, 0, 1, 0, '{"legacy":
false,"name":"plg_content_geshi","type":"plugin","creationDate":"November 2005",
"author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Ma
tters. All rights reserved.","authorEmail":"","authorUrl":"qbnz.com\\/highlighte
r","version":"1.7.0","description":"PLG_CONTENT_GESHI_XML_DESCRIPTION","group":"
"}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(406, 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', 0, 1, 1, 0, '
{"legacy":false,"name":"plg_content_loadmodule","type":"plugin","creationDate":"
November 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011
Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","au
thorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_LOADMODULE_XML_DE
SCRIPTION","group":""}', '{"style":"none"}', '', '', 0, '0000-00-00 00:00:00', 0
, 0),
(407, 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', 0, 1, 1, 1, '{"
legacy":false,"name":"plg_content_pagebreak","type":"plugin","creationDate":"Nov
ember 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Op
en Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","autho
rUrl":"www.joomla.org","version":"1.7.0","description":"PLG_CONTENT_PAGEBREAK_XM

L_DESCRIPTION","group":""}', '{"title":"1","multipage_toc":"1","showall":"1"}',
'', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', 0, 1,
1, 1, '{"legacy":false,"name":"plg_content_pagenavigation","type":"plugin","cre
ationDate":"January 2006","author":"Joomla! Project","copyright":"Copyright (C)
2005 - 2011 Open Source Matters. All rights reserved.","authorEmail":"admin@joom
la.org","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_PAGENA
VIGATION_XML_DESCRIPTION","group":""}', '{"position":"1"}', '', '', 0, '0000-0000 00:00:00', 5, 0),
(409, 'plg_content_vote', 'plugin', 'vote', 'content', 0, 1, 1, 1, '{"legacy":fa
lse,"name":"plg_content_vote","type":"plugin","creationDate":"November 2005","au
thor":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matte
rs. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joom
la.org","version":"1.7.0","description":"PLG_VOTE_XML_DESCRIPTION","group":""}',
'{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '
{"legacy":false,"name":"plg_editors_codemirror","type":"plugin","creationDate":"
28 March 2011","author":"Marijn Haverbeke","copyright":"","authorEmail":"N\\/A",
"authorUrl":"","version":"1.0","description":"PLG_CODEMIRROR_XML_DESCRIPTION","g
roup":""}', '{"linenumbers":"0","tabmode":"indent"}', '', '', 0, '0000-00-00 00:
00:00', 1, 0),
(411, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '{"legacy":fa
lse,"name":"plg_editors_none","type":"plugin","creationDate":"August 2004","auth
or":"Unknown","copyright":"","authorEmail":"N\\/A","authorUrl":"","version":"1.7
.0","description":"PLG_NONE_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '000
0-00-00 00:00:00', 2, 0),
(412, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 1, '{"lega
cy":false,"name":"plg_editors_tinymce","type":"plugin","creationDate":"2005-2011
","author":"Moxiecode Systems AB","copyright":"Moxiecode Systems AB","authorEmai
l":"N\\/A","authorUrl":"tinymce.moxiecode.com\\/","version":"3.4.3","description
":"PLG_TINY_XML_DESCRIPTION","group":""}', '{"mode":"1","skin":"0","compressed":
"0","cleanup_startup":"0","cleanup_save":"2","entity_encoding":"raw","lang_mode"
:"0","lang_code":"en","text_direction":"ltr","content_css":"1","content_css_cust
om":"","relative_urls":"1","newlines":"0","invalid_elements":"script,applet,ifra
me","extended_elements":"","toolbar":"top","toolbar_align":"left","html_height":
"550","html_width":"750","element_path":"1","fonts":"1","paste":"1","searchrepla
ce":"1","insertdate":"1","format_date":"%Y-%m-%d","inserttime":"1","format_time"
:"%H:%M:%S","colors":"1","table":"1","smilies":"1","media":"1","hr":"1","directi
onality":"1","fullscreen":"1","style":"1","layer":"1","xhtmlxtras":"1","visualch
ars":"1","nonbreaking":"1","template":"1","blockquote":"1","wordcount":"1","advi
mage":"1","advlink":"1","autosave":"1","contextmenu":"1","inlinepopups":"1","saf
ari":"0","custom_plugin":"","custom_button":""}', '', '', 0, '0000-00-00 00:00:0
0', 3, 0),
(413, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 1,
'{"legacy":false,"name":"plg_editors-xtd_article","type":"plugin","creationDate
":"October 2009","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 20
11 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","
authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_ARTICLE_XML_DES
CRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, '{"
legacy":false,"name":"plg_editors-xtd_image","type":"plugin","creationDate":"Aug
ust 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open
Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorU
rl":"www.joomla.org","version":"1.7.0","description":"PLG_IMAGE_XML_DESCRIPTION"
,"group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1
, 0, '{"legacy":false,"name":"plg_editors-xtd_pagebreak","type":"plugin","creati
onDate":"August 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005
- 2011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.o
rg","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_EDITORSXTD

_PAGEBREAK_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00'


, 3, 0),
(416, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1,
0, '{"legacy":false,"name":"plg_editors-xtd_readmore","type":"plugin","creationD
ate":"March 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2
011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org",
"authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_READMORE_XML_D
ESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(417, 'plg_search_categories', 'plugin', 'categories', 'search', 0, 1, 1, 0, '{"
legacy":false,"name":"plg_search_categories","type":"plugin","creationDate":"Nov
ember 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Op
en Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","autho
rUrl":"www.joomla.org","version":"1.7.0","description":"PLG_SEARCH_CATEGORIES_XM
L_DESCRIPTION","group":""}', '{"search_limit":"50","search_content":"1","search_
archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, 'plg_search_contacts', 'plugin', 'contacts', 'search', 0, 1, 1, 0, '{"lega
cy":false,"name":"plg_search_contacts","type":"plugin","creationDate":"November
2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Sou
rce Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":
"www.joomla.org","version":"1.7.0","description":"PLG_SEARCH_CONTACTS_XML_DESCRI
PTION","group":""}', '{"search_limit":"50","search_content":"1","search_archived
":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, 'plg_search_content', 'plugin', 'content', 'search', 0, 1, 1, 0, '{"legacy
":false,"name":"plg_search_content","type":"plugin","creationDate":"November 200
5","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source
Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"ww
w.joomla.org","version":"1.7.0","description":"PLG_SEARCH_CONTENT_XML_DESCRIPTIO
N","group":""}', '{"search_limit":"50","search_content":"1","search_archived":"1
"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', 0, 1, 1, 0, '{"le
gacy":false,"name":"plg_search_newsfeeds","type":"plugin","creationDate":"Novemb
er 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open
Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUr
l":"www.joomla.org","version":"1.7.0","description":"PLG_SEARCH_NEWSFEEDS_XML_DE
SCRIPTION","group":""}', '{"search_limit":"50","search_content":"1","search_arch
ived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(421, 'plg_search_weblinks', 'plugin', 'weblinks', 'search', 0, 1, 1, 0, '{"lega
cy":false,"name":"plg_search_weblinks","type":"plugin","creationDate":"November
2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Sou
rce Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":
"www.joomla.org","version":"1.7.0","description":"PLG_SEARCH_WEBLINKS_XML_DESCRI
PTION","group":""}', '{"search_limit":"50","search_content":"1","search_archived
":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', 0, 0, 1
, 1, '{"legacy":false,"name":"plg_system_languagefilter","type":"plugin","creati
onDate":"July 2010","author":"Joomla! Project","copyright":"Copyright (C) 2005 2011 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org
","authorUrl":"www.joomla.org","version":"1.7.0","description":"PLG_SYSTEM_LANGU
AGEFILTER_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00',
1, 0),
(423, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 1, 1, 1, '{"legacy":false,
"name":"plg_system_p3p","type":"plugin","creationDate":"September 2010","author"
:"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. A
ll rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.or
g","version":"1.7.0","description":"PLG_P3P_XML_DESCRIPTION","group":""}', '{"he
aders":"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"}', '', '', 0, '0000-00-00
00:00:00', 2, 0),
(424, 'plg_system_cache', 'plugin', 'cache', 'system', 0, 0, 1, 1, '{"legacy":fa
lse,"name":"plg_system_cache","type":"plugin","creationDate":"February 2007","au
thor":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matte

rs. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joom


la.org","version":"1.7.0","description":"PLG_CACHE_XML_DESCRIPTION","group":""}'
, '{"browsercache":"0","cachetime":"15"}', '', '', 0, '0000-00-00 00:00:00', 9,
0),
(425, 'plg_system_debug', 'plugin', 'debug', 'system', 0, 1, 1, 0, '{"legacy":fa
lse,"name":"plg_system_debug","type":"plugin","creationDate":"December 2006","au
thor":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matte
rs. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joom
la.org","version":"1.7.0","description":"PLG_DEBUG_XML_DESCRIPTION","group":""}'
, '{"profile":"1","queries":"1","memory":"1","language_files":"1","language_stri
ngs":"1","strip-first":"1","strip-prefix":"","strip-suffix":""}', '', '', 0, '00
00-00-00 00:00:00', 4, 0),
(426, 'plg_system_log', 'plugin', 'log', 'system', 0, 1, 1, 1, '{"legacy":false,
"name":"plg_system_log","type":"plugin","creationDate":"April 2007","author":"Jo
omla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. All r
ights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","
version":"1.7.0","description":"PLG_LOG_XML_DESCRIPTION","group":""}', '{}', '',
'', 0, '0000-00-00 00:00:00', 5, 0),
(427, 'plg_system_redirect', 'plugin', 'redirect', 'system', 0, 1, 1, 1, '{"lega
cy":false,"name":"plg_system_redirect","type":"plugin","creationDate":"April 200
9","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source
Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"ww
w.joomla.org","version":"1.7.0","description":"PLG_REDIRECT_XML_DESCRIPTION","gr
oup":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, 'plg_system_remember', 'plugin', 'remember', 'system', 0, 1, 1, 1, '{"lega
cy":false,"name":"plg_system_remember","type":"plugin","creationDate":"April 200
7","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source
Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"ww
w.joomla.org","version":"1.7.0","description":"PLG_REMEMBER_XML_DESCRIPTION","gr
oup":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, 'plg_system_sef', 'plugin', 'sef', 'system', 0, 1, 1, 0, '{"legacy":false,
"name":"plg_system_sef","type":"plugin","creationDate":"December 2007","author":
"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matters. Al
l rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org
","version":"1.7.0","description":"PLG_SEF_XML_DESCRIPTION","group":""}', '{}',
'', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, 'plg_system_logout', 'plugin', 'logout', 'system', 0, 1, 1, 1, '{"legacy":
false,"name":"plg_system_logout","type":"plugin","creationDate":"April 2009","au
thor":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source Matte
rs. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joom
la.org","version":"1.7.0","description":"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION","gro
up":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', 0, 0, 1, 1,
'{"legacy":false,"name":"plg_user_contactcreator","type":"plugin","creationDate
":"August 2009","author":"Joomla! Project","copyright":"(C) 2005 - 2011 Open Sou
rce Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":
"www.joomla.org","version":"1.7.0","description":"PLG_CONTACTCREATOR_XML_DESCRIP
TION","group":""}', '{"autowebpage":"","category":"34","autopublish":"0"}', '',
'', 0, '0000-00-00 00:00:00', 1, 0);
INSERT INTO `jos_extensions` (`extension_id`, `name`, `type`, `element`, `folder
`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `c
ustom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `stat
e`) VALUES
(432, 'plg_user_joomla', 'plugin', 'joomla', 'user', 0, 1, 1, 0, '{"legacy":fals
e,"name":"plg_user_joomla","type":"plugin","creationDate":"December 2006","autho
r":"Joomla! Project","copyright":"(C) 2005 - 2009 Open Source Matters. All right
s reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","vers
ion":"1.7.0","description":"PLG_USER_JOOMLA_XML_DESCRIPTION","group":""}', '{"au
toregister":"1"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, 'plg_user_profile', 'plugin', 'profile', 'user', 0, 0, 1, 1, '{"legacy":fa

lse,"name":"plg_user_profile","type":"plugin","creationDate":"January 2008","aut
hor":"Joomla! Project","copyright":"(C) 2005 - 2011 Open Source Matters. All rig
hts reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","ve
rsion":"1.7.0","description":"PLG_USER_PROFILE_XML_DESCRIPTION","group":""}', '{
"register-require_address1":"1","register-require_address2":"1","register-requir
e_city":"1","register-require_region":"1","register-require_country":"1","regist
er-require_postal_code":"1","register-require_phone":"1","register-require_websi
te":"1","register-require_favoritebook":"1","register-require_aboutme":"1","regi
ster-require_tos":"1","register-require_dob":"1","profile-require_address1":"1",
"profile-require_address2":"1","profile-require_city":"1","profile-require_regio
n":"1","profile-require_country":"1","profile-require_postal_code":"1","profilerequire_phone":"1","profile-require_website":"1","profile-require_favoritebook":
"1","profile-require_aboutme":"1","profile-require_tos":"1","profile-require_dob
":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(434, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '{"le
gacy":false,"name":"plg_extension_joomla","type":"plugin","creationDate":"May 20
10","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Sourc
e Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"w
ww.joomla.org","version":"1.7.0","description":"PLG_EXTENSION_JOOMLA_XML_DESCRIP
TION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '{"legacy
":false,"name":"plg_content_joomla","type":"plugin","creationDate":"November 201
0","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open Source
Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"ww
w.joomla.org","version":"1.7.0","description":"PLG_CONTENT_JOOMLA_XML_DESCRIPTIO
N","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(500, 'atomic', 'template', 'atomic', '', 0, 1, 1, 0, '{"legacy":false,"name":"a
tomic","type":"template","creationDate":"10\\/10\\/09","author":"Ron Severdia","
copyright":"Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reser
ved.","authorEmail":"contact@kontentdesign.com","authorUrl":"http:\\/\\/www.kont
entdesign.com","version":"1.7.0","description":"TPL_ATOMIC_XML_DESCRIPTION","gro
up":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(502, 'bluestork', 'template', 'bluestork', '', 1, 1, 1, 0, '{"legacy":false,"na
me":"bluestork","type":"template","creationDate":"07\\/02\\/09","author":"Ron Se
verdia","copyright":"Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rig
hts reserved.","authorEmail":"contact@kontentdesign.com","authorUrl":"http:\\/\\
/www.kontentdesign.com","version":"1.7.0","description":"TPL_BLUESTORK_XML_DESCR
IPTION","group":""}', '{"useRoundedCorners":"1","showSiteName":"0","textBig":"0"
,"highContrast":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(503, 'beez_20', 'template', 'beez_20', '', 0, 1, 1, 0, '{"legacy":false,"name":
"beez_20","type":"template","creationDate":"25 November 2009","author":"Angie Ra
dtke","copyright":"Copyright (C) 2005 - 2011 Open Source Matters, Inc. All right
s reserved.","authorEmail":"a.radtke@derauftritt.de","authorUrl":"http:\\/\\/www
.der-auftritt.de","version":"1.7.0","description":"TPL_BEEZ2_XML_DESCRIPTION","g
roup":""}', '{"wrapperSmall":"53","wrapperLarge":"72","sitetitle":"","sitedescri
ption":"","navposition":"center","templatecolor":"nature"}', '', '', 0, '0000-00
-00 00:00:00', 0, 0),
(504, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{"legacy":false,"name":"h
athor","type":"template","creationDate":"May 2010","author":"Andrea Tarr","copyr
ight":"Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved."
,"authorEmail":"hathor@tarrconsulting.com","authorUrl":"http:\\/\\/www.tarrconsu
lting.com","version":"1.7.0","description":"TPL_HATHOR_XML_DESCRIPTION","group":
""}', '{"showSiteName":"0","colourChoice":"0","boldText":"0"}', '', '', 0, '0000
-00-00 00:00:00', 0, 0),
(505, 'beez5', 'template', 'beez5', '', 0, 1, 1, 0, '{"legacy":false,"name":"bee
z5","type":"template","creationDate":"21 May 2010","author":"Angie Radtke","copy
right":"Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
","authorEmail":"a.radtke@derauftritt.de","authorUrl":"http:\\/\\/www.der-auftri
tt.de","version":"1.7.0","description":"TPL_BEEZ5_XML_DESCRIPTION","group":""}',
'{"wrapperSmall":"53","wrapperLarge":"72","sitetitle":"","sitedescription":"","

navposition":"center","html5":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),


(600, 'English (United Kingdom)', 'language', 'en-GB', '', 0, 1, 1, 1, '{"legacy
":false,"name":"English (United Kingdom)","type":"language","creationDate":"2008
-03-15","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open S
ource Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl
":"www.joomla.org","version":"1.7.0","description":"en-GB site language","group"
:""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 'English (United Kingdom)', 'language', 'en-GB', '', 1, 1, 1, 1, '{"legacy
":false,"name":"English (United Kingdom)","type":"language","creationDate":"2008
-03-15","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2011 Open S
ource Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl
":"www.joomla.org","version":"1.7.0","description":"en-GB administrator language
","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 'files_joomla', 'file', 'joomla', '', 0, 1, 1, 1, '{"legacy":false,"name":
"files_joomla","type":"file","creationDate":"July 2011","author":"Joomla!","copy
right":"(C) 2005 - 2011 Open Source Matters. All rights reserved","authorEmail":
"admin@joomla.org","authorUrl":"www.joomla.org","version":"1.7.0","description":
"FILES_JOOMLA_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00
', 0, 0),
(10000, 'zt_hemi17', 'template', 'zt_hemi17', '', 0, 1, 1, 0, '{"legacy":false,"
name":"zt_hemi17","type":"template","creationDate":"6\\/20\\/2011","author":"Zoo
Template.com","copyright":"ZooTemplate","authorEmail":"support@zootemplate.com",
"authorUrl":"www.zootemplate.com","version":"1.7.0","description":"<h1>ZT Hemi 1
6 - The cool template for Jewelry <\\/h1><span>Thank you very much for using our
services.<br \\/>Please visit <a href=\\"http:\\/\\/www.zootemplate.com\\" titl
e=\\"Joomla Templates\\">Joomla Templates<\\/a> Club for any further support.<\\
/span>","group":""}', '{"zt_font":"3","zt_footer":"0","zt_footer_text":"Copyrigh
t (c) 2008 - 2011 Joomla Templates by ZooTemplate.Com","zt_fontfeature":"1","zt_
rtl":"0","menutype":"mainmenu","zt_menustyle":"mega","xdelay":"350","xduration":
"350","xtransition":"Fx.Transitions.Bounce.easeOut","fancy":"0","transition":"Fx
.Transitions.linear","duration":"350","gzip_folder":"zt-assets","gzip_merge":"1"
,"gzip_optimize_css":"0","css-exclude":"","gzip_optimize_js":"0","js-exclude":""
,"gzip_optimize_html":"1","zt_change_color":"1","dory16_bd":"#510F28","dory16_zt
-wrapper-inner_class":"pattern8","dory16_zt-userwrap1":"#3F0731"}', '', '', 0, '
0000-00-00 00:00:00', 0, 0),
(10007, 'ZT Tools', 'plugin', 'plg_ztools', 'system', 0, 1, 1, 0, '{"legacy":fal
se,"name":"ZT Tools","type":"plugin","creationDate":"7\\/272011","author":"ZooTe
mplate.Com","copyright":"Copyright (C) 2008 http:\\/\\/www.ZooTemplate.Com. All
rights reserved.","authorEmail":"webmaster@ZooTemplate.com","authorUrl":"www.Zoo
Template.com","version":"1.6.8","description":"Plugin ZooTools support for ZooTe
mplate.","group":""}', '{"gzip_browsercache":"1","gzip_lifetime":"15","component
s":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10002, 'ZT Headline', 'module', 'mod_zt_headline', '', 0, 1, 0, 0, '{"legacy":f
alse,"name":"ZT Headline","type":"module","creationDate":"Jan 07, 2011","author"
:"ZooTemplate","copyright":"Copyright (C) 2008 - 2011 http:\\/\\/www.ZooTemplate
.com. All rights reserved.","authorEmail":"support@zootemplate.com","authorUrl":
"www.zootemplate.com","version":"1.6.0","description":"ZT_INSTALLATION","group":
""}', '{"moduleclass_sfx":"","menuitem_type":"default","link_limage":"0","input_
itemid":"0","intro_length":"30","timming":"5000","trans_duration":"500","orderin
g":"created","sort_order":"desc","cache_time":"900","rmcache":"","layout_style":
"jv_slide1","@spacer":"","jv_news_thumbs":"images\\/","jv_news_height":"360","ne
ws_thumb_width":"300","news_thumb_height":"200","news_no_item":"10","news_event_
type":"mouseover","jv_news_slidebar_width":"300","news_autorun":"1","jv_eoty_thu
mbs":"images\\/","jveoty_width":"960","jveoty_height":"308","jveoty_autorun":"1"
,"jveoty_no_item":"5","jveoty_enable_description":"1","jveoty_height_des":"50","
jveoty_enable_link_article":"1","jveoty_enable_btn":"1","jveoty_no_slice":"15","
jveoty_effect_type":"random","jv_lago_thumbs":"images\\/","jv_lago_height":"300"
,"jv_lago_main_width":"590","jv_lago_slidebar_width":"340","lago_hitem_sliderbar
":"100","lago_thumb_width":"75","lago_thumb_height":"75","lago_no_item":"5","max
_show_item":"3","lago_show_next":"0","lago_enable_link_apanel":"1","jv_lago_auto

":"1","lago_enable_link_artslidebar":"1","lago_animation":"jvslideshow","jv_sell
o2_thumbs":"images\\/","jv_sello2_height":"140","jv_sello2_width":"915","sello2_
no_items_per_line":"2","sello2_thumb_width":"168","sello2_thumb_height":"69","se
llo2_no_item":"10","sello2_show_next":"1","sello2_readmore":"1","sello2_autorun"
:"1","jv_sello1_thumbs":"images\\/","jv_sello1_width":"980","sello1_imgslide_hei
ght":"340","sello1_imgslide_width":"980","sello1_no_item":"8","sello1_animation"
:"jvslideshow","sello1_thumb_width":"102","sello1_thumb_height":"38","sello1_sho
w_next":"1","sello1_readmore":"1","jv_maju_thumbs":"images\\/","jv_maju_width":"
640","jv_maju_height":"306","maju_thumb_width":"56","maju_thumb_height":"45","ma
ju_no_item":"4","maju_animation":"jvslideshow","maju_show_next":"0","maju_readmo
re":"1","jv_jv7_main_thumbs":"images\\/","jv7_main_width":"644","jv7_height":"30
0","jv7_no_item":"10","jv7_show_next":"1","jv7_autorun":"1","jv7_readmore":"1","
jv_pedon_thumbs":"images\\/","jv_pedon_width":"640","jv_pedon_height":"306","ped
on_thumb_width":"84","pedon_thumb_height":"35","pedon_no_item":"6","pedon_animat
ion":"fadeslideright","pedon_show_next":"1","pedon_readmore":"1","jv_jv9_main_th
umbs":"images\\/","jv9_main_width":"960","jv9_main_height":"320","jv9_expand_wid
th":"700","jv9_height_desc":"80","jv9_no_item":"5","jv9_eventtype":"mouseenter"}
', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10003, 'ZT Latest News', 'module', 'mod_zt_latestnews', '', 0, 1, 0, 0, '{"lega
cy":false,"name":"ZT Latest News","type":"module","creationDate":"1\\/2011","aut
hor":"Zootemplate","copyright":"Copyright (c) 2008 - 2011 Zootemplate. All right
s reserved.","authorEmail":"info@Zootemplate.com","authorUrl":"www.Zootemplate.c
om","version":"1.6.0","description":"ZT Latest News","group":""}', '{"count":"5"
,"ordering":"create_dsc","@spacer":"","show_front":"1","columns":"3","thumb":"1"
,"thumbsize":"100","showtitle":"1","showintro":"1","intro_lenght":"200","showdat
e":"1","readmore":"1","moduleclass_sfx":""}', '', '', 0, '0000-00-00 00:00:00',
0, 0),
(10004, 'ZT Facebook', 'module', 'mod_zt_facebook', '', 0, 1, 0, 0, '{"legacy":f
alse,"name":"ZT Facebook","type":"module","creationDate":"Feb 2011","author":"ht
tp:\\/\\/www.Zootemplate.com","copyright":"Copyright (C) 2011 http:\\/\\/www.Zoo
template.com . All rights reserved.","authorEmail":"support@Zootemplate.com","au
thorUrl":"http:\\/\\/www.Zootemplate.com","version":"1.6.1","description":"ZTFAC
EBOOK_INSTALLATION","group":""}', '{"fb_options":"fb_activity_feed","af_domain":
"","af_box_width":"250","af_box_height":"650","af_header":"1","af_color_scheme":
"light","af_font":"arial","af_border_color":"","af_recomm":"1","fb_page_id":"101
188143276788","fb_box_width":"250","fb_box_height":"650","fb_number_fan":"12","f
b_stream":"0","fb_header":"1","fb_style":"default","ls_app_id":"","ls_width":"25
0","ls_height":"650","ls_xid":"","r_domain":"","r_width":"250","r_height":"650",
"r_header":"1","r_color_scheme":"light","r_font":"arial","r_border_color":""}',
'', '', 0, '0000-00-00 00:00:00', 0, 0),
(10005, 'ZT Twitter', 'module', 'mod_zt_twitter', '', 0, 1, 0, 0, '{"legacy":fal
se,"name":"ZT Twitter","type":"module","creationDate":"Jan 01, 2011","author":"Z
ooTemplate","copyright":"Copyright (c) 2008 - 2011 ZooTemplate. All rights reser
ved.","authorEmail":"support@zootemplate.com","authorUrl":"www.zootemplate.com",
"version":"1.6.0","description":"ZT Twitter","group":""}', '{"user_name":"","pas
s_word":"","usernames":"","merge_twitter":"1","show_avatar":"1","size_avatar_twi
tter":"48","show_follow_updates":"1","is_follow_img":"1","following_icons_count"
:"10","no_twitter":"6","time_get_new":"0","no_day_twitter":"0","show_title_twitt
er":"1","show_avatar_header":"1","show_username_header":"1","show_source":"1","s
how_feed":"1","show_bio":"1","show_web":"1","show_location":"1","show_updates":"
1","show_followers":"1","show_following":"1","show_friendlist_icon":"1","show_vi
ewall":"1","enable_search_twitter":"1","enable_search_avatar":"1","size_avatar_s
earch":"48","search":"","search_count_size":"4","moduleclass_sfx":"","cache":"0"
,"cache_time":"900"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10006, 'ZT Contact Pro', 'module', 'mod_zt_contact_pro', '', 0, 1, 0, 0, '{"leg
acy":false,"name":"ZT Contact Pro","type":"module","creationDate":"Jan 10, 2011"
,"author":"ZooTemplate","copyright":"Copyright (C) 2008 - 2011 http:\\/\\/www.Zo
oTemplate.com. All rights reserved.","authorEmail":"support@zootemplate.com","au
thorUrl":"www.zootemplate.com","version":"1.6.1","description":"ZT_INSTALLATION"
,"group":""}', '{"item":"","recapcha":"1","publickey":"6LeJ070SAAAAAMgcNly98cGGc

DuYQjkm-mpVtrZS","privatekey":"6LeJ070SAAAAANQu6i66pftCAcNNaAgFWL_5CfCl","email"
:"support@zootemplate.com","subject":"ZooTemplate.Com","success":"Your contact f
orm has been submitted, we will get back to you soon!","unsuccess":"Contact form
submission has been error! Please try again later!","redirect":"","formmail":"{
name:title}:{name:value}\\\\n{email:title}:{email:value}\\\\n{address:title}:{ad
dress:value}\\\\n{message:title}:{message:value}","moduleclass_sfx":"","cache":"
1","cache_time":"900"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10008, 'EspaolspanishformalInternacional', 'language', 'es-ES', '', 0, 1, 0, 0,
'{"legacy":true,"name":"Espa\\u00f1ol (spanish formal Internacional)","type":"l
anguage","creationDate":"2011-08-12","author":"Joomla! Spanish","copyright":"(C)
2011 JoomlaSpanish.org All rights reserved.","authorEmail":"","authorUrl":"","
version":"1.7.0","description":"Idioma creado por Joomla! Spanish para Joomla 1.
7 zona frontal","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10009, 'EspaolspanishformalInternacional', 'language', 'es-ES', '', 1, 1, 0, 0,
'{"legacy":true,"name":"Espa\\u00f1ol (spanish formal Internacional)","type":"l
anguage","creationDate":"2011-08-12","author":"Joomla! Spanish","copyright":"cop
yright (C) 2011 JoomlaSpanish.org All rights reserved.","authorEmail":"extensio
nes@joomlaspanish.org","authorUrl":"www.joomlaspanish.org","version":"1.7.0","de
scription":"Idioma para usar en la parte administrativa de Joomla! 1.7 Creado po
r Joomla! Spanish","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10010, 'es-ES_joomla1.7.0_front_admin', 'package', 'pkg_es-ES_joomla1.7.0_front
_admin', '', 0, 1, 1, 0, '{"legacy":false,"name":"Espa\\u00f1ol (spanish formal
Internacional) Pack","type":"package","creationDate":"12-08-2011","author":"Unkn
own","copyright":"","authorEmail":"","authorUrl":"","version":"1.7.0","descripti
on":"Idioma completo creado por Joomla! Spanish para Joomla 1.7.0, Zona frontal
y administrativa.","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10011, 'aicontactsafe', 'component', 'com_aicontactsafe', '', 1, 1, 0, 0, '{"le
gacy":true,"name":"aiContactSafe","type":"component","creationDate":"April 2010"
,"author":"Algis Info Grup SRL","copyright":"(c)2010 Algis Info Grup SRL. All ri
ghts reserved.","authorEmail":"contact@algis.ro","authorUrl":"www.algis.ro","ver
sion":"2.0.16.beta15","description":"COM_AICONTACTSAFE_XML_DESCRIPTION","group":
""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10012, 'Google Maps', 'plugin', 'plugin_googlemap2', 'system', 0, 1, 1, 0, '{"l
egacy":false,"name":"Google Maps","type":"plugin","creationDate":"Januari 2010",
"author":"Mike Reumer","copyright":"(C) 2011 Reumer","authorEmail":"tech@reumer.
net","authorUrl":"tech.reumer.net","version":"2.131c","description":"PLUGIN_GOOG
LE_MAPS_INSTALLATION","group":""}', '{"publ":"1","debug":"0","plugincode":"mosma
p","brackets":"{","Google_API_version":"2.x","loadmootools":"1","timeinterval":"
500","Google_API_key":"ABQIAAAAN1hbfrh_cDJkoouNnyriWxTs87dUgzMGYpl9Z79y0iiWBZJGG
hR-C97M1pWtckEZ6MYbHwqR4Mqx2Q","Google_Multi_API_key":"","urlsetting":"http_host
","googlewebsite":"maps.google.co.ve","googleindexing":"1","align":"right","lang
type":"site","lang":"","width":"500","height":"400","effect":"horizontal","lat":
"52.075581","lon":"4.541513","centerlat":"10.206042","centerlon":",-68.027663","
address":"valencia","latitudeid":"","latitudedesc":"1","latitudecoord":"1","cont
roltype":"user","zoomType":"3D-large","svcontrol":"1","zoom":"10","corzoom":"0",
"minzoom":"0","maxzoom":"19","rotation":"0","zoomnew":"0","zoomWheel":"0","keybo
ard":"0","mapType":"Normal","showmaptype":"1","showNormalMaptype":"1","showSatel
liteMaptype":"1","showHybridMaptype":"1","showTerrainMaptype":"1","showEarthMapt
ype":"1","showscale":"0","overview":"0","ovzoom":"-3","navlabel":"0","dragging":
"1","marker":"1","icon":"","iconwidth":"","iconheight":"","iconanchorx":"","icon
anchory":"","iconshadow":"","iconshadowwidth":"","iconshadowheight":"","iconinfo
anchorx":"","iconinfoanchory":"","icontransparent":"","iconimagemap":"","traffic
":"1","panoramio":"none","panotype":"none","panoorder":"popularity","panomax":"5
0","youtube":"none","wiki":"none","adsmanager":"0","maxads":"3","localsearch":"0
","adsense":"","channel":"","googlebar":"0","searchlist":"inline","searchtarget"
:"_blank","searchzoompan":"1","dir":"0","dirtype":"D","avoidhighways":"0","showd
ir":"1","animdir":"0","animspeed":"1","animautostart":"0","animunit":"kilometers
","formspeed":"0","formdirtype":"0","formaddress":"0","formdir":"0","langanim":"
en;The requested panorama could not be displayed|Could not generate a route for
the current start and end addresses|Street View coverage is not available for th

is route|You have reached your destination|miles|miles|ft|kilometers|kilometer|m


eters|In|You will reach your destination|Stop|Drive|Press Drive to follow your r
oute|Route|Speed|Fast|Medium|Slow","txtdir":"Directions: ","txtgetdir":"Get Dire
ctions","txtfrom":"From here","txtto":"To here","txtdiraddr":"Address: ","txt_dr
iving":"","txt_avhighways":"","txt_walking":"","dirdefault":"0","gotoaddr":"0","
gotoaddrzoom":"0","txtaddr":"Address: ##","erraddr":"Address ## not found!","cli
entgeotype":"google","lightbox":"1","txtlightbox":"Open lightbox","lbxwidth":"50
0","lbxheight":"700","sv":"none","svwidth":"100%","svheight":"300","svyaw":"0","
svpitch":"0","svzoom":"","earthtimeout":"100","earthborders":"1","earthbuildings
":"0","earthroads":"0","earthterrain":"0","kmlrenderer":"google","kmlsidebar":"n
one","kmlsbwidth":"200","kmlfoldersopen":"0","kmlhide":"0","kmlscale":"0","kmlop
enmethod":"click","kmlsbsort":"none","kmllightbox":"0","kmlmessshow":"0","kmlcli
ckablemarkers":"1","kmlzoommarkers":"0","kmlopendivmarkers":"","kmlcontentlinkma
rkers":"0","kmllinkablemarkers":"0","kmllinktarget":"_self","kmllinkmethod":"dbl
click","kmlmarkerlabel":"100","kmlmarkerlabelclass":"","kmlpolylabel":"100","kml
polylabelclass":"","proxy":"1","maxcluster":"","gridsize":"","minmarkerscluster"
:"","maxlinesinfocluster":"","clusterinfowindow":"click","clusterzoom":"dblclick
","clustermarkerzoom":"16","tilelayer":"","tileopacity":"1","tilebounds":"","til
eminzoom":"0","tilemaxzoom":"19"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10013, 'getDirections', 'plugin', 'getDirections', 'content', 0, 0, 1, 0, '{"le
gacy":true,"name":"getDirections","type":"plugin","creationDate":"June 2010","au
thor":"Robbie Ferguson","copyright":"2010 Robbie Ferguson","authorEmail":"contac
t@category5.tv","authorUrl":"http:\\/\\/www.category5.tv","version":"1.1","descr
iption":"\\n\\t <h2>getDirections 1.1<\\/h2><b>Thanks for installing getDirecti
ons 1.1!<\\/b> This helpful little plugin displays a \\"Get Directions\\" butto
n which automatically detects the users'' location using geolocation technology
from <a href=\\"http:\\/\\/maxmind.com\\" target=\\"_blank\\">MaxMind.com<\\/a>
and launches a <a href=\\"http:\\/\\/maps.google.com\\" target=\\"_blank\\">Goog
le Map<\\/a> with directions from the user''s detected city.<br \\/><br \\/><u>U
sage:<\\/u> Edit the plugin''s preferences, publish the plugin, and then enter {
getDirections} in your article for the default location, or {getDirection \\"Des
tination Address\\" \\"Destination Name\\"} to specify the destination in your a
rticle.<br \\/><br \\/><b>New Features:<\\/b><br \\/>1.1 - using the syntax (<i>
including quotes<\\/i>) {getDirection \\"Destination Address\\" \\"Destination N
ame\\"} now allows you to place automated directions for an unlimited amount of
locations throughout your site. The old {getDirections} method will create a di
rections link for the default (set in plugin preferences), just as before.<br \\
/><br \\/>Yes, you may place multiple instances of getDirections on a single art
icle (unlimited).<br \\/><br \\/>Created by Robbie Ferguson of <a href=\\"http:\
\/\\/www.category5.tv\\" target=\\"_blank\\">Category5 Technology TV<\\/a>. Ple
ase show your thanks by simply tuning in to the free tech TV show.<br \\/><br \\
/>For more Joomla extensions, please visit <a href=\\"http:\\/\\/joomla.category
5.tv\\" target=\\"_blank\\">joomla.category5.tv<\\/a>.\\n\\t","group":""}', '{}'
, '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10014, 'plg_content_ozio', 'plugin', 'ozio', 'content', 0, 1, 1, 0, '{"legacy":
false,"name":"plg_content_ozio","type":"plugin","creationDate":"Maggio 2010","au
thor":"Vamba","copyright":"Copyright (C) 2005 - 2008 Open Source Matters. All ri
ghts reserved.","authorEmail":"oziogallery3@joomla.it","authorUrl":"www.joomla.i
t","version":"3.1","description":"COM_OZIOGALLERY3_PLG_OZIO_XML_DESCRIPTION","gr
oup":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10015, 'com_oziogallery3', 'component', 'com_oziogallery3', '', 1, 1, 0, 0, '{"
legacy":false,"name":"com_oziogallery3","type":"component","creationDate":"24\\/
05\\/2010","author":"Alexred","copyright":"(C) 2008 - 2010 - TOT The Ozio Team",
"authorEmail":"info@joomla.it","authorUrl":"http:\\/\\/www.joomla.it","version":
"3.3.1","description":"Ozio Gallery for Joomla! 1.6","group":""}', '{}', '', '',
0, '0000-00-00 00:00:00', 0, 0),
(10016, 'Google ChatBack Live Support', 'module', 'mod_questionkit_googlechatbac
k', '', 0, 1, 0, 0, '{"legacy":true,"name":"Google ChatBack Live Support","type"
:"module","creationDate":"15th December 2009","author":"Babu","copyright":"Copyr
ight (C) 2009 - 2010 Question Kit. All rights reserved.","authorEmail":"info@Que

stionKit.com","authorUrl":"www.QuestionKit.com","version":"6.1","description":"G
OOGLECHATBACK","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10017, 'Ipingbox', 'module', 'mod_ipingbox', '', 0, 1, 0, 0, '{"legacy":false,"
name":"Ipingbox","type":"module","creationDate":"April 2011","author":"Tito apri
adi","copyright":"2011 Meedina","authorEmail":"tito@meedina.web.id","authorUrl":
"http:\\/\\/meedina.web.id","version":"1.0","description":"\\n\\t\\n\\t<p>Ipingb
ox- module yahoo pingbox, visit our<a href=\\"http:\\/\\/meedina.web.id\\" title
=\\"Module - Ipingbox\\" target=\\"_blank\\"> Home page<\\/a> <br\\/>\\n\\tBy us
ing this plugin you agree our Terms & services.<br\\/>If you found some bux plea
se contact me at tito@meedina.web.id <\\/br><br\\/>Support our developments by d
onating some fund through our <a href=\\"https:\\/\\/www.paypal.com\\/cgi-bin\\/
webscr?cmd=_s-xclick&hosted_button_id=558KF3MMUP9XJ\\" title=\\"thanks for your
support\\" target=\\"_blank\\"> Pay Pal<\\/a><\\/p>\\n\\t","group":""}', '{"id":
"","width":"250","height":"250"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10018, 'Talk To Me', 'module', 'mod_talktome', '', 0, 1, 0, 0, '{"legacy":true,
"name":"Talk To Me","type":"module","creationDate":"12 November 2010","author":"
Nick Texidor","copyright":"Copyright (C) 2009-2010 Nick Texidor. All rights rese
rved.","authorEmail":"nick@texidor.com","authorUrl":"http:\\/\\/www.nicktexidor.
com\\/","version":"0.0.45","description":"Adds Google Voice, Google Talk Chatbac
k, Meebo, Yahoo Pingbox, Skype Button, AIM WIMZI and\\/or MSN Messenger Widgets
to your site.","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10019, 'jwebmessenger', 'component', 'com_jwebmessenger', '', 1, 1, 0, 0, '{"le
gacy":true,"name":"JWebMessenger","type":"component","creationDate":"April 2008"
,"author":"Jooglar","copyright":"(C) 2008","authorEmail":"jwebmessenger@jooglar.
com","authorUrl":"http:\\/\\/jooglar.com","version":"1.0","description":"Embed W
indows Live Messenger in Joomla! 1.5","group":""}', '{}', '', '', 0, '0000-00-00
00:00:00', 0, 0);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_languages`
-CREATE TABLE `jos_languages` (
`lang_id` int(11) unsigned NOT NULL auto_increment,
`lang_code` char(7) NOT NULL,
`title` varchar(50) NOT NULL,
`title_native` varchar(50) NOT NULL,
`sef` varchar(50) NOT NULL,
`image` varchar(50) NOT NULL,
`description` varchar(512) NOT NULL,
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`published` int(11) NOT NULL default '0',
PRIMARY KEY (`lang_id`),
UNIQUE KEY `idx_sef` (`sef`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--- Volcado de datos para la tabla `jos_languages`
-INSERT INTO `jos_languages` (`lang_id`, `lang_code`, `title`, `title_native`, `s
ef`, `image`, `description`, `metakey`, `metadesc`, `published`) VALUES
(1, 'en-GB', 'English (UK)', 'English (UK)', 'en', 'en', '', '', '', 1);
-- ---------------------------------------------------------

-- Estructura de tabla para la tabla `jos_menu`


-CREATE TABLE `jos_menu` (
`id` int(11) NOT NULL auto_increment,
`menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to
. FK to #__menu_types.menutype',
`title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
`alias` varchar(255) NOT NULL COMMENT 'The SEF alias of the menu item.',
`note` varchar(255) NOT NULL default '',
`path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item base
d on the alias field.',
`link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers
to.',
`type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias,
Separator',
`published` tinyint(4) NOT NULL default '0' COMMENT 'The published state of th
e menu link.',
`parent_id` int(10) unsigned NOT NULL default '1' COMMENT 'The parent menu ite
m in the menu tree.',
`level` int(10) unsigned NOT NULL default '0' COMMENT 'The relative level in t
he tree.',
`component_id` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__extensi
ons.id',
`ordering` int(11) NOT NULL default '0' COMMENT 'The relative ordering of the
menu item in the tree.',
`checked_out` int(10) unsigned NOT NULL default '0' COMMENT 'FK to #__users.id
',
`checked_out_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'T
he time the menu item was checked out.',
`browserNav` tinyint(4) NOT NULL default '0' COMMENT 'The click behaviour of t
he link.',
`access` tinyint(3) unsigned NOT NULL default '0' COMMENT 'The access level re
quired to view the menu item.',
`img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
`template_style_id` int(10) unsigned NOT NULL default '0',
`params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
`lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.',
`home` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Indicates if this men
u item is the home or default page.',
`language` char(7) NOT NULL default '',
`client_id` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_client_id_parent_id_alias` (`client_id`,`parent_id`,`alias`),
KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
KEY `idx_menutype` (`menutype`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`),
KEY `idx_path` (`path`(333)),
KEY `idx_language` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=536 ;
--- Volcado de datos para la tabla `jos_menu`
-INSERT INTO `jos_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `lin
k`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `chec
ked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`

, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES


(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, 0, '0000-00-00
00:00:00', 0, 0, '', 0, '', 0, 419, 0, '*', 0),
(2, 'menu', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banne
rs', 'component', 0, 1, 1, 4, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners'
, 0, '', 65, 74, 0, '*', 1),
(3, 'menu', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=c
om_banners', 'component', 0, 2, 2, 4, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:
banners', 0, '', 66, 67, 0, '*', 1),
(4, 'menu', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'i
ndex.php?option=com_categories&extension=com_banners', 'component', 0, 2, 2, 6,
0, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 68, 69, 0, '*', 1
),
(5, 'menu', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?
option=com_banners&view=clients', 'component', 0, 2, 2, 4, 0, 0, '0000-00-00 00:
00:00', 0, 0, 'class:banners-clients', 0, '', 70, 71, 0, '*', 1),
(6, 'menu', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?opt
ion=com_banners&view=tracks', 'component', 0, 2, 2, 4, 0, 0, '0000-00-00 00:00:0
0', 0, 0, 'class:banners-tracks', 0, '', 72, 73, 0, '*', 1),
(7, 'menu', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_con
tact', 'component', 0, 1, 1, 8, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:contac
t', 0, '', 75, 80, 0, '*', 1),
(8, 'menu', 'com_contact', 'Contacts', '', 'Contacts/Contacts', 'index.php?optio
n=com_contact', 'component', 0, 7, 2, 8, 0, 0, '0000-00-00 00:00:00', 0, 0, 'cla
ss:contact', 0, '', 76, 77, 0, '*', 1),
(9, 'menu', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', '
index.php?option=com_categories&extension=com_contact', 'component', 0, 7, 2, 6,
0, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 78, 79, 0, '*',
1),
(10, 'menu', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com
_messages', 'component', 0, 1, 1, 15, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:
messages', 0, '', 81, 86, 0, '*', 1),
(11, 'menu', 'com_messages_add', 'New Private Message', '', 'Messaging/New Priva
te Message', 'index.php?option=com_messages&task=message.add', 'component', 0, 1
0, 2, 15, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 82, 83
, 0, '*', 1),
(12, 'menu', 'com_messages_read', 'Read Private Message', '', 'Messaging/Read Pr
ivate Message', 'index.php?option=com_messages', 'component', 0, 10, 2, 15, 0, 0
, '0000-00-00 00:00:00', 0, 0, 'class:messages-read', 0, '', 84, 85, 0, '*', 1),
(13, 'menu', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=
com_newsfeeds', 'component', 0, 1, 1, 17, 0, 0, '0000-00-00 00:00:00', 0, 0, 'cl
ass:newsfeeds', 0, '', 87, 92, 0, '*', 1),
(14, 'menu', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?
option=com_newsfeeds', 'component', 0, 13, 2, 17, 0, 0, '0000-00-00 00:00:00', 0
, 0, 'class:newsfeeds', 0, '', 88, 89, 0, '*', 1),
(15, 'menu', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categorie
s', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 0, 1
3, 2, 6, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 90, 91
, 0, '*', 1),
(16, 'menu', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_r
edirect', 'component', 0, 1, 1, 24, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:re
direct', 0, '', 103, 104, 0, '*', 1),
(17, 'menu', 'com_search', 'Search', '', 'Search', 'index.php?option=com_search'
, 'component', 0, 1, 1, 19, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0
, '', 93, 94, 0, '*', 1),
(18, 'menu', 'com_weblinks', 'Weblinks', '', 'Weblinks', 'index.php?option=com_w
eblinks', 'component', 0, 1, 1, 21, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:we
blinks', 0, '', 97, 102, 0, '*', 1),
(19, 'menu', 'com_weblinks_links', 'Links', '', 'Weblinks/Links', 'index.php?opt
ion=com_weblinks', 'component', 0, 18, 2, 21, 0, 0, '0000-00-00 00:00:00', 0, 0,

'class:weblinks', 0, '', 98, 99, 0, '*', 1),


(20, 'menu', 'com_weblinks_categories', 'Categories', '', 'Weblinks/Categories',
'index.php?option=com_categories&extension=com_weblinks', 'component', 0, 18, 2
, 6, 0, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks-cat', 0, '', 100, 101, 0
, '*', 1),
(464, 'top', 'Home', 'home', '', 'home', 'index.php?Itemid=', 'alias', 1, 1, 1,
0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"aliasoptions":"435","menu-anchor
_title":"","menu-anchor_css":"","menu_image":""}', 273, 274, 0, '*', 0),
(227, 'aboutjoomla', 'Weblinks Categories', 'weblinks-categories', '', 'using-jo
omla/extensions/components/weblinks-component/weblinks-categories', 'index.php?o
ption=com_weblinks&view=categories&id=18', 'component', 1, 265, 5, 21, 6, 0, '00
00-00-00 00:00:00', 0, 1, '', 0, '{"show_base_description":"","categories_descri
ption":"","maxLevelcat":"-1","show_empty_categories_cat":"","show_subcat_desc_ca
t":"","show_cat_num_links_cat":"","show_category_title":"","show_description":""
,"show_description_image":"","maxLevel":"-1","show_empty_categories":"","show_su
bcat_desc":"","show_cat_num_links":"","show_pagination_limit":"","show_headings"
:"","show_link_description":"","show_link_hits":"","show_pagination":"","show_pa
gination_results":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":""
,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","men
u-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 139, 14
0, 0, '*', 0),
(233, 'mainmenu', 'Nuestros Servicios', 'servicioscp', '', 'servicioscp', 'index
.php?option=com_content&view=category&layout=blog&id=82', 'component', 1, 1, 1,
22, -3, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"layout_type":"blog","show_cate
gory_title":"0","show_description":"0","show_description_image":"0","maxLevel":"
0","show_empty_categories":"0","show_no_articles":"","show_subcat_desc":"","show
_cat_num_articles":"","page_subheading":"","num_leading_articles":"0","num_intro
_articles":"9","num_columns":"4","num_links":"0","multi_column_order":"","show_s
ubcategory_content":"","orderby_pri":"","orderby_sec":"","order_date":"","show_p
agination":"","show_pagination_results":"","show_title":"1","link_titles":"0","s
how_intro":"","show_category":"0","link_category":"0","show_parent_category":"0"
,"link_parent_category":"0","show_author":"0","link_author":"0","show_create_dat
e":"0","show_modify_date":"0","show_publish_date":"0","show_item_navigation":"",
"show_vote":"","show_readmore":"","show_readmore_title":"","show_icons":"","show
_print_icon":"0","show_email_icon":"0","show_hits":"0","show_noauth":"0","show_f
eed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu
_image":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":""
,"pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":
"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"2","mega_group":"
0","mega_width":"400px","mega_colw":"170px","mega_colxw":"","mega_class":" wid
get-right","mega_subcontent":"0","mega_module_style":"xhtml"}', 45, 64, 0, '*',
0),
(229, 'aboutjoomla', 'Single Contact', 'single-contact', '', 'using-joomla/exten
sions/components/contact-component/single-contact', 'index.php?option=com_contac
t&view=contact&id=1', 'component', 1, 270, 5, 8, 0, 0, '0000-00-00 00:00:00', 0,
1, '', 0, '{"show_category_crumb":"","presentation_style":"","show_contact_cate
gory":"","show_contact_list":"","show_name":"","show_position":"","show_email":"
","show_street_address":"","show_suburb":"","show_state":"","show_postcode":"","
show_country":"","show_telephone":"","show_mobile":"","show_fax":"","show_webpag
e":"","show_misc":"","show_image":"","allow_vcard":"","show_articles":"","show_l
inks":"","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":"","linke_
name":"","show_email_form":"","show_email_copy":"","banned_email":"","banned_sub
ject":"","banned_text":"","validate_session":"","custom_reply":"","redirect":"",
"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":
0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"
","menu-meta_keywords":"","robots":"","secure":0}', 129, 130, 0, '*', 0),
(201, 'usermenu', 'Your Profile', 'your-profile', '', 'your-profile', 'index.php
?option=com_users&view=profile', 'component', 1, 1, 1, 25, 0, 0, '0000-00-00 00:
00:00', 0, 2, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":
"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pagecl

ass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secu
re":0}', 283, 284, 0, '*', 0),
(296, 'parks', 'Park Links', 'park-links', '', 'park-links', 'index.php?option=c
om_weblinks&view=category&id=31', 'component', 1, 1, 1, 21, 0, 0, '0000-00-00 00
:00:00', 0, 1, '', 114, '{"maxLevel":"-1","show_empty_categories":"","show_descr
iption":"1","show_description_image":"1","show_cat_num_articles":"","display_num
":"","show_headings":"0","orderby_pri":"","show_pagination":"","show_noauth":"",
"show_feed_link":"1","feed_summary":"","menu-anchor_title":"","menu-anchor_css":
"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","page
class_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","se
cure":0}', 297, 298, 0, 'en-GB', 0),
(234, 'parks', 'Park Blog', 'park-blog', '', 'park-blog', 'index.php?option=com_
content&view=category&layout=blog&id=27', 'component', 1, 1, 1, 22, 0, 0, '000000-00 00:00:00', 0, 1, '', 114, '{"maxLevel":"","show_empty_categories":"","show
_description":"1","show_description_image":"1","show_category_title":"","show_ca
t_num_articles":"","num_leading_articles":"1","num_intro_articles":"4","num_colu
mns":"1","num_links":"4","multi_column_order":"","orderby_pri":"","orderby_sec":
"","order_date":"","show_pagination":"2","show_noauth":"","show_title":"","link_
titles":"","show_intro":"","show_category":"","link_category":"","show_parent_ca
tegory":"","link_parent_category":"","show_author":"","link_author":"","show_cre
ate_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation"
:"","show_readmore":"","show_icons":"","show_print_icon":"","show_email_icon":""
,"show_hits":"","show_feed_link":"1","feed_summary":"","menu-anchor_title":"","m
enu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_h
eading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":""
,"robots":"","secure":0}', 287, 288, 0, 'en-GB', 0),
(238, 'mainmenu', 'Solicitud de Oferta', 'solicitud', '', 'solicitud', 'index.ph
p?option=com_wrapper&view=wrapper', 'component', 1, 1, 1, 2, 0, 0, '0000-00-00 0
0:00:00', 0, 1, '', 0, '{"url":"http:\\/\\/localhost\\/install\\/cyp\\/form\\/",
"scrolling":"auto","width":"100%","height":"700","height_auto":"1","add_scheme":
"1","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"p
age_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-m
eta_description":"","menu-meta_keywords":"","robots":"","secure":0,"mega_showtit
le":"1","mega_desc":"","mega_cols":"3","mega_group":"0","mega_width":"570px","me
ga_colw":"","mega_colxw":"colw1=170px\\r\\ncolw2=170px\\r\\ncolw3=170px","mega_c
lass":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 311, 356, 0, '*',
0),
(526, 'main', 'COM_AICONTACTSAFE_MESSAGES', 'comaicontactsafemessages', '', 'com
aicontactsafe/comaicontactsafemessages', 'index.php?option=com_aicontactsafe&sTa
sk=messages', 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00 00:00:00', 0, 1,
'components/com_aicontactsafe/images/aicontactsafe_icon.gif', 0, '', 398, 399, 0
, '', 1),
(207, 'top', 'Joomla.org', 'joomlaorg', '', 'joomlaorg', 'http://joomla.org', 'u
rl', 1, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title"
:"","menu-anchor_css":"","menu_image":""}', 281, 282, 0, '*', 0),
(242, 'parks', 'Write a Blog Post', 'write-a-blog-post', '', 'write-a-blog-post'
, 'index.php?option=com_content&view=form&layout=edit', 'component', 1, 1, 1, 22
, 0, 0, '0000-00-00 00:00:00', 0, 3, '', 114, '{"menu-anchor_title":"","menu-anc
hor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading"
:"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robot
s":"","secure":0}', 289, 290, 0, 'en-GB', 0),
(243, 'parks', 'Parks Home', 'parks-home', '', 'parks-home', 'index.php?option=c
om_content&view=article&id=6', 'component', 1, 1, 1, 22, 0, 0, '0000-00-00 00:00
:00', 0, 1, '', 114, '{"show_noauth":"","show_title":"0","link_titles":"","show_
intro":"","show_category":"0","link_category":"0","show_parent_category":"","lin
k_parent_category":"","show_author":"0","link_author":"","show_create_date":"0",
"show_modify_date":"0","show_publish_date":"0","show_item_navigation":"0","show_
icons":"","show_print_icon":"0","show_email_icon":"0","show_hits":"0","robots":"
","rights":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_
page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_

description":"","menu-meta_keywords":"","secure":0}', 285, 286, 0, 'en-GB', 0),


(244, 'parks', 'Image Gallery', 'image-gallery', '', 'image-gallery', 'index.php
?option=com_content&view=categories&id=28', 'component', 1, 1, 1, 22, 0, 0, '000
0-00-00 00:00:00', 0, 1, '', 114, '{"show_base_description":"1","categories_desc
ription":"","maxLevelcat":"","show_empty_categories_cat":"","show_subcat_desc_ca
t":"","show_cat_num_articles_cat":"","drill_down_layout":"1","show_category_titl
e":"","show_description":"1","show_description_image":"1","maxLevel":"-1","show_
empty_categories":"","show_subcat_desc":"","show_cat_num_articles":"","num_leadi
ng_articles":"1","num_intro_articles":"4","num_columns":"2","num_links":"4","mul
ti_column_order":"","orderby_pri":"","orderby_sec":"","order_date":"","show_pagi
nation":"","show_pagination_results":"","show_pagination_limit":"","filter_field
":"","show_headings":"","list_show_date":"","date_format":"","list_show_hits":""
,"list_show_author":"","show_title":"","link_titles":"","show_intro":"","show_ca
tegory":"","link_category":"","show_parent_category":"","link_parent_category":"
","show_author":"","link_author":"","show_create_date":"","show_modify_date":"",
"show_publish_date":"","show_item_navigation":"","show_readmore":"","show_icons"
:"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noauth":"","s
how_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"",
"menu_image":"","page_title":"","show_page_heading":0,"page_heading":"","pagecla
ss_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secur
e":0}', 291, 296, 0, 'en-GB', 0),
(270, 'aboutjoomla', 'Contact Component', 'contact-component', '', 'using-joomla
/extensions/components/contact-component', 'index.php?option=com_content&view=ar
ticle&id=9', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '',
0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_cat
egory":"","link_category":"","show_parent_category":"","link_parent_category":""
,"show_author":"","link_author":"","show_create_date":"","show_modify_date":"","
show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon
":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_ti
tle":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":
"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_ke
ywords":"","secure":0}', 124, 133, 0, '*', 0),
(279, 'aboutjoomla', 'The Joomla! Community', 'the-joomla-community', '', 'the-j
oomla-community', 'index.php?option=com_content&view=article&id=47', 'component'
, 1, 1, 1, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","sho
w_title":"","link_titles":"0","show_intro":"","show_category":"0","link_category
":"","show_parent_category":"0","link_parent_category":"","show_author":"0","lin
k_author":"","show_create_date":"0","show_modify_date":"0","show_publish_date":"
0","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_ic
on":"","show_hits":"0","robots":"","rights":"","menu-anchor_title":"","menu-anch
or_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":
"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure
":0}', 277, 278, 0, '*', 0),
(249, 'aboutjoomla', 'Submit a Weblink', 'submit-a-weblink', '', 'using-joomla/e
xtensions/components/weblinks-component/submit-a-weblink', 'index.php?option=com
_weblinks&view=form&layout=edit', 'component', 1, 265, 5, 21, 0, 0, '0000-00-00
00:00:00', 0, 3, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_imag
e":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":""
,"menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 13
5, 136, 0, '*', 0),
(251, 'aboutjoomla', 'Contact Categories', 'contact-categories', '', 'using-joom
la/extensions/components/contact-component/contact-categories', 'index.php?optio
n=com_contact&view=categories&id=16', 'component', 1, 270, 5, 8, 0, 0, '0000-0000 00:00:00', 0, 1, '', 0, '{"show_base_description":"","categories_description"
:"","maxLevel":"-1","show_empty_categories":"","show_description":"","show_descr
iption_image":"","show_cat_num_articles":"","display_num":"","show_headings":"",
"filter_field":"","show_pagination":"","show_noauth":"","presentation_style":"sl
iders","show_name":"","show_position":"","show_email":"","show_street_address":"
","show_suburb":"","show_state":"","show_postcode":"","show_country":"","show_te
lephone":"","show_mobile":"","show_fax":"","show_webpage":"","show_misc":"","sho

w_image":"","allow_vcard":"","show_articles":"","show_links":"1","linka_name":""
,"linkb_name":"","linkc_name":"","linkd_name":"","linke_name":"","show_email_for
m":"","show_email_copy":"","banned_email":"","banned_subject":"","banned_text":"
","validate_session":"","custom_reply":"","redirect":"","show_feed_link":"","fee
d_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_
page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_
description":"","menu-meta_keywords":"","robots":"","secure":0}', 125, 126, 0, '
*', 0),
(252, 'aboutjoomla', 'News Feed Categories', 'new-feed-categories', '', 'using-j
oomla/extensions/components/news-feeds-component/new-feed-categories', 'index.ph
p?option=com_newsfeeds&view=categories&id=0', 'component', 1, 267, 5, 17, 0, 0,
'0000-00-00 00:00:00', 0, 1, '', 0, '{"show_base_description":"1","categories_de
scription":"Because this links to the root category the \\"uncategorised\\" cate
gory is displayed. ","maxLevel":"-1","show_empty_categories":"1","show_descripti
on":"1","show_description_image":"1","show_cat_num_articles":"1","display_num":"
","show_headings":"","orderby_pri":"","orderby_sec":"","order_date":"","show_pag
ination":"","show_noauth":"","show_feed_image":"","show_feed_description":"","sh
ow_item_description":"","feed_character_count":"0","show_feed_link":"","feed_sum
mary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_
heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descr
iption":"","menu-meta_keywords":"","robots":"","secure":0}', 143, 144, 0, '*', 0
),
(253, 'aboutjoomla', 'News Feed Category', 'news-feed-category', '', 'using-joom
la/extensions/components/news-feeds-component/news-feed-category', 'index.php?op
tion=com_newsfeeds&view=category&id=17', 'component', 1, 267, 5, 17, 0, 0, '0000
-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"-1","show_empty_categories":"","sho
w_description":"","show_description_image":"","show_cat_num_articles":"","displa
y_num":"","show_headings":"","orderby_pri":"","orderby_sec":"","order_date":"","
show_pagination":"","show_noauth":"","show_feed_image":"","show_feed_description
":"","show_item_description":"","feed_character_count":"0","show_feed_link":"","
feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","sh
ow_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-me
ta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 147, 148, 0
, '*', 0),
(254, 'aboutjoomla', 'Single News Feed', 'single-news-feed', '', 'using-joomla/e
xtensions/components/news-feeds-component/single-news-feed', 'index.php?option=c
om_newsfeeds&view=newsfeed&id=4', 'component', 1, 267, 5, 17, 0, 0, '0000-00-00
00:00:00', 0, 1, '', 0, '{"show_feed_image":"","show_feed_description":"","show_
item_description":"","feed_character_count":"0","menu-anchor_title":"","menu-anc
hor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading"
:"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robot
s":"","secure":0}', 145, 146, 0, '*', 0),
(255, 'aboutjoomla', 'Search', 'search', '', 'using-joomla/extensions/components
/search-component/search', 'index.php?option=com_search&view=search', 'component
', 1, 276, 5, 19, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"search_areas":"1"
,"show_date":"1","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","sh
ow_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-me
ta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 165, 166, 0
, '*', 0),
(256, 'aboutjoomla', 'Archived Articles', 'archived-articles', '', 'using-joomla
/extensions/components/content-component/archived-articles', 'index.php?option=c
om_content&view=archive', 'component', 1, 266, 5, 22, 0, 0, '0000-00-00 00:00:00
', 0, 1, '', 0, '{"orderby_sec":"","order_date":"","display_num":"","filter_fiel
d":"","show_category":"1","link_category":"1","show_title":"1","link_titles":"1"
,"show_intro":"1","show_author":"","show_create_date":"","show_modify_date":"","
show_publish_date":"","show_item_navigation":"","show_readmore":"","show_hits":"
","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading
":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description"
:"","menu-meta_keywords":"","robots":"","secure":0}', 119, 120, 0, '*', 0),
(257, 'aboutjoomla', 'Single Article', 'single-article', '', 'using-joomla/exten

sions/components/content-component/single-article', 'index.php?option=com_conten
t&view=article&id=6', 'component', 1, 266, 5, 22, 0, 0, '0000-00-00 00:00:00', 0
, 1, '', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"",
"show_category":"","link_category":"","show_parent_category":"","link_parent_cat
egory":"","show_author":"","link_author":"","show_create_date":"","show_modify_d
ate":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_p
rint_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menuanchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"pag
e_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","men
u-meta_keywords":"","secure":0}', 109, 110, 0, '*', 0),
(278, 'aboutjoomla', 'The Joomla! Project', 'the-joomla-project', '', 'the-jooml
a-project', 'index.php?option=com_content&view=article&id=48', 'component', 1, 1
, 1, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_titl
e":"1","link_titles":"","show_intro":"","show_category":"0","link_category":"","
show_parent_category":"0","link_parent_category":"","show_author":"0","link_auth
or":"","show_create_date":"0","show_modify_date":"0","show_publish_date":"0","sh
ow_item_navigation":"0","show_icons":"1","show_print_icon":"","show_email_icon":
"","show_hits":"0","robots":"","rights":"","menu-anchor_title":"","menu-anchor_c
ss":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","
pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}
', 275, 276, 0, '*', 0),
(259, 'aboutjoomla', 'Article Category Blog', 'article-category-blog', '', 'usin
g-joomla/extensions/components/content-component/article-category-blog', 'index.
php?option=com_content&view=category&layout=blog&id=27', 'component', 1, 266, 5,
22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"","show_empty_categ
ories":"","show_description":"0","show_description_image":"0","show_category_tit
le":"","show_cat_num_articles":"","num_leading_articles":"1","num_intro_articles
":"4","num_columns":"2","num_links":"4","multi_column_order":"","orderby_pri":""
,"orderby_sec":"","order_date":"","show_pagination":"2","show_noauth":"","show_t
itle":"","link_titles":"","show_intro":"","show_category":"","link_category":"",
"show_parent_category":"","link_parent_category":"","show_author":"","link_autho
r":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_i
tem_navigation":"","show_readmore":"","show_icons":"","show_print_icon":"","show
_email_icon":"","show_hits":"","show_feed_link":"1","feed_summary":"","menu-anch
or_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_ti
tle":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-me
ta_keywords":"","robots":"","secure":0}', 113, 114, 0, '*', 0),
(260, 'aboutjoomla', 'Article Category List', 'article-category-list', '', 'usin
g-joomla/extensions/components/content-component/article-category-list', 'index.
php?option=com_content&view=category&id=19', 'component', 1, 266, 5, 22, 0, 0, '
0000-00-00 00:00:00', 0, 1, '', 0, '{"show_category_title":"","show_description"
:"","show_description_image":"","maxLevel":"","show_empty_categories":"","show_n
o_articles":"","show_subcat_desc":"","show_cat_num_articles":"","page_subheading
":"","show_pagination_limit":"","filter_field":"","show_headings":"","list_show_
date":"","date_format":"","list_show_hits":"","list_show_author":"","orderby_pri
":"","orderby_sec":"alpha","order_date":"","show_pagination":"","show_pagination
_results":"","display_num":"10","show_title":"","link_titles":"","show_intro":""
,"show_category":"","link_category":"","show_parent_category":"","link_parent_ca
tegory":"","show_author":"","link_author":"","show_create_date":"","show_modify_
date":"","show_publish_date":"","show_item_navigation":"","show_vote":"","show_r
eadmore":"","show_readmore_title":"","show_icons":"","show_print_icon":"","show_
email_icon":"","show_hits":"","show_noauth":"","show_feed_link":"","feed_summary
":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"
page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menumeta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 115, 116,
0, '*', 0),
(262, 'aboutjoomla', 'Featured Articles', 'featured-articles', '', 'using-joomla
/extensions/components/content-component/featured-articles', 'index.php?option=c
om_content&view=featured', 'component', 1, 266, 5, 22, 0, 0, '0000-00-00 00:00:0
0', 0, 1, '', 0, '{"maxLevel":"","show_empty_categories":"","show_description":"

","show_description_image":"","show_cat_num_articles":"","num_leading_articles":
"1","num_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_ord
er":"1","orderby_pri":"","orderby_sec":"front","order_date":"","show_pagination"
:"2","show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_cat
egory":"","link_category":"","show_parent_category":"","link_parent_category":""
,"show_author":"","link_author":"","show_create_date":"","show_modify_date":"","
show_publish_date":"","show_item_navigation":"","show_readmore":"","show_icons":
"","show_print_icon":"","show_email_icon":"","show_hits":"","show_feed_link":"1"
,"feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","
show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menumeta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 117, 118,
0, '*', 0),
(263, 'aboutjoomla', 'Submit Article', 'submit-article', '', 'using-joomla/exten
sions/components/content-component/submit-article', 'index.php?option=com_conten
t&view=form&layout=edit', 'component', 1, 266, 5, 22, 0, 0, '0000-00-00 00:00:00
', 0, 3, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","s
how_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-m
eta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 121, 122,
0, '*', 0),
(265, 'aboutjoomla', 'Weblinks Component', 'weblinks-component', '', 'using-joom
la/extensions/components/weblinks-component', 'index.php?option=com_content&view
=article&id=54', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1,
'', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show
_category":"","link_category":"","show_parent_category":"","link_parent_category
":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":
"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_
icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-ancho
r_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_tit
le":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-met
a_keywords":"","secure":0}', 134, 141, 0, '*', 0),
(266, 'aboutjoomla', 'Content Component', 'content-component', '', 'using-joomla
/extensions/components/content-component', 'index.php?option=com_content&view=ar
ticle&id=10', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '',
0, '{"article-allow_ratings":"","article-allow_comments":"","show_category":"",
"link_category":"","show_title":"","link_titles":"","show_intro":"","show_author
":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_it
em_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","sho
w_hits":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_pag
e_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_des
cription":"","menu-meta_keywords":"","robots":"","secure":0}', 108, 123, 0, '*',
0),
(267, 'aboutjoomla', 'News Feeds Component', 'news-feeds-component', '', 'usingjoomla/extensions/components/news-feeds-component', 'index.php?option=com_conten
t&view=article&id=60', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00 00:00:00',
0, 1, '', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":""
,"show_category":"","link_category":"","show_parent_category":"","link_parent_ca
tegory":"","show_author":"","link_author":"","show_create_date":"","show_modify_
date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_
print_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu
-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":1,"pa
ge_title":"Newsfeeds Categories View ","page_heading":"","pageclass_sfx":"","men
u-meta_description":"","menu-meta_keywords":"","secure":0}', 142, 149, 0, '*', 0
),
(268, 'aboutjoomla', 'Components', 'components', '', 'using-joomla/extensions/co
mponents', 'index.php?option=com_content&view=category&layout=blog&id=21', 'comp
onent', 1, 277, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_categor
y_title":"","show_description":"1","show_description_image":"","maxLevel":"","sh
ow_empty_categories":"","show_subcat_desc":"","show_cat_num_articles":"","page_s
ubheading":"","num_leading_articles":"0","num_intro_articles":"7","num_columns":
"1","num_links":"0","multi_column_order":"","orderby_pri":"","orderby_sec":"orde

r","order_date":"","show_pagination":"0","show_pagination_results":"","show_titl
e":"","link_titles":"","show_intro":"","show_category":"0","link_category":"","s
how_parent_category":"0","link_parent_category":"","show_author":"0","link_autho
r":"0","show_create_date":"0","show_modify_date":"0","show_publish_date":"0","sh
ow_item_navigation":"0","show_readmore":"","show_icons":"0","show_print_icon":"0
","show_email_icon":"0","show_hits":"0","show_noauth":"","show_feed_link":"","fe
ed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","page
_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta
_description":"","menu-meta_keywords":"","robots":"","secure":0}', 107, 170, 0,
'*', 0),
(277, 'aboutjoomla', 'Using Extensions', 'extensions', '', 'using-joomla/extensi
ons', 'index.php?option=com_content&view=categories&id=20', 'component', 1, 280,
2, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_base_description":"1",
"categories_description":"","maxLevelcat":"1","show_empty_categories_cat":"1","s
how_subcat_desc_cat":"1","show_cat_num_articles_cat":"0","drill_down_layout":"0"
,"show_category_title":"","show_description":"1","show_description_image":"1","m
axLevel":"1","show_empty_categories":"1","show_subcat_desc":"","show_cat_num_art
icles":"","num_leading_articles":"1","num_intro_articles":"4","num_columns":"2",
"num_links":"4","multi_column_order":"","orderby_pri":"","orderby_sec":"","order
_date":"","show_pagination":"","show_pagination_results":"","show_pagination_lim
it":"","filter_field":"","show_headings":"","list_show_date":"","date_format":""
,"list_show_hits":"","list_show_author":"","show_title":"","link_titles":"","sho
w_intro":"","show_category":"","link_category":"","show_parent_category":"","lin
k_parent_category":"","show_author":"","link_author":"","show_create_date":"","s
how_modify_date":"","show_publish_date":"","show_item_navigation":"","show_readm
ore":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":""
,"show_noauth":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","
menu-anchor_css":"","menu_image":"","page_title":"","show_page_heading":0,"page_
heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"
","robots":"","secure":0}', 106, 267, 0, '*', 0),
(271, 'aboutjoomla', 'Users Component', 'users-component', '', 'using-joomla/ext
ensions/components/users-component', 'index.php?option=com_content&view=article&
id=52', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{
"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category
":"","link_category":"","show_parent_category":"","link_parent_category":"","sho
w_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_
publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"",
"show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":
"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","p
age_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keyword
s":"","secure":0}', 150, 163, 0, '*', 0),
(272, 'aboutjoomla', 'Article Categories', 'article-categories', '', 'using-joom
la/extensions/components/content-component/article-categories', 'index.php?optio
n=com_content&view=categories&id=14', 'component', 1, 266, 5, 22, 0, 0, '0000-00
-00 00:00:00', 0, 1, '', 0, '{"show_base_description":"","categories_description
":"","maxLevel":"-1","show_empty_categories":"","show_description":"","show_desc
ription_image":"","show_cat_num_articles":"","display_num":"","category_layout":
"","show_headings":"","show_date":"","date_format":"","filter_field":"","num_lea
ding_articles":"1","num_intro_articles":"4","num_columns":"2","num_links":"4","m
ulti_column_order":"","orderby_pri":"","orderby_sec":"","order_date":"","show_pa
gination":"","show_noauth":"","show_title":"","link_titles":"","show_intro":"","
show_category":"","link_category":"","show_parent_category":"","link_parent_cate
gory":"","show_author":"","link_author":"","show_create_date":"","show_modify_da
te":"","show_publish_date":"","show_item_navigation":"","show_readmore":"","show
_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","show_feed_l
ink":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_imag
e":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":""
,"menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 11
1, 112, 0, '*', 0),
(273, 'aboutjoomla', 'Administrator Components', 'administrator-components', '',

'using-joomla/extensions/components/administrator-components', 'index.php?optio
n=com_content&view=article&id=1', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00
00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_title":"","link_titles":"","sho
w_intro":"","show_category":"","link_category":"","show_parent_category":"","lin
k_parent_category":"","show_author":"","link_author":"","show_create_date":"","s
how_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons
":"","show_print_icon":"","show_email_icon":"","show_hits":"","robots":"","right
s":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_hea
ding":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descript
ion":"","menu-meta_keywords":"","secure":0}', 168, 169, 0, '*', 0),
(274, 'aboutjoomla', 'Weblinks Single Category', 'weblinks-single-category', '',
'using-joomla/extensions/components/weblinks-component/weblinks-single-category
', 'index.php?option=com_weblinks&view=category&id=32', 'component', 1, 265, 5,
21, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"-1","show_empty_cate
gories":"","show_description":"","show_description_image":"","show_cat_num_artic
les":"","display_num":"","show_headings":"","orderby_pri":"","show_pagination":"
","show_noauth":"","show_feed_link":"1","feed_summary":"","menu-anchor_title":""
,"menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","pag
e_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords"
:"","robots":"","secure":0}', 137, 138, 0, '*', 0),
(275, 'aboutjoomla', 'Contact Single Category', 'contact-single-category', '', '
using-joomla/extensions/components/contact-component/contact-single-category', '
index.php?option=com_contact&view=category&catid=26&id=36', 'component', 1, 270,
5, 8, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"-1","show_empty_c
ategories":"","show_description":"","show_description_image":"","show_cat_num_ar
ticles":"","display_num":"20","show_headings":"","filter_field":"","show_paginat
ion":"","show_noauth":"","presentation_style":"sliders","show_name":"","show_pos
ition":"","show_email":"","show_street_address":"","show_suburb":"","show_state"
:"","show_postcode":"","show_country":"","show_telephone":"","show_mobile":"","s
how_fax":"","show_webpage":"","show_misc":"","show_image":"","allow_vcard":"","s
how_articles":"","show_links":"1","linka_name":"","linkb_name":"","linkc_name":"
","linkd_name":"","linke_name":"","show_email_form":"","show_email_copy":"","ban
ned_email":"","banned_subject":"","banned_text":"","validate_session":"","custom
_reply":"","redirect":"","show_feed_link":"1","feed_summary":"","menu-anchor_tit
le":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"
","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_key
words":"","robots":"","secure":0}', 127, 128, 0, '*', 0),
(276, 'aboutjoomla', 'Search Component', 'search-component', '', 'using-joomla/e
xtensions/components/search-component', 'index.php?option=com_content&view=artic
le&id=39', 'component', 1, 268, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0,
'{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_categ
ory":"","link_category":"","show_parent_category":"","link_parent_category":"","
show_author":"","link_author":"","show_create_date":"","show_modify_date":"","sh
ow_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":
"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_titl
e":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":""
,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keyw
ords":"","secure":0}', 164, 167, 0, '*', 0),
(280, 'aboutjoomla', 'Using Joomla!', 'using-joomla', '', 'using-joomla', 'index
.php?option=com_content&view=article&id=53', 'component', 1, 1, 1, 22, 0, 0, '00
00-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"1","link_titles":"0","show_intr
o":"1","show_category":"0","link_category":"","show_parent_category":"0","link_p
arent_category":"","show_author":"0","link_author":"","show_create_date":"0","sh
ow_modify_date":"0","show_publish_date":"0","show_item_navigation":"0","show_ico
ns":"","show_print_icon":"","show_email_icon":"","show_hits":"0","show_noauth":"
0","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","page_title":"","
show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_description
":"","menu-meta_keywords":"","robots":"","secure":0}', 105, 272, 0, '*', 0),
(281, 'aboutjoomla', 'Modules', 'modules', '', 'using-joomla/extensions/modules'
, 'index.php?option=com_content&view=category&id=22', 'component', 1, 277, 3, 22

, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_category_title":"","show_des


cription":"1","show_description_image":"1","maxLevel":"1","show_empty_categories
":"1","show_no_articles":"0","show_subcat_desc":"1","show_cat_num_articles":"","
page_subheading":"","show_pagination_limit":"","filter_field":"","show_headings"
:"","list_show_date":"","date_format":"","list_show_hits":"","list_show_author":
"","show_pagination":"","show_pagination_results":"","show_title":"1","link_titl
es":"","show_intro":"","show_category":"0","link_category":"0","show_parent_cate
gory":"0","link_parent_category":"","show_author":"0","link_author":"0","show_cr
eate_date":"0","show_modify_date":"0","show_publish_date":"0","show_item_navigat
ion":"0","show_vote":"","show_readmore":"0","show_icons":"0","show_print_icon":"
0","show_email_icon":"0","show_hits":"0","show_noauth":"","show_feed_link":"","f
eed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","men
u_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx
":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}'
, 171, 228, 0, '*', 0),
(282, 'aboutjoomla', 'Templates', 'templates', '', 'using-joomla/extensions/temp
lates', 'index.php?option=com_content&view=category&id=23', 'component', 1, 277,
3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_category_title":"","sh
ow_description":"1","show_description_image":"","maxLevel":"2","show_empty_categ
ories":"1","show_no_articles":"0","show_subcat_desc":"1","show_cat_num_articles"
:"","page_subheading":"","show_pagination_limit":"0","filter_field":"hide","show
_headings":"0","list_show_date":"0","date_format":"","list_show_hits":"0","list_
show_author":"0","show_pagination":"0","show_pagination_results":"","show_title"
:"1","link_titles":"1","show_intro":"","show_category":"","link_category":"","sh
ow_parent_category":"","link_parent_category":"","show_author":"","link_author":
"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item
_navigation":"","show_vote":"","show_readmore":"","show_icons":"","show_print_ic
on":"","show_email_icon":"","show_hits":"","show_noauth":"","show_feed_link":"",
"feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","m
enu_text":1,"page_title":"Templates","show_page_heading":0,"page_heading":"","pa
geclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","
secure":0}', 229, 248, 0, '*', 0),
(283, 'aboutjoomla', 'Languages', 'languages', '', 'using-joomla/extensions/lang
uages', 'index.php?option=com_content&view=category&layout=blog&id=24', 'compone
nt', 1, 277, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"","s
how_empty_categories":"","show_description":"1","show_description_image":"1","sh
ow_category_title":"1","show_cat_num_articles":"","num_leading_articles":"1","nu
m_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"",
"orderby_pri":"","orderby_sec":"","order_date":"","show_pagination":"","show_noa
uth":"","show_title":"","link_titles":"","show_intro":"","show_category":"","lin
k_category":"","show_parent_category":"","link_parent_category":"","show_author"
:"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_d
ate":"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print
_icon":"","show_email_icon":"","show_hits":"","show_feed_link":"","feed_summary"
:"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_headi
ng":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descriptio
n":"","menu-meta_keywords":"","robots":"","secure":0}', 249, 250, 0, '*', 0),
(284, 'aboutjoomla', 'Plugins', 'plugins', '', 'using-joomla/extensions/plugins'
, 'index.php?option=com_content&view=category&layout=blog&id=25', 'component', 1
, 277, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"","show_em
pty_categories":"","show_description":"1","show_description_image":"","show_cate
gory_title":"1","show_cat_num_articles":"","num_leading_articles":"0","num_intro
_articles":"7","num_columns":"1","num_links":"0","multi_column_order":"","orderb
y_pri":"","orderby_sec":"order","order_date":"","show_pagination":"","show_noaut
h":"","show_title":"","link_titles":"","show_intro":"","show_category":"0","link
_category":"0","show_parent_category":"0","link_parent_category":"0","show_autho
r":"0","link_author":"","show_create_date":"0","show_modify_date":"0","show_publ
ish_date":"0","show_item_navigation":"","show_readmore":"","show_icons":"0","sho
w_print_icon":"0","show_email_icon":"0","show_hits":"0","show_feed_link":"","fee
d_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_

page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_
description":"","menu-meta_keywords":"","robots":"","secure":0}', 251, 266, 0, '
*', 0),
(285, 'aboutjoomla', 'Typography Atomic', 'typography-atomic', '', 'using-joomla
/extensions/templates/atomic/typography-atomic', 'index.php?option=com_content&v
iew=article&id=49', 'component', 1, 422, 5, 22, 0, 0, '0000-00-00 00:00:00', 0,
1, '', 3, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","s
how_category":"","link_category":"","show_parent_category":"","link_parent_categ
ory":"","show_author":"","link_author":"","show_create_date":"","show_modify_dat
e":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_pri
nt_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-an
chor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_
title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menumeta_keywords":"","secure":0}', 243, 244, 0, '*', 0),
(290, 'mainmenu', 'More Joomla', 'more-joomla', '', 'quienes-somoscp/more-joomla
', 'index.php?option=com_content&view=categories&id=0', 'component', 0, 294, 2,
22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_base_description":"","cate
gories_description":"","maxLevelcat":"","show_empty_categories_cat":"","show_sub
cat_desc_cat":"","show_cat_num_articles_cat":"","show_category_title":"","show_d
escription":"","show_description_image":"","maxLevel":"-1","show_empty_categorie
s":"","show_no_articles":"","show_subcat_desc":"","show_cat_num_articles":"","nu
m_leading_articles":"1","num_intro_articles":"4","num_columns":"2","num_links":"
4","multi_column_order":"","show_subcategory_content":"","orderby_pri":"","order
by_sec":"","order_date":"","show_pagination":"","show_pagination_results":"","sh
ow_pagination_limit":"","filter_field":"","show_headings":"","list_show_date":""
,"date_format":"","list_show_hits":"","list_show_author":"","display_num":"10","
show_title":"","link_titles":"","show_intro":"","show_category":"","link_categor
y":"","show_parent_category":"","link_parent_category":"","show_author":"","link
_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","
show_item_navigation":"","show_vote":"","show_readmore":"","show_readmore_title"
:"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","sh
ow_noauth":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","menu
-anchor_css":"","menu_image":"images\\/address-book-blue.png","menu_text":1,"pag
e_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-met
a_description":"","menu-meta_keywords":"","robots":"","secure":0,"mega_showtitle
":"1","mega_desc":"","mega_cols":"1","mega_group":"1","mega_width":"","mega_colw
":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style":"
xhtml"}', 4, 21, 0, '*', 0),
(294, 'mainmenu', 'Quienes Somos', 'quienes-somoscp', '', 'quienes-somoscp', 'in
dex.php?option=com_content&view=article&id=42', 'component', 1, 1, 1, 22, -4, 0,
'0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","show_in
tro":"","show_category":"0","link_category":"","show_parent_category":"0","link_
parent_category":"","show_author":"0","link_author":"","show_create_date":"0","s
how_modify_date":"0","show_publish_date":"0","show_item_navigation":"0","show_vo
te":"","show_icons":"","show_print_icon":"0","show_email_icon":"0","show_hits":"
0","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"",
"menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass
_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure"
:0,"mega_showtitle":"1","mega_desc":"","mega_cols":"2","mega_group":"0","mega_wi
dth":"400px","mega_colw":"170px","mega_colxw":"","mega_class":"","mega_subconten
t":"0","mega_module_style":"xhtml"}', 3, 44, 0, '*', 0),
(445, 'mainmenu', 'Menu demo', 'parks', '', 'solicitud/parks', 'index.php?Itemid
=', 'alias', 0, 238, 2, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"aliasopt
ions":"243","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","mega_sh
owtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"1","mega_width":"","me
ga_colw":"","mega_colxw":"","mega_class":" mega-header","mega_subcontent":"0","
mega_module_style":"xhtml"}', 312, 325, 0, '*', 0);
INSERT INTO `jos_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `lin
k`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `chec
ked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`

, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES


(300, 'aboutjoomla', 'Latest Users', 'latest-users', '', 'using-joomla/extension
s/modules/user-modules/latest-users', 'index.php?option=com_content&view=article
&id=66', 'component', 1, 412, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '
{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_categor
y":"","link_category":"","show_parent_category":"","link_parent_category":"","sh
ow_author":"","link_author":"","show_create_date":"","show_modify_date":"","show
_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":""
,"show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title"
:"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","
page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywor
ds":"","secure":0}', 195, 196, 0, '*', 0),
(301, 'aboutjoomla', 'Who''s Online', 'whos-online', '', 'using-joomla/extension
s/modules/user-modules/whos-online', 'index.php?option=com_content&view=article&
id=56', 'component', 1, 412, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{
"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category
":"","link_category":"","show_parent_category":"","link_parent_category":"","sho
w_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_
publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"",
"show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":
"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","p
age_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keyword
s":"","secure":0}', 197, 198, 0, '*', 0),
(302, 'aboutjoomla', 'Most Read', 'most-read', '', 'using-joomla/extensions/modu
les/content-modules/most-read', 'index.php?option=com_content&view=article&id=30
', 'component', 1, 411, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show
_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category":"",
"link_category":"","show_parent_category":"","link_parent_category":"","show_aut
hor":"","link_author":"","show_create_date":"","show_modify_date":"","show_publi
sh_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show
_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","m
enu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_h
eading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":""
,"secure":0}', 179, 180, 0, '*', 0),
(303, 'aboutjoomla', 'Menu', 'menu', '', 'using-joomla/extensions/modules/naviga
tion-modules/menu', 'index.php?option=com_content&view=article&id=29', 'componen
t', 1, 415, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"",
"show_title":"","link_titles":"","show_intro":"","show_category":"","link_catego
ry":"","show_parent_category":"","link_parent_category":"","show_author":"","lin
k_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"",
"show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon"
:"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_c
ss":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","
pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}
', 173, 174, 0, '*', 0),
(304, 'aboutjoomla', 'Statistics', 'statistics', '', 'using-joomla/extensions/mo
dules/utility-modules/statistics', 'index.php?option=com_content&view=article&id
=44', 'component', 1, 414, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"s
how_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category":
"","link_category":"","show_parent_category":"","link_parent_category":"","show_
author":"","link_author":"","show_create_date":"","show_modify_date":"","show_pu
blish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","s
how_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":""
,"menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","pag
e_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords"
:"","secure":0}', 219, 220, 0, '*', 0),
(305, 'aboutjoomla', 'Banner', 'banner', '', 'using-joomla/extensions/modules/di
splay-modules/banner', 'index.php?option=com_content&view=article&id=7', 'compon
ent', 1, 413, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"
","show_title":"","link_titles":"","show_intro":"","show_category":"","link_cate

gory":"","show_parent_category":"","link_parent_category":"","show_author":"","l
ink_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"
","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_ico
n":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor
_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":""
,"pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":
0}', 205, 206, 0, '*', 0),
(306, 'aboutjoomla', 'Search', 'search', '', 'using-joomla/extensions/modules/ut
ility-modules/search', 'index.php?option=com_content&view=article&id=40', 'compo
nent', 1, 414, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":
"","show_title":"","link_titles":"","show_intro":"","show_category":"","link_cat
egory":"","show_parent_category":"","link_parent_category":"","show_author":"","
link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":
"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_ic
on":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-ancho
r_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"
","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure"
:0}', 221, 222, 0, '*', 0),
(307, 'aboutjoomla', 'Random Image', 'random-image', '', 'using-joomla/extension
s/modules/display-modules/random-image', 'index.php?option=com_content&view=arti
cle&id=36', 'component', 1, 413, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0
, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_cate
gory":"","link_category":"","show_parent_category":"","link_parent_category":"",
"show_author":"","link_author":"","show_create_date":"","show_modify_date":"","s
how_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon"
:"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_tit
le":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"
","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_key
words":"","secure":0}', 203, 204, 0, '*', 0),
(309, 'aboutjoomla', 'News Flash', 'news-flash', '', 'using-joomla/extensions/mo
dules/content-modules/news-flash', 'index.php?option=com_content&view=article&id
=31', 'component', 1, 411, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"s
how_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category":
"","link_category":"","show_parent_category":"","link_parent_category":"","show_
author":"","link_author":"","show_create_date":"","show_modify_date":"","show_pu
blish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","s
how_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":""
,"menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","pag
e_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords"
:"","secure":0}', 181, 182, 0, '*', 0),
(310, 'aboutjoomla', 'Latest Articles', 'latest-articles', '', 'using-joomla/ext
ensions/modules/content-modules/latest-articles', 'index.php?option=com_content&
view=article&id=27', 'component', 1, 411, 5, 22, 0, 0, '0000-00-00 00:00:00', 0,
1, '', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","
show_category":"","link_category":"","show_parent_category":"","link_parent_cate
gory":"","show_author":"","link_author":"","show_create_date":"","show_modify_da
te":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_pr
int_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-a
nchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page
_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu
-meta_keywords":"","secure":0}', 183, 184, 0, '*', 0),
(311, 'aboutjoomla', 'Syndicate', 'syndicate', '', 'using-joomla/extensions/modu
les/utility-modules/syndicate', 'index.php?option=com_content&view=article&id=45
', 'component', 1, 414, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show
_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category":"",
"link_category":"","show_parent_category":"","link_parent_category":"","show_aut
hor":"","link_author":"","show_create_date":"","show_modify_date":"","show_publi
sh_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show
_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","m
enu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_h

eading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":""
,"secure":0}', 217, 218, 0, '*', 0),
(312, 'aboutjoomla', 'Login', 'login', '', 'using-joomla/extensions/modules/user
-modules/login', 'index.php?option=com_content&view=article&id=28', 'component',
1, 412, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","sh
ow_title":"","link_titles":"","show_intro":"","show_category":"","link_category"
:"","show_parent_category":"","link_parent_category":"","show_author":"","link_a
uthor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","sh
ow_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":""
,"show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css"
:"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pag
eclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}',
199, 200, 0, '*', 0),
(313, 'aboutjoomla', 'Wrapper', 'wrapper', '', 'using-joomla/extensions/modules/
utility-modules/wrapper', 'index.php?option=com_content&view=article&id=59', 'co
mponent', 1, 414, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noaut
h":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link_
category":"","show_parent_category":"","link_parent_category":"","show_author":"
","link_author":"","show_create_date":"","show_modify_date":"","show_publish_dat
e":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email
_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-an
chor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading
":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secu
re":0}', 225, 226, 0, '*', 0),
(316, 'aboutjoomla', 'Home Page Atomic', 'home-page-atomic', '', 'using-joomla/e
xtensions/templates/atomic/home-page-atomic', 'index.php?option=com_content&view
=featured', 'component', 1, 422, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 3
, '{"maxLevel":"","show_empty_categories":"","show_description":"","show_descrip
tion_image":"","show_cat_num_articles":"","num_leading_articles":"1","num_intro_
articles":"3","num_columns":"3","num_links":"0","multi_column_order":"1","orderb
y_pri":"","orderby_sec":"front","order_date":"","show_pagination":"2","show_noau
th":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link
_category":"","show_parent_category":"","link_parent_category":"","show_author":
"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_da
te":"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print_
icon":"","show_email_icon":"","show_hits":"","show_feed_link":"1","feed_summary"
:"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_headi
ng":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descriptio
n":"","menu-meta_keywords":"","robots":"","secure":0}', 245, 246, 0, '*', 0),
(317, 'aboutjoomla', 'System', 'system', '', 'using-joomla/extensions/plugins/sy
stem', 'index.php?option=com_content&view=article&id=46', 'component', 1, 284, 4
, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_title":
"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_
parent_category":"","link_parent_category":"","show_author":"","link_author":"",
"show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_na
vigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hit
s":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":"","menu_
image":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx
":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}', 264, 265,
0, '*', 0),
(318, 'aboutjoomla', 'Authentication', 'authentication', '', 'using-joomla/exten
sions/plugins/authentication', 'index.php?option=com_content&view=article&id=5',
'component', 1, 284, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_n
oauth":"","show_title":"","link_titles":"","show_intro":"","show_category":"","l
ink_category":"","show_parent_category":"","link_parent_category":"","show_autho
r":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish
_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_e
mail_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","men
u-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_hea
ding":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","

secure":0}', 252, 253, 0, '*', 0),


(319, 'aboutjoomla', 'Content', 'content', '', 'using-joomla/extensions/plugins/
content', 'index.php?option=com_content&view=article&id=62', 'component', 1, 284
, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_titl
e":"","link_titles":"","show_intro":"","show_category":"","link_category":"","sh
ow_parent_category":"","link_parent_category":"","show_author":"","link_author":
"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item
_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_
hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":"","me
nu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_
sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}', 254, 25
5, 0, '*', 0),
(320, 'aboutjoomla', 'Editors', 'editors', '', 'using-joomla/extensions/plugins/
editors', 'index.php?option=com_content&view=article&id=14', 'component', 1, 284
, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_titl
e":"","link_titles":"","show_intro":"","show_category":"","link_category":"","sh
ow_parent_category":"","link_parent_category":"","show_author":"","link_author":
"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item
_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_
hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":"","me
nu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_
sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}', 256, 25
7, 0, '*', 0),
(321, 'aboutjoomla', 'Editors Extended', 'editors-extended', '', 'using-joomla/e
xtensions/plugins/editors-extended', 'index.php?option=com_content&view=article&
id=15', 'component', 1, 284, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{
"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_category
":"","link_category":"","show_parent_category":"","link_parent_category":"","sho
w_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_
publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":"",
"show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":
"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","p
age_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keyword
s":"","secure":0}', 258, 259, 0, '*', 0),
(322, 'aboutjoomla', 'Search', 'search', '', 'using-joomla/extensions/plugins/se
arch', 'index.php?option=com_content&view=article&id=41', 'component', 1, 284, 4
, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_title":
"","link_titles":"","show_intro":"","show_category":"","link_category":"","show_
parent_category":"","link_parent_category":"","show_author":"","link_author":"",
"show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_na
vigation":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hit
s":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":"","menu_
image":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx
":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}', 260, 261,
0, '*', 0),
(323, 'aboutjoomla', 'User', 'user', '', 'using-joomla/extensions/plugins/user',
'index.php?option=com_content&view=article&id=51', 'component', 1, 284, 4, 22,
0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_title":"","li
nk_titles":"","show_intro":"","show_category":"","link_category":"","show_parent
_category":"","link_parent_category":"","show_author":"","link_author":"","show_
create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigati
on":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"",
"robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":"","menu_image"
:"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","
menu-meta_description":"","menu-meta_keywords":"","secure":0}', 262, 263, 0, '*'
, 0),
(324, 'aboutjoomla', 'Footer', 'footer', '', 'using-joomla/extensions/modules/di
splay-modules/footer', 'index.php?option=com_content&view=article&id=19', 'compo
nent', 1, 413, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":
"","show_title":"","link_titles":"","show_intro":"","show_category":"","link_cat

egory":"","show_parent_category":"","link_parent_category":"","show_author":"","
link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":
"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_ic
on":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-ancho
r_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"
","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure"
:0}', 209, 210, 0, '*', 0),
(325, 'aboutjoomla', 'Archive', 'archive', '', 'using-joomla/extensions/modules/
content-modules/archive', 'index.php?option=com_content&view=article&id=2', 'com
ponent', 1, 411, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth
":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link_c
ategory":"","show_parent_category":"","link_parent_category":"","show_author":""
,"link_author":"","show_create_date":"","show_modify_date":"","show_publish_date
":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_
icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anc
hor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading"
:"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secur
e":0}', 185, 186, 0, '*', 0),
(326, 'aboutjoomla', 'Related Items', 'related-items', '', 'using-joomla/extensi
ons/modules/content-modules/related-items', 'index.php?option=com_content&view=a
rticle&id=37', 'component', 1, 411, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, ''
, 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_c
ategory":"","link_category":"","show_parent_category":"","link_parent_category":
"","show_author":"","link_author":"","show_create_date":"","show_modify_date":""
,"show_publish_date":"","show_item_navigation":"","show_icons":"","show_print_ic
on":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_
title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title
":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_
keywords":"","secure":0}', 187, 188, 0, '*', 0),
(399, 'parks', 'Animals', 'animals', '', 'image-gallery/animals', 'index.php?opt
ion=com_content&view=category&layout=blog&id=72', 'component', 1, 244, 2, 22, 0,
0, '0000-00-00 00:00:00', 0, 1, '', 114, '{"maxLevel":"","show_empty_categories
":"","show_description":"1","show_description_image":"0","show_category_title":"
","show_cat_num_articles":"","num_leading_articles":"0","num_intro_articles":"6"
,"num_columns":"2","num_links":"4","multi_column_order":"1","orderby_pri":"","or
derby_sec":"","order_date":"","show_pagination":"2","show_noauth":"","show_title
":"","link_titles":"","show_intro":"0","show_category":"1","link_category":"1","
show_parent_category":"","link_parent_category":"","show_author":"0","link_autho
r":"","show_create_date":"0","show_modify_date":"0","show_publish_date":"0","sho
w_item_navigation":"1","show_readmore":"","show_icons":"","show_print_icon":"","
show_email_icon":"","show_hits":"","show_feed_link":"1","feed_summary":"","menuanchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"pag
e_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","men
u-meta_keywords":"","robots":"","secure":0}', 292, 293, 0, 'en-GB', 0),
(400, 'parks', 'Scenery', 'scenery', '', 'image-gallery/scenery', 'index.php?opt
ion=com_content&view=category&layout=blog&id=73', 'component', 1, 244, 2, 22, 0,
0, '0000-00-00 00:00:00', 0, 1, '', 114, '{"maxLevel":"","show_empty_categories
":"","show_description":"0","show_description_image":"0","show_category_title":"
","show_cat_num_articles":"","num_leading_articles":"0","num_intro_articles":"4"
,"num_columns":"2","num_links":"4","multi_column_order":"1","orderby_pri":"","or
derby_sec":"","order_date":"","show_pagination":"2","show_noauth":"","show_title
":"","link_titles":"","show_intro":"0","show_category":"1","link_category":"","s
how_parent_category":"0","link_parent_category":"0","show_author":"0","link_auth
or":"0","show_create_date":"0","show_modify_date":"0","show_publish_date":"0","s
how_item_navigation":"1","show_readmore":"1","show_icons":"0","show_print_icon":
"0","show_email_icon":"0","show_hits":"0","show_feed_link":"1","feed_summary":""
,"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading"
:0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":
"","menu-meta_keywords":"","robots":"","secure":0}', 294, 295, 0, 'en-GB', 0),
(402, 'aboutjoomla', 'Login Form', 'login-form', '', 'using-joomla/extensions/co

mponents/users-component/login-form', 'index.php?option=com_users&view=login', '


component', 1, 271, 5, 25, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"login_re
direct_url":"","logindescription_show":"1","login_description":"","login_image":
"","logout_redirect_url":"","logoutdescription_show":"1","logout_description":""
,"logout_image":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","
show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menumeta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 151, 152,
0, '*', 0),
(403, 'aboutjoomla', 'User Profile', 'user-profile', '', 'using-joomla/extension
s/components/users-component/user-profile', 'index.php?option=com_users&view=pro
file', 'component', 1, 271, 5, 25, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"
menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0
,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":""
,"menu-meta_keywords":"","robots":"","secure":0}', 153, 154, 0, '*', 0),
(404, 'aboutjoomla', 'Edit User Profile', 'edit-user-profile', '', 'using-joomla
/extensions/components/users-component/edit-user-profile', 'index.php?option=com
_users&view=profile&layout=edit', 'component', 1, 271, 5, 25, 0, 0, '0000-00-00
00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_imag
e":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":""
,"menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 15
5, 156, 0, '*', 0),
(405, 'aboutjoomla', 'Registration Form', 'registration-form', '', 'using-joomla
/extensions/components/users-component/registration-form', 'index.php?option=com
_users&view=registration', 'component', 1, 271, 5, 25, 0, 0, '0000-00-00 00:00:0
0', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","
show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menumeta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 157, 158,
0, '*', 0),
(406, 'aboutjoomla', 'Username Reminder Request', 'username-reminder', '', 'usin
g-joomla/extensions/components/users-component/username-reminder', 'index.php?op
tion=com_users&view=remind', 'component', 1, 271, 5, 25, 0, 0, '0000-00-00 00:00
:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":""
,"show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","men
u-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 159, 16
0, 0, '*', 0),
(409, 'aboutjoomla', 'Password Reset', 'password-reset', '', 'using-joomla/exten
sions/components/users-component/password-reset', 'index.php?option=com_users&vi
ew=reset', 'component', 1, 271, 5, 25, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0,
'{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_headin
g":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description
":"","menu-meta_keywords":"","robots":"","secure":0}', 161, 162, 0, '*', 0),
(410, 'aboutjoomla', 'Feed Display', 'feed-display', '', 'using-joomla/extension
s/modules/display-modules/feed-display', 'index.php?option=com_content&view=arti
cle&id=16', 'component', 1, 413, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0
, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_cate
gory":"","link_category":"","show_parent_category":"","link_parent_category":"",
"show_author":"","link_author":"","show_create_date":"","show_modify_date":"","s
how_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon"
:"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_tit
le":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"
","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_key
words":"","secure":0}', 207, 208, 0, '*', 0),
(411, 'aboutjoomla', 'Content Modules', 'content-modules', '', 'using-joomla/ext
ensions/modules/content-modules', 'index.php?option=com_content&view=category&id
=64', 'component', 1, 281, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"m
axLevel":"0","show_category_title":"1","page_subheading":"","show_empty_categori
es":"1","show_description":"1","show_description_image":"","show_cat_num_article
s":"","display_num":"0","show_headings":"0","list_show_title":"1","list_show_dat
e":"0","date_format":"","list_show_hits":"0","list_show_author":"0","filter_fiel
d":"hide","orderby_pri":"","orderby_sec":"order","order_date":"","show_paginatio

n":"","show_pagination_limit":"0","show_noauth":"","show_title":"","link_titles"
:"","show_intro":"","show_category":"1","link_category":"1","show_parent_categor
y":"","link_parent_category":"","show_author":"","link_author":"","show_create_d
ate":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","
show_readmore":"","show_icons":"","show_print_icon":"","show_email_icon":"","sho
w_hits":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-an
chor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading
":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robo
ts":"","secure":0}', 178, 193, 0, '*', 0),
(412, 'aboutjoomla', 'User Modules', 'user-modules', '', 'using-joomla/extension
s/modules/user-modules', 'index.php?option=com_content&view=category&id=65', 'co
mponent', 1, 281, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":
"0","show_category_title":"1","page_subheading":"","show_empty_categories":"","s
how_description":"1","show_description_image":"","show_cat_num_articles":"","dis
play_num":"0","show_headings":"0","list_show_title":"1","list_show_date":"","dat
e_format":"","list_show_hits":"0","list_show_author":"0","filter_field":"hide","
orderby_pri":"","orderby_sec":"order","order_date":"","show_pagination":"","show
_pagination_limit":"0","show_noauth":"","show_title":"","link_titles":"","show_i
ntro":"","show_category":"1","link_category":"1","show_parent_category":"","link
_parent_category":"","show_author":"","link_author":"","show_create_date":"","sh
ow_modify_date":"","show_publish_date":"","show_item_navigation":"","show_readmo
re":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"",
"show_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"
","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pagec
lass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","sec
ure":0}', 194, 201, 0, '*', 0),
(413, 'aboutjoomla', 'Display Modules', 'display-modules', '', 'using-joomla/ext
ensions/modules/display-modules', 'index.php?option=com_content&view=category&id
=66', 'component', 1, 281, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"m
axLevel":"0","show_category_title":"1","page_subheading":"","show_empty_categori
es":"","show_description":"1","show_description_image":"1","show_cat_num_article
s":"","display_num":"0","show_headings":"0","list_show_title":"1","list_show_dat
e":"","date_format":"","list_show_hits":"0","list_show_author":"0","filter_field
":"hide","orderby_pri":"","orderby_sec":"order","order_date":"","show_pagination
":"","show_pagination_limit":"0","show_noauth":"","show_title":"","link_titles":
"","show_intro":"","show_category":"1","link_category":"1","show_parent_category
":"","link_parent_category":"","show_author":"","link_author":"","show_create_da
te":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","s
how_readmore":"","show_icons":"","show_print_icon":"","show_email_icon":"","show
_hits":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anc
hor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading"
:"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robot
s":"","secure":0}', 202, 215, 0, '*', 0),
(414, 'aboutjoomla', 'Utility Modules', 'utility-modules', '', 'using-joomla/ext
ensions/modules/utility-modules', 'index.php?option=com_content&view=category&id
=67', 'component', 1, 281, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"m
axLevel":"0","show_category_title":"1","page_subheading":"","show_empty_categori
es":"","show_description":"1","show_description_image":"1","show_cat_num_article
s":"","display_num":"0","show_headings":"0","list_show_title":"0","list_show_dat
e":"0","date_format":"","list_show_hits":"0","list_show_author":"0","filter_fiel
d":"","orderby_pri":"","orderby_sec":"order","order_date":"","show_pagination":"
","show_pagination_limit":"0","show_noauth":"","show_title":"","link_titles":"",
"show_intro":"","show_category":"1","link_category":"1","show_parent_category":"
","link_parent_category":"","show_author":"","link_author":"","show_create_date"
:"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show
_readmore":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hi
ts":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor
_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":""
,"pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":
"","secure":0}', 216, 227, 0, '*', 0),

(415, 'aboutjoomla', 'Navigation Modules', 'navigation-modules', '', 'using-joom


la/extensions/modules/navigation-modules', 'index.php?option=com_content&view=ca
tegory&id=75', 'component', 1, 281, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, ''
, 0, '{"maxLevel":"","show_category_title":"","page_subheading":"","show_empty_c
ategories":"","show_description":"","show_description_image":"","show_cat_num_ar
ticles":"","display_num":"","show_headings":"","list_show_title":"","list_show_d
ate":"","date_format":"","list_show_hits":"","list_show_author":"","filter_field
":"","orderby_pri":"","orderby_sec":"","order_date":"","show_pagination":"","sho
w_pagination_limit":"","show_noauth":"","show_title":"","link_titles":"","show_i
ntro":"","show_category":"","link_category":"","show_parent_category":"","link_p
arent_category":"","show_author":"","link_author":"","show_create_date":"","show
_modify_date":"","show_publish_date":"","show_item_navigation":"","show_readmore
":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","s
how_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"",
"menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pagecla
ss_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secur
e":0}', 172, 177, 0, '*', 0),
(416, 'aboutjoomla', 'Breadcrumbs', 'breadcrumbs', '', 'using-joomla/extensions/
modules/navigation-modules/breadcrumbs', 'index.php?option=com_content&view=arti
cle&id=61', 'component', 1, 415, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0
, '{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_ca
tegory":"","show_parent_category":"","link_parent_category":"","show_author":"",
"link_author":"","show_create_date":"","show_modify_date":"","show_publish_date"
:"","show_item_navigation":"","show_vote":"","show_icons":"","show_print_icon":"
","show_email_icon":"","show_hits":"","show_noauth":"","menu-anchor_title":"","m
enu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_head
ing":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-met
a_keywords":"","robots":"","secure":0}', 175, 176, 0, '*', 0),
(417, 'aboutjoomla', 'Weblinks', 'weblinks', '', 'using-joomla/extensions/module
s/display-modules/weblinks', 'index.php?option=com_content&view=article&id=55',
'component', 1, 413, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_no
auth":"","show_title":"","link_titles":"","show_intro":"","show_category":"","li
nk_category":"","show_parent_category":"","link_parent_category":"","show_author
":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_
date":"","show_item_navigation":"","show_icons":"","show_print_icon":"","show_em
ail_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu
-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_head
ing":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","s
ecure":0}', 211, 212, 0, '*', 0),
(418, 'aboutjoomla', 'Custom HTML', 'custom-html', '', 'using-joomla/extensions/
modules/display-modules/custom-html', 'index.php?option=com_content&view=article
&id=12', 'component', 1, 413, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '
{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","show_categor
y":"","link_category":"","show_parent_category":"","link_parent_category":"","sh
ow_author":"","link_author":"","show_create_date":"","show_modify_date":"","show
_publish_date":"","show_item_navigation":"","show_icons":"","show_print_icon":""
,"show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anchor_title"
:"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","
page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywor
ds":"","secure":0}', 213, 214, 0, '*', 0),
(419, 'aboutjoomla', 'Beez 2', 'beez-2', '', 'using-joomla/extensions/templates/
beez-2', 'index.php?option=com_content&view=category&layout=blog&id=69', 'compon
ent', 1, 282, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"","
show_empty_categories":"","show_description":"1","show_description_image":"","sh
ow_category_title":"","show_cat_num_articles":"","num_leading_articles":"1","num
_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"","
orderby_pri":"","orderby_sec":"","order_date":"","show_pagination":"","show_noau
th":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link
_category":"","show_parent_category":"","link_parent_category":"","show_author":
"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_da

te":"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print_
icon":"","show_email_icon":"","show_hits":"","show_feed_link":"","feed_summary":
"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_headin
g":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description
":"","menu-meta_keywords":"","robots":"","secure":0}', 230, 235, 0, '*', 0),
(422, 'aboutjoomla', 'Atomic', 'atomic', '', 'using-joomla/extensions/templates/
atomic', 'index.php?option=com_content&view=category&layout=blog&id=68', 'compon
ent', 1, 282, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"","
show_empty_categories":"","show_description":"1","show_description_image":"","sh
ow_category_title":"","show_cat_num_articles":"","num_leading_articles":"2","num
_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"","
orderby_pri":"","orderby_sec":"","order_date":"","show_pagination":"","show_noau
th":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link
_category":"","show_parent_category":"","link_parent_category":"","show_author":
"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_da
te":"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print_
icon":"","show_email_icon":"","show_hits":"","show_feed_link":"","feed_summary":
"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_headin
g":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description
":"","menu-meta_keywords":"","robots":"","secure":0}', 242, 247, 0, '*', 0),
(423, 'aboutjoomla', 'Typography Beez 2', 'typography-beez-2', '', 'using-joomla
/extensions/templates/beez-2/typography-beez-2', 'index.php?option=com_content&v
iew=article&id=49', 'component', 1, 419, 5, 22, 0, 0, '0000-00-00 00:00:00', 0,
1, '', 4, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","s
how_category":"","link_category":"","show_parent_category":"","link_parent_categ
ory":"","show_author":"","link_author":"","show_create_date":"","show_modify_dat
e":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_pri
nt_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-an
chor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_
title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menumeta_keywords":"","secure":0}', 231, 232, 0, '*', 0),
(424, 'aboutjoomla', 'Home Page Beez 2', 'home-page-beez-2', '', 'using-joomla/e
xtensions/templates/beez-2/home-page-beez-2', 'index.php?option=com_content&view
=featured', 'component', 1, 419, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 4
, '{"maxLevel":"","show_empty_categories":"","show_description":"","show_descrip
tion_image":"","show_cat_num_articles":"","num_leading_articles":"1","num_intro_
articles":"3","num_columns":"3","num_links":"0","multi_column_order":"1","orderb
y_pri":"","orderby_sec":"front","order_date":"","show_pagination":"2","show_noau
th":"","show_title":"","link_titles":"","show_intro":"","show_category":"","link
_category":"","show_parent_category":"","link_parent_category":"","show_author":
"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_da
te":"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print_
icon":"","show_email_icon":"","show_hits":"","show_feed_link":"1","feed_summary"
:"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_headi
ng":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descriptio
n":"","menu-meta_keywords":"","robots":"","secure":0}', 233, 234, 0, '*', 0),
(430, 'fruitshop', 'Contact Us', 'contact-us', '', 'contact-us', 'index.php?opti
on=com_contact&view=category&catid=47&id=36', 'component', 1, 1, 1, 8, 0, 0, '00
00-00-00 00:00:00', 0, 1, '', 6, '{"maxLevel":"-1","show_empty_categories":"","s
how_description":"","show_description_image":"","show_cat_num_articles":"","disp
lay_num":"20","show_headings":"0","filter_field":"hide","show_pagination":"","sh
ow_noauth":"","presentation_style":"","show_name":"","show_position":"","show_em
ail":"","show_street_address":"","show_suburb":"","show_state":"","show_postcode
":"","show_country":"","show_telephone":"","show_mobile":"","show_fax":"","show_
webpage":"","show_misc":"","show_image":"","allow_vcard":"","show_articles":"","
show_links":"1","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":"",
"linke_name":"","show_email_form":"","show_email_copy":"","banned_email":"","ban
ned_subject":"","banned_text":"","validate_session":"","custom_reply":"","redire
ct":"","show_feed_link":"1","feed_summary":"","menu-anchor_title":"","menu-ancho
r_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"

","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots"
:"","secure":0}', 305, 306, 0, '*', 0),
(427, 'fruitshop', 'Fruit Encyclopedia', 'fruit-encyclopedia', '', 'fruit-encycl
opedia', 'index.php?option=com_contact&view=categories&id=37', 'component', 1, 1
, 1, 8, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 6, '{"show_base_description":"1",
"categories_description":"","maxLevel":"-1","show_empty_categories":"1","show_de
scription":"1","show_description_image":"1","show_cat_num_articles":"1","display
_num":"","show_headings":"0","filter_field":"hide","show_pagination":"","show_no
auth":"","presentation_style":"","show_name":"","show_position":"","show_email":
"","show_street_address":"","show_suburb":"","show_state":"","show_postcode":"",
"show_country":"","show_telephone":"","show_mobile":"","show_fax":"","show_webpa
ge":"","show_misc":"","show_image":"","allow_vcard":"","show_articles":"","show_
links":"1","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":"","link
e_name":"","show_email_form":"","show_email_copy":"","banned_email":"","banned_s
ubject":"","banned_text":"","validate_session":"","custom_reply":"","redirect":"
","show_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css"
:"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pag
eclass_sfx":" categories-listalphabet","menu-meta_description":"","menu-meta_key
words":"","robots":"","secure":0}', 301, 302, 0, '*', 0),
(429, 'fruitshop', 'Welcome', 'welcome', 'Fruit store front page', 'welcome', 'i
ndex.php?option=com_content&view=article&id=20', 'component', 1, 1, 1, 22, 0, 0,
'0000-00-00 00:00:00', 0, 1, '', 6, '{"show_noauth":"","show_title":"0","link_t
itles":"0","show_intro":"1","show_category":"0","link_category":"0","show_parent
_category":"","link_parent_category":"","show_author":"0","link_author":"","show
_create_date":"0","show_modify_date":"0","show_publish_date":"0","show_item_navi
gation":"0","show_icons":"0","show_print_icon":"0","show_email_icon":"0","show_h
its":"0","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":"","me
nu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pageclass_
sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}', 299, 30
0, 0, '*', 0),
(431, 'fruitshop', 'Growers', 'growers', '', 'growers', 'index.php?option=com_co
ntent&view=category&layout=blog&id=30', 'component', 1, 1, 1, 22, 0, 0, '0000-00
-00 00:00:00', 0, 1, '', 6, '{"maxLevel":"0","show_empty_categories":"","show_de
scription":"1","show_description_image":"","show_category_title":"1","show_cat_n
um_articles":"","num_leading_articles":"5","num_intro_articles":"0","num_columns
":"1","num_links":"4","multi_column_order":"","orderby_pri":"","orderby_sec":"al
pha","order_date":"","show_pagination":"","show_noauth":"","show_title":"1","lin
k_titles":"1","show_intro":"1","show_category":"0","link_category":"","show_pare
nt_category":"0","link_parent_category":"0","show_author":"0","link_author":"","
show_create_date":"","show_modify_date":"","show_publish_date":"0","show_item_na
vigation":"","show_readmore":"","show_icons":"","show_print_icon":"","show_email
_icon":"","show_hits":"0","show_feed_link":"","feed_summary":"","menu-anchor_tit
le":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"
","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_key
words":"","robots":"","secure":0}', 303, 304, 0, '*', 0),
(432, 'fruitshop', 'Login ', 'shop-login', '', 'shop-login', 'index.php?option=c
om_users&view=login', 'component', 1, 1, 1, 25, 0, 0, '0000-00-00 00:00:00', 0,
1, '', 6, '{"login_redirect_url":"","logindescription_show":"1","login_descripti
on":"","login_image":"","logout_redirect_url":"","logoutdescription_show":"1","l
ogout_description":"","logout_image":"","menu-anchor_title":"","menu-anchor_css"
:"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pag
eclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","s
ecure":0}', 307, 308, 0, '*', 0),
(433, 'fruitshop', 'Directions', 'directions', '', 'directions', 'index.php?opti
on=com_content&view=article&id=13', 'component', 1, 1, 1, 22, 0, 0, '0000-00-00
00:00:00', 0, 1, '', 6, '{"show_noauth":"","show_title":"","link_titles":"","sho
w_intro":"","show_category":"","link_category":"","show_parent_category":"","lin
k_parent_category":"","show_author":"","link_author":"","show_create_date":"","s
how_modify_date":"","show_publish_date":"","show_item_navigation":"","show_icons
":"","show_print_icon":"","show_email_icon":"","show_hits":"","robots":"","right

s":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_hea
ding":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descript
ion":"","menu-meta_keywords":"","secure":0}', 309, 310, 0, '*', 0),
(435, 'mainmenu', 'Inicio', 'homepage', '', 'homepage', 'index.php?option=com_co
ntent&view=category&layout=blog&id=81', 'component', 1, 1, 1, 22, -5, 0, '0000-0
0-00 00:00:00', 0, 1, '', 0, '{"layout_type":"blog","show_category_title":"","sh
ow_description":"","show_description_image":"","maxLevel":"","show_empty_categor
ies":"","show_no_articles":"","show_subcat_desc":"","show_cat_num_articles":"","
page_subheading":"","num_leading_articles":"1","num_intro_articles":"4","num_col
umns":"2","num_links":"0","multi_column_order":"","show_subcategory_content":"",
"orderby_pri":"","orderby_sec":"","order_date":"","show_pagination":"","show_pag
ination_results":"","show_title":"","link_titles":"0","show_intro":"","show_cate
gory":"0","link_category":"0","show_parent_category":"0","link_parent_category":
"0","show_author":"0","link_author":"0","show_create_date":"0","show_modify_date
":"0","show_publish_date":"0","show_item_navigation":"0","show_vote":"0","show_r
eadmore":"","show_readmore_title":"","show_icons":"0","show_print_icon":"0","sho
w_email_icon":"0","show_hits":"0","show_noauth":"","show_feed_link":"","feed_sum
mary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text"
:1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","m
enu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0,"mega_sh
owtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","me
ga_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_s
tyle":"xhtml"}', 1, 2, 1, '*', 0),
(444, 'top', 'Sample Sites', 'sample-sites-2', '', 'sample-sites-2', 'index.php?
Itemid=', 'alias', 1, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"alia
soptions":"238","menu-anchor_title":"","menu-anchor_css":"","menu_image":""}', 2
79, 280, 0, '*', 0),
(436, 'aboutjoomla', 'Getting Help', 'getting-help', '', 'using-joomla/getting-h
elp', 'index.php?option=com_content&view=article&id=21', 'component', 1, 280, 2,
22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_title":"
","link_titles":"","show_intro":"","show_category":"0","link_category":"","show_
parent_category":"0","link_parent_category":"","show_author":"0","link_author":"
","show_create_date":"0","show_modify_date":"0","show_publish_date":"0","show_it
em_navigation":"0","show_icons":"","show_print_icon":"","show_email_icon":"","sh
ow_hits":"0","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css":""
,"menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pagecl
ass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}', 270
, 271, 0, '*', 0),
(437, 'aboutjoomla', 'Getting Started', 'getting-started', '', 'getting-started'
, 'index.php?option=com_content&view=article&id=22', 'component', 1, 1, 1, 22, 0
, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"1","link_titles":"0","s
how_intro":"","show_category":"0","link_category":"","show_parent_category":"0",
"link_parent_category":"","show_author":"0","link_author":"","show_create_date":
"0","show_modify_date":"0","show_publish_date":"0","show_item_navigation":"0","s
how_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"0","show_no
auth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","page_title
":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_descr
iption":"","menu-meta_keywords":"","robots":"","secure":0}', 95, 96, 0, '*', 0);
INSERT INTO `jos_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `lin
k`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `chec
ked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`
, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(455, 'mainmenu', 'Example Pages', 'example-pages', '', 'example-pages', 'index.
php?Itemid=', 'alias', -2, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{
"aliasoptions":"268","menu-anchor_title":"","menu-anchor_css":"","menu_image":""
}', 363, 364, 0, '*', 0),
(438, 'mainmenu', 'Weblinks', 'weblinks', '', 'quienes-somoscp/weblinks', 'index
.php?option=com_weblinks&view=categories&id=0', 'component', -2, 294, 2, 21, 0,
0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"categories_description":"","maxLevel":
"-1","show_empty_categories":"","show_description":"","show_description_image":"

","show_cat_num_articles":"","display_num":"","show_headings":"","orderby_pri":"
","show_pagination":"","show_noauth":"","article-allow_ratings":"","article-allo
w_comments":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","men
u-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_hea
ding":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","
robots":"","secure":0}', 22, 23, 0, '*', 0),
(439, 'mainmenu', 'Contacts', 'contacts', '', 'quienes-somoscp/contacts', 'index
.php?option=com_contact&view=categories&id=0', 'component', -2, 294, 2, 8, 0, 0,
'0000-00-00 00:00:00', 0, 1, '', 0, '{"categories_description":"","maxLevel":"1","show_empty_categories":"","show_description":"","show_description_image":"",
"show_cat_num_articles":"","display_num":"","show_headings":"","filter_field":""
,"show_pagination":"","show_noauth":"","show_name":"","show_position":"","show_e
mail":"","show_street_address":"","show_suburb":"","show_state":"","show_postcod
e":"","show_country":"","show_telephone":"","show_mobile":"","show_fax":"","show
_webpage":"","show_misc":"","show_image":"","allow_vcard":"","show_articles":"",
"show_links":"1","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":""
,"linke_name":"","show_email_form":"","show_email_copy":"","banned_email":"","ba
nned_subject":"","banned_text":"","validate_session":"","custom_reply":"","redir
ect":"","article-allow_ratings":"","article-allow_comments":"","show_feed_link":
"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":""
,"show_page_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","men
u-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 24, 25,
0, '*', 0),
(443, 'aboutjoomla', 'Article Categories', 'article-categories-view', '', 'using
-joomla/extensions/modules/content-modules/article-categories-view', 'index.php?
option=com_content&view=article&id=3', 'component', 1, 411, 5, 22, 0, 0, '0000-0
0-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","show_title":"","link_titles":""
,"show_intro":"","show_category":"","link_category":"","show_parent_category":""
,"link_parent_category":"","show_author":"","link_author":"","show_create_date":
"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_
icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","robots":"","
rights":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_pag
e_heading":0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_des
cription":"","menu-meta_keywords":"","secure":0}', 189, 190, 0, '*', 0),
(446, 'mainmenu', 'Shop', 'shop', '', 'solicitud/shop', 'index.php?Itemid=', 'al
ias', 0, 238, 2, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"aliasoptions":"
429","menu-anchor_title":"","menu-anchor_css":"","menu_image":""}', 326, 327, 0,
'*', 0),
(447, 'aboutjoomla', 'Language Switcher', 'language-switcher', '', 'using-joomla
/extensions/modules/utility-modules/language-switcher', 'index.php?option=com_co
ntent&view=article&id=26', 'component', 1, 414, 5, 22, 0, 0, '0000-00-00 00:00:0
0', 0, 1, '', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro
":"","show_category":"","link_category":"","show_parent_category":"","link_paren
t_category":"","show_author":"","link_author":"","show_create_date":"","show_mod
ify_date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","s
how_print_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","
menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0
,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":""
,"menu-meta_keywords":"","secure":0}', 223, 224, 0, '*', 0),
(448, 'mainmenu', 'Site Administrator', 'site-administrator', '', 'site-administ
rator', 'administrator', 'url', -2, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', 1, 1,
'', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":""}', 357, 358
, 0, '*', 0),
(449, 'usermenu', 'Submit an Article', 'submit-an-article', '', 'submit-an-artic
le', 'index.php?option=com_content&view=form&layout=edit', 'component', 1, 1, 1,
22, 0, 0, '0000-00-00 00:00:00', 0, 3, '', 0, '{"menu-anchor_title":"","menu-an
chor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":0
,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keyw
ords":"","robots":"","secure":0}', 359, 360, 0, '*', 0),
(450, 'usermenu', 'Submit a Web Link', 'submit-a-web-link', '', 'submit-a-web-li

nk', 'index.php?option=com_weblinks&view=form&layout=edit', 'component', 1, 1, 1


, 21, 0, 0, '0000-00-00 00:00:00', 0, 3, '', 0, '{"menu-anchor_title":"","menu-a
nchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":
0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_key
words":"","robots":"","secure":0}', 361, 362, 0, '*', 0),
(452, 'aboutjoomla', 'Featured Contacts', 'featured-contacts', '', 'using-joomla
/extensions/components/contact-component/featured-contacts', 'index.php?option=c
om_contact&view=featured&id=16', 'component', 1, 270, 5, 8, 0, 0, '0000-00-00 00
:00:00', 0, 1, '', 0, '{"maxLevel":"-1","show_empty_categories":"","show_descrip
tion":"","show_description_image":"","show_cat_num_articles":"","display_num":""
,"show_headings":"","filter_field":"","show_pagination":"","show_noauth":"","pre
sentation_style":"sliders","show_name":"","show_position":"","show_email":"","sh
ow_street_address":"","show_suburb":"","show_state":"","show_postcode":"","show_
country":"","show_telephone":"","show_mobile":"","show_fax":"","show_webpage":""
,"show_misc":"","show_image":"","allow_vcard":"","show_articles":"","show_links"
:"1","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":"","linke_name
":"","show_email_form":"","show_email_copy":"","banned_email":"","banned_subject
":"","banned_text":"","validate_session":"","custom_reply":"","redirect":"","sho
w_feed_link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","m
enu_image":"","show_page_heading":1,"page_title":"","page_heading":"","pageclass
_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure"
:0}', 131, 132, 0, '*', 0),
(453, 'aboutjoomla', 'Parameters', 'parameters', '', 'using-joomla/parameters',
'index.php?option=com_content&view=article&id=32', 'component', 1, 280, 2, 22, 0
, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"1","show_title":"1","l
ink_titles":"1","show_intro":"1","show_category":"1","link_category":"1","show_p
arent_category":"1","link_parent_category":"1","show_author":"1","link_author":"
1","show_create_date":"1","show_modify_date":"1","show_publish_date":"1","show_i
tem_navigation":"1","show_icons":"1","show_print_icon":"1","show_email_icon":"1"
,"show_hits":"1","robots":"","rights":"","menu-anchor_title":"","menu-anchor_css
":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pa
geclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}',
268, 269, 0, '*', 0),
(456, 'aboutjoomla', 'Beez5', 'beez5', '', 'using-joomla/extensions/templates/be
ez5', 'index.php?option=com_content&view=category&layout=blog&id=70', 'component
', 1, 282, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"","sho
w_empty_categories":"","show_description":"1","show_description_image":"","show_
category_title":"","show_cat_num_articles":"","num_leading_articles":"1","num_in
tro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"","ord
erby_pri":"","orderby_sec":"","order_date":"","show_pagination":"","show_noauth"
:"","show_title":"","link_titles":"","show_intro":"","show_category":"","link_ca
tegory":"","show_parent_category":"","link_parent_category":"","show_author":"",
"link_author":"","show_create_date":"","show_modify_date":"","show_publish_date"
:"","show_item_navigation":"","show_readmore":"","show_icons":"","show_print_ico
n":"","show_email_icon":"","show_hits":"","show_feed_link":"","feed_summary":"",
"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":
1,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"
","menu-meta_keywords":"","robots":"","secure":0}', 236, 241, 0, '*', 0),
(457, 'aboutjoomla', 'Typography Beez5', 'typography-beez-5', '', 'using-joomla/
extensions/templates/beez5/typography-beez-5', 'index.php?option=com_content&vie
w=article&id=49', 'component', 1, 456, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1,
'', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":"","sho
w_category":"","link_category":"","show_parent_category":"","link_parent_categor
y":"","show_author":"","link_author":"","show_create_date":"","show_modify_date"
:"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_print
_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu-anch
or_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":1,"page_ti
tle":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-me
ta_keywords":"","secure":0}', 237, 238, 0, '*', 0),
(458, 'aboutjoomla', 'Home Page Beez5', 'home-page-beez5', '', 'using-joomla/ext

ensions/templates/beez5/home-page-beez5', 'index.php?option=com_content&view=fea
tured', 'component', 1, 456, 5, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{
"maxLevel":"","show_empty_categories":"","show_description":"","show_description
_image":"","show_cat_num_articles":"","num_leading_articles":"1","num_intro_arti
cles":"3","num_columns":"3","num_links":"0","multi_column_order":"","orderby_pri
":"","orderby_sec":"front","order_date":"","show_pagination":"","show_noauth":""
,"show_title":"","link_titles":"","show_intro":"","show_category":"","link_categ
ory":"","show_parent_category":"","link_parent_category":"","show_author":"","li
nk_author":"","show_create_date":"","show_modify_date":"","show_publish_date":""
,"show_item_navigation":"","show_readmore":"","show_icons":"","show_print_icon":
"","show_email_icon":"","show_hits":"","show_feed_link":"","feed_summary":"","me
nu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":1,"
page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","
menu-meta_keywords":"","robots":"","secure":0}', 239, 240, 0, '*', 0),
(459, 'aboutjoomla', 'Article Category', 'article-category', '', 'using-joomla/e
xtensions/modules/content-modules/article-category', 'index.php?option=com_conte
nt&view=article&id=4', 'component', 1, 411, 5, 22, 0, 0, '0000-00-00 00:00:00',
0, 1, '', 0, '{"show_noauth":"","show_title":"","link_titles":"","show_intro":""
,"show_category":"","link_category":"","show_parent_category":"","link_parent_ca
tegory":"","show_author":"","link_author":"","show_create_date":"","show_modify_
date":"","show_publish_date":"","show_item_navigation":"","show_icons":"","show_
print_icon":"","show_email_icon":"","show_hits":"","robots":"","rights":"","menu
-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":1,"pa
ge_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","me
nu-meta_keywords":"","secure":0}', 191, 192, 0, '*', 0),
(462, 'fruitshop', 'Add a recipe', 'add-a-recipe', '', 'add-a-recipe', 'index.ph
p?option=com_content&view=form&layout=edit', 'component', 1, 1, 1, 22, 0, 0, '00
00-00-00 00:00:00', 0, 4, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","
menu_image":"","show_page_heading":1,"page_title":"","page_heading":"","pageclas
s_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure
":0}', 365, 366, 0, '*', 0),
(463, 'fruitshop', 'Recipes', 'recipes', '', 'recipes', 'index.php?option=com_co
ntent&view=category&id=76', 'component', 1, 1, 1, 22, 0, 0, '0000-00-00 00:00:00
', 0, 1, '', 6, '{"maxLevel":"0","show_category_title":"1","page_subheading":"",
"show_empty_categories":"0","show_description":"1","show_description_image":"","
show_cat_num_articles":"","display_num":"","show_headings":"","list_show_title":
"","list_show_date":"","date_format":"","list_show_hits":"","list_show_author":"
","filter_field":"","orderby_pri":"","orderby_sec":"","order_date":"","show_pagi
nation":"","show_pagination_limit":"","show_noauth":"","show_title":"","link_tit
les":"","show_intro":"","show_category":"","link_category":"","show_parent_categ
ory":"","link_parent_category":"","show_author":"","link_author":"","show_create
_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":""
,"show_readmore":"","show_icons":"","show_print_icon":"","show_email_icon":"","s
how_hits":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","menuanchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_headi
ng":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","ro
bots":"","secure":0}', 367, 368, 0, '*', 0),
(465, 'mainmenu', 'Contact Categories', 'contact-categories', '', 'quienes-somos
cp/more-joomla/user-profile/contact-categories', 'index.php?option=com_contact&v
iew=categories&id=16', 'component', 0, 470, 4, 8, 0, 0, '0000-00-00 00:00:00', 0
, 1, '', 0, '{"show_base_description":"","categories_description":"","maxLevel":
"-1","show_empty_categories":"","show_description":"","show_description_image":"
","show_cat_num_articles":"","display_num":"","show_headings":"","filter_field":
"","show_pagination":"","show_noauth":"","presentation_style":"sliders","show_na
me":"","show_position":"","show_email":"","show_street_address":"","show_suburb"
:"","show_state":"","show_postcode":"","show_country":"","show_telephone":"","sh
ow_mobile":"","show_fax":"","show_webpage":"","show_misc":"","show_image":"","al
low_vcard":"","show_articles":"","show_links":"1","linka_name":"","linkb_name":"
","linkc_name":"","linkd_name":"","linke_name":"","show_email_form":"","show_ema
il_copy":"","banned_email":"","banned_subject":"","banned_text":"","validate_ses

sion":"","custom_reply":"","redirect":"","show_feed_link":"","feed_summary":"","
menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0
,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":""
,"menu-meta_keywords":"","robots":"","secure":0}', 10, 11, 0, '*', 0),
(466, 'mainmenu', 'Contact Single Category', 'contact-single-category', '', 'qui
enes-somoscp/more-joomla/user-profile/contact-single-category', 'index.php?optio
n=com_contact&view=category&catid=26&id=36', 'component', 0, 470, 4, 8, 0, 0, '0
000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"-1","show_empty_categories":"","
show_description":"","show_description_image":"","show_cat_num_articles":"","dis
play_num":"20","show_headings":"","filter_field":"","show_pagination":"","show_n
oauth":"","presentation_style":"sliders","show_name":"","show_position":"","show
_email":"","show_street_address":"","show_suburb":"","show_state":"","show_postc
ode":"","show_country":"","show_telephone":"","show_mobile":"","show_fax":"","sh
ow_webpage":"","show_misc":"","show_image":"","allow_vcard":"","show_articles":"
","show_links":"1","linka_name":"","linkb_name":"","linkc_name":"","linkd_name":
"","linke_name":"","show_email_form":"","show_email_copy":"","banned_email":"","
banned_subject":"","banned_text":"","validate_session":"","custom_reply":"","red
irect":"","show_feed_link":"1","feed_summary":"","menu-anchor_title":"","menu-an
chor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading
":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robo
ts":"","secure":0}', 12, 13, 0, '*', 0),
(467, 'mainmenu', 'Single Contact', 'single-contact', '', 'quienes-somoscp/morejoomla/user-profile/single-contact', 'index.php?option=com_contact&view=contact&
id=1', 'component', 0, 470, 4, 8, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"s
how_category_crumb":"","presentation_style":"","show_contact_category":"","show_
contact_list":"","show_name":"","show_position":"","show_email":"","show_street_
address":"","show_suburb":"","show_state":"","show_postcode":"","show_country":"
","show_telephone":"","show_mobile":"","show_fax":"","show_webpage":"","show_mis
c":"","show_image":"","allow_vcard":"","show_articles":"","show_links":"","linka
_name":"","linkb_name":"","linkc_name":"","linkd_name":"","linke_name":"","show_
email_form":"","show_email_copy":"","banned_email":"","banned_subject":"","banne
d_text":"","validate_session":"","custom_reply":"","redirect":"","menu-anchor_ti
tle":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_title":
"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_ke
ywords":"","robots":"","secure":0}', 14, 15, 0, '*', 0),
(468, 'mainmenu', 'Featured Contacts', 'featured-contacts', '', 'quienes-somoscp
/more-joomla/featured-contacts', 'index.php?option=com_contact&view=featured&id=
16', 'component', 0, 290, 3, 8, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"max
Level":"-1","show_empty_categories":"","show_description":"","show_description_i
mage":"","show_cat_num_articles":"","display_num":"","show_headings":"","filter_
field":"","show_pagination":"","show_noauth":"","presentation_style":"sliders","
show_name":"","show_position":"","show_email":"","show_street_address":"","show_
suburb":"","show_state":"","show_postcode":"","show_country":"","show_telephone"
:"","show_mobile":"","show_fax":"","show_webpage":"","show_misc":"","show_image"
:"","allow_vcard":"","show_articles":"","show_links":"1","linka_name":"","linkb_
name":"","linkc_name":"","linkd_name":"","linke_name":"","show_email_form":"","s
how_email_copy":"","banned_email":"","banned_subject":"","banned_text":"","valid
ate_session":"","custom_reply":"","redirect":"","show_feed_link":"","feed_summar
y":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_hea
ding":1,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_descript
ion":"","menu-meta_keywords":"","robots":"","secure":0}', 5, 6, 0, '*', 0),
(469, 'mainmenu', 'Login Form', 'login-form', '', 'quienes-somoscp/more-joomla/l
ogin-form', 'index.php?option=com_users&view=login', 'component', 0, 290, 3, 25,
0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"login_redirect_url":"","logindescr
iption_show":"1","login_description":"","login_image":"","logout_redirect_url":"
","logoutdescription_show":"1","logout_description":"","logout_image":"","menu-a
nchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page
_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu
-meta_keywords":"","robots":"","secure":0}', 7, 8, 0, '*', 0),
(470, 'mainmenu', 'User Profile', 'user-profile', '', 'quienes-somoscp/more-joom

la/user-profile', 'index.php?option=com_users&view=profile', 'component', 0, 290


, 3, 25, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","men
u-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_headin
g":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_
keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_co
ls":"1","mega_group":"0","mega_width":"190px","mega_colw":"170px","mega_colxw":"
","mega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 9, 16, 0,
'*', 0),
(471, 'mainmenu', 'Edit User Profile', 'edit-user-profile', '', 'quienes-somoscp
/more-joomla/edit-user-profile', 'index.php?option=com_users&view=profile&layout
=edit', 'component', 0, 290, 3, 25, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{
"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":
0,"page_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"
","menu-meta_keywords":"","robots":"","secure":0}', 17, 18, 0, '*', 0),
(472, 'mainmenu', 'Registration Form', 'registration-form', '', 'quienes-somoscp
/more-joomla/registration-form', 'index.php?option=com_users&view=registration',
'component', 0, 290, 3, 25, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-a
nchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page
_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu
-meta_keywords":"","robots":"","secure":0}', 19, 20, 0, '*', 0),
(473, 'mainmenu', 'Content Component', 'content', '', 'quienes-somoscp/content',
'index.php?option=com_content&view=article&id=10', 'component', 0, 294, 2, 22,
0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","sh
ow_intro":"","show_category":"","link_category":"","show_parent_category":"","li
nk_parent_category":"","show_author":"","link_author":"","show_create_date":"","
show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_vote
":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","s
how_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"images\
\/address-book.png","menu_text":1,"page_title":"","show_page_heading":0,"page_he
ading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"",
"robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega
_group":"1","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega
_subcontent":"0","mega_module_style":"xhtml"}', 26, 41, 0, '*', 0),
(474, 'mainmenu', 'Single Article', 'single-article', '', 'quienes-somoscp/conte
nt/single-article', 'index.php?option=com_content&view=article&id=6', 'component
', 0, 473, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_noauth":"","
show_title":"","link_titles":"","show_intro":"","show_category":"","link_categor
y":"","show_parent_category":"","link_parent_category":"","show_author":"","link
_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","
show_item_navigation":"","show_icons":"","show_print_icon":"","show_email_icon":
"","show_hits":"","robots":"","rights":"","menu-anchor_title":"","menu-anchor_cs
s":"","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","p
ageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","secure":0}'
, 27, 28, 0, '*', 0),
(475, 'mainmenu', 'Article Categories', 'article-categories', '', 'quienes-somos
cp/content/article-categories', 'index.php?option=com_content&view=categories&id
=14', 'component', 0, 473, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"s
how_base_description":"","categories_description":"","maxLevel":"-1","show_empty
_categories":"","show_description":"","show_description_image":"","show_cat_num_
articles":"","display_num":"","category_layout":"","show_headings":"","show_date
":"","date_format":"","filter_field":"","num_leading_articles":"1","num_intro_ar
ticles":"4","num_columns":"2","num_links":"4","multi_column_order":"","orderby_p
ri":"","orderby_sec":"","order_date":"","show_pagination":"","show_noauth":"","s
how_title":"","link_titles":"","show_intro":"","show_category":"","link_category
":"","show_parent_category":"","link_parent_category":"","show_author":"","link_
author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","s
how_item_navigation":"","show_readmore":"","show_icons":"","show_print_icon":"",
"show_email_icon":"","show_hits":"","show_feed_link":"","feed_summary":"","menuanchor_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"pag
e_title":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","men

u-meta_keywords":"","robots":"","secure":0}', 29, 30, 0, '*', 0),


(476, 'mainmenu', 'Article Category Blog', 'article-category-blog', '', 'quienes
-somoscp/content/article-category-blog', 'index.php?option=com_content&view=cate
gory&layout=blog&id=27', 'component', 0, 473, 3, 22, 0, 0, '0000-00-00 00:00:00'
, 0, 1, '', 0, '{"maxLevel":"","show_empty_categories":"","show_description":"0"
,"show_description_image":"0","show_category_title":"","show_cat_num_articles":"
","num_leading_articles":"1","num_intro_articles":"4","num_columns":"2","num_lin
ks":"4","multi_column_order":"","orderby_pri":"","orderby_sec":"","order_date":"
","show_pagination":"2","show_noauth":"","show_title":"","link_titles":"","show_
intro":"","show_category":"","link_category":"","show_parent_category":"","link_
parent_category":"","show_author":"","link_author":"","show_create_date":"","sho
w_modify_date":"","show_publish_date":"","show_item_navigation":"","show_readmor
e":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","
show_feed_link":"1","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"
","menu_image":"","show_page_heading":0,"page_title":"","page_heading":"","pagec
lass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","sec
ure":0}', 31, 32, 0, '*', 0),
(477, 'mainmenu', 'Article Category List', 'article-category-list', '', 'quienes
-somoscp/content/article-category-list', 'index.php?option=com_content&view=cate
gory&id=19', 'component', 0, 473, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '',
0, '{"show_category_title":"","show_description":"","show_description_image":"",
"maxLevel":"","show_empty_categories":"","show_no_articles":"","show_subcat_desc
":"","show_cat_num_articles":"","page_subheading":"","show_pagination_limit":"",
"filter_field":"","show_headings":"","list_show_date":"","date_format":"","list_
show_hits":"","list_show_author":"","orderby_pri":"","orderby_sec":"alpha","orde
r_date":"","show_pagination":"","show_pagination_results":"","display_num":"10",
"show_title":"","link_titles":"","show_intro":"","show_category":"","link_catego
ry":"","show_parent_category":"","link_parent_category":"","show_author":"","lin
k_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"",
"show_item_navigation":"","show_vote":"","show_readmore":"","show_readmore_title
":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","s
how_noauth":"","show_feed_link":"","feed_summary":"","menu-anchor_title":"","men
u-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_headin
g":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_
keywords":"","robots":"","secure":0}', 33, 34, 0, '*', 0),
(478, 'mainmenu', 'Featured Articles', 'featured-articles', '', 'quienes-somoscp
/content/featured-articles', 'index.php?option=com_content&view=featured', 'comp
onent', -2, 473, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"maxLevel":"
","show_empty_categories":"","show_description":"","show_description_image":"","
show_cat_num_articles":"","num_leading_articles":"1","num_intro_articles":"4","n
um_columns":"2","num_links":"4","multi_column_order":"1","orderby_pri":"","order
by_sec":"front","order_date":"","show_pagination":"2","show_noauth":"","show_tit
le":"","link_titles":"","show_intro":"","show_category":"","link_category":"","s
how_parent_category":"","link_parent_category":"","show_author":"","link_author"
:"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_ite
m_navigation":"","show_readmore":"","show_icons":"","show_print_icon":"","show_e
mail_icon":"","show_hits":"","show_feed_link":"1","feed_summary":"","menu-anchor
_title":"","menu-anchor_css":"","menu_image":"","show_page_heading":0,"page_titl
e":"","page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta
_keywords":"","robots":"","secure":0}', 35, 36, 0, '*', 0),
(479, 'mainmenu', 'Archived Articles', 'archived-articles', '', 'quienes-somoscp
/content/archived-articles', 'index.php?option=com_content&view=archive', 'compo
nent', -2, 473, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"orderby_sec"
:"","order_date":"","display_num":"","filter_field":"","show_category":"1","link
_category":"1","show_title":"1","link_titles":"1","show_intro":"1","show_author"
:"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_ite
m_navigation":"","show_readmore":"","show_hits":"","menu-anchor_title":"","menuanchor_css":"","menu_image":"","show_page_heading":0,"page_title":"","page_headi
ng":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","ro
bots":"","secure":0}', 37, 38, 0, '*', 0),

(480, 'mainmenu', 'Contaminacin Atmosfrica', 'contaminacion', '', 'servicioscp/con


taminacion', 'index.php?option=com_content&view=article&id=14', 'component', 0,
233, 2, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_ti
tles":"","show_intro":"","show_category":"","link_category":"","show_parent_cate
gory":"","link_parent_category":"","show_author":"","link_author":"","show_creat
e_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"
","show_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","show
_hits":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_ima
ge":"images\\/Compat_icon_1_5.png","menu_text":1,"page_title":"","show_page_head
ing":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-met
a_keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_
cols":"1","mega_group":"1","mega_width":"","mega_colw":"","mega_colxw":"","mega_
class":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 46, 55, 0, '*', 0
),
(481, 'mainmenu', 'ECOM AC y Gases de Calibracin', '2011-07-08-08-45-10', '', 'se
rvicioscp/contaminacion/2011-07-08-08-45-10', '', 'url', 0, 480, 3, 0, 0, 0, '00
00-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","
menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"1"
,"mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":""
,"mega_subcontent":"0","mega_module_style":"xhtml"}', 47, 48, 0, '*', 0),
(482, 'mainmenu', ' Free Templates', '2011-07-08-08-47-12', '', 'servicioscp/con
taminacion/2011-07-08-08-47-12', 'http://www.zootemplate.com/forums/downloads.ph
p?do=cat&id=7', 'url', 0, 480, 3, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '
{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega
_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"",
"mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_modul
e_style":"xhtml"}', 49, 50, 0, '*', 0),
(483, 'mainmenu', 'Free Extensions', '2011-07-08-08-48-08', '', 'servicioscp/con
taminacion/2011-07-08-08-48-08', 'http://www.zootemplate.com/forums/downloads.ph
p?do=cat&id=1', 'url', 0, 480, 3, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '
{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega
_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"",
"mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_modul
e_style":"xhtml"}', 51, 52, 0, '*', 0),
(484, 'mainmenu', 'Club Extensions', '2011-07-08-08-49-00', '', 'servicioscp/con
taminacion/2011-07-08-08-49-00', 'http://www.zootemplate.com/forums/downloads.ph
p?do=cat&id=19', 'url', 0, 480, 3, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0,
'{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"meg
a_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":""
,"mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_modu
le_style":"xhtml"}', 53, 54, 0, '*', 0),
(485, 'mainmenu', 'Joomla1.7', 'joomla16', '', 'servicioscp/joomla16', 'index.ph
p?option=com_content&view=article&id=7', 'component', 0, 233, 2, 22, 0, 0, '0000
-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","show_intro":"
","show_category":"","link_category":"","show_parent_category":"","link_parent_c
ategory":"","show_author":"","link_author":"","show_create_date":"","show_modify
_date":"","show_publish_date":"","show_item_navigation":"","show_vote":"","show_
icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noauth"
:"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"images\\/Compat_ic
on_1_6.png","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"
","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots"
:"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":
"1","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcont
ent":"0","mega_module_style":"xhtml"}', 56, 63, 0, '*', 0),
(486, 'mainmenu', 'Club Templates', '2011-07-08-08-53-32', '', 'servicioscp/joom
la16/2011-07-08-08-53-32', 'http://www.zootemplate.com/forums/downloads.php?do=c
at&id=74', 'url', 0, 485, 3, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"men
u-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_show
title":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega
_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_sty

le":"xhtml"}', 57, 58, 0, '*', 0),


(487, 'mainmenu', 'Free Extensions', '2011-07-08-08-54-41', '', 'servicioscp/joo
mla16/2011-07-08-08-54-41', 'http://www.zootemplate.com/forums/downloads.php?do=
cat&id=76', 'url', 0, 485, 3, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"me
nu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_sho
wtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","meg
a_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_st
yle":"xhtml"}', 59, 60, 0, '*', 0),
(488, 'mainmenu', 'Club Extensions', '2011-07-08-08-55-29', '', 'servicioscp/joo
mla16/2011-07-08-08-55-29', 'http://www.zootemplate.com/forums/downloads.php?do=
cat&id=75', 'url', 0, 485, 3, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"me
nu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_sho
wtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","meg
a_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_st
yle":"xhtml"}', 61, 62, 0, '*', 0),
(489, 'mainmenu', 'Template Features', 'template-features', '', 'solicitud/parks
/template-features', 'index.php?option=com_content&view=article&id=8', 'componen
t', 0, 445, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","
link_titles":"","show_intro":"","show_category":"","link_category":"","show_pare
nt_category":"","link_parent_category":"","show_author":"","link_author":"","sho
w_create_date":"","show_modify_date":"","show_publish_date":"","show_item_naviga
tion":"","show_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"
","show_hits":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","m
enu_image":"images\\/monitor.png","menu_text":1,"page_title":"","show_page_headi
ng":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta
_keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_c
ols":"1","mega_group":"1","mega_width":"","mega_colw":"","mega_colxw":"","mega_c
lass":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 313, 318, 0, '*',
0),
(490, 'mainmenu', 'Custom Typography', 'custom-typography', '', 'solicitud/parks
/template-features/custom-typography', 'index.php?option=com_content&view=articl
e&id=49', 'component', 0, 489, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0,
'{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_cate
gory":"","show_parent_category":"","link_parent_category":"","show_author":"","l
ink_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"
","show_item_navigation":"","show_vote":"","show_icons":"","show_print_icon":"",
"show_email_icon":"","show_hits":"","show_noauth":"","menu-anchor_title":"","men
u-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_headin
g":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_
keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_co
ls":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_cl
ass":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 314, 315, 0, '*', 0
),
(491, 'mainmenu', 'Module Variations', 'module-variations', '', 'solicitud/parks
/template-features/module-variations', 'index.php?option=com_content&view=articl
e&id=10', 'component', 0, 489, 4, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0,
'{"show_title":"","link_titles":"","show_intro":"","show_category":"","link_cate
gory":"","show_parent_category":"","link_parent_category":"","show_author":"","l
ink_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"
","show_item_navigation":"","show_vote":"","show_icons":"","show_print_icon":"",
"show_email_icon":"","show_hits":"","show_noauth":"","menu-anchor_title":"","men
u-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_headin
g":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_
keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_co
ls":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_cl
ass":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 316, 317, 0, '*', 0
),
(492, 'mainmenu', 'RTL Languages', 'rtl-languages', '', 'solicitud/parks/rtl-lan
guages', 'index.php?option=com_content&view=article&id=30', 'component', 0, 445,
3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles

":"","show_intro":"","show_category":"","link_category":"","show_parent_category
":"","link_parent_category":"","show_author":"","link_author":"","show_create_da
te":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","s
how_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hit
s":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":
"images\\/poll.png","menu_text":1,"page_title":"","show_page_heading":0,"page_he
ading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"",
"robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega
_group":"1","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega
_subcontent":"0","mega_module_style":"xhtml"}', 319, 324, 0, '*', 0),
(493, 'mainmenu', 'LTR Languages', '2011-07-08-09-04-54', '', 'solicitud/parks/r
tl-languages/2011-07-08-09-04-54', '?direction=ltr', 'url', 0, 492, 4, 22, 0, 0,
'0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":
"","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols"
:"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class
":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 320, 321, 0, '*', 0),
(494, 'mainmenu', 'RTL Languages', '2011-07-08-09-05-48', '', 'solicitud/parks/r
tl-languages/2011-07-08-09-05-48', '?direction=rtl', 'url', 0, 492, 4, 0, 0, 0,
'0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"
","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":
"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class"
:"","mega_subcontent":"0","mega_module_style":"xhtml"}', 322, 323, 0, '*', 0),
(495, 'mainmenu', 'Menu demo', 'menu-demo', '', 'solicitud/menu-demo', 'index.ph
p?option=com_content&view=article&id=30', 'component', 0, 238, 2, 22, 0, 0, '000
0-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","show_intro":
"","show_category":"","link_category":"","show_parent_category":"","link_parent_
category":"","show_author":"","link_author":"","show_create_date":"","show_modif
y_date":"","show_publish_date":"","show_item_navigation":"","show_vote":"","show
_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noauth
":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"
page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menumeta_description":"","menu-meta_keywords":"","robots":"","secure":0,"mega_showti
tle":"1","mega_desc":"","mega_cols":"1","mega_group":"1","mega_width":"","mega_c
olw":"","mega_colxw":"","mega_class":" mega-header","mega_subcontent":"0","mega
_module_style":"xhtml"}', 328, 343, 0, '*', 0),
(496, 'mainmenu', 'Blog', 'blog', '', 'solicitud/menu-demo/blog', 'index.php?opt
ion=com_content&view=article&id=8', 'component', 0, 495, 3, 22, 0, 0, '0000-00-0
0 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","show_intro":"","sh
ow_category":"","link_category":"","show_parent_category":"","link_parent_catego
ry":"","show_author":"","link_author":"","show_create_date":"","show_modify_date
":"","show_publish_date":"","show_item_navigation":"","show_vote":"","show_icons
":"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noauth":"","
menu-anchor_title":"","menu-anchor_css":"","menu_image":"images\\/gear.png","men
u_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx
":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0,"
mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"1","mega_width"
:"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_m
odule_style":"xhtml"}', 329, 334, 0, '*', 0),
(497, 'mainmenu', 'Facebook Pages', '2011-07-08-09-19-04', '', 'solicitud/menu-d
emo/blog/2011-07-08-09-19-04', 'http://www.zootemplate.com/Blog/How-to-create-afacebook-page-and-get-facebook-page-id.html', 'url', 0, 496, 4, 0, 0, 0, '0000-0
0-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu
_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","me
ga_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","me
ga_subcontent":"0","mega_module_style":"xhtml"}', 330, 331, 0, '*', 0),
(498, 'mainmenu', 'Facebook Application', '2011-07-08-09-20-03', '', 'solicitud/
menu-demo/blog/2011-07-08-09-20-03', 'http://www.zootemplate.com/Blog/How-to-cre
ate-a-Facebook-Application.html', 'url', 0, 496, 4, 0, 0, 0, '0000-00-00 00:00:0
0', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","
menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0

","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subconten
t":"0","mega_module_style":"xhtml"}', 332, 333, 0, '*', 0),
(499, 'mainmenu', 'Support', 'support', '', 'solicitud/menu-demo/support', 'inde
x.php?option=com_content&view=article&id=2', 'component', 0, 495, 3, 22, 0, 0, '
0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","show_intr
o":"","show_category":"","link_category":"","show_parent_category":"","link_pare
nt_category":"","show_author":"","link_author":"","show_create_date":"","show_mo
dify_date":"","show_publish_date":"","show_item_navigation":"","show_vote":"","s
how_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noa
uth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"images\\/hyper
link.png","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"",
"pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"
","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"1
","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subconten
t":"0","mega_module_style":"xhtml"}', 335, 342, 0, '*', 0),
(500, 'mainmenu', 'Frequently', '2011-07-08-09-27-54', '', 'solicitud/menu-demo/
support/2011-07-08-09-27-54', 'http://www.zootemplate.com/Legal/Frequently-Asked
-Questions.html', 'url', 0, 499, 4, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0,
'{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"me
ga_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"
","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_mod
ule_style":"xhtml"}', 336, 337, 0, '*', 0),
(501, 'mainmenu', 'Contact us', '2011-07-08-09-32-37', '', 'solicitud/menu-demo/
support/2011-07-08-09-32-37', 'http://www.zootemplate.com/Contact-Us/Support.htm
l', 'url', 0, 499, 4, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-ancho
r_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_showtitle":
"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_colw":
"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style":"xh
tml"}', 338, 339, 0, '*', 0),
(502, 'mainmenu', 'Asked Questions', '2011-07-08-09-34-49', '', 'solicitud/menudemo/support/2011-07-08-09-34-49', 'http://www.zootemplate.com/Joomla-Tutorials.
html', 'url', 0, 499, 4, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-an
chor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_showtitl
e":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_col
w":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style":
"xhtml"}', 340, 341, 0, '*', 0),
(503, 'mainmenu', 'Layouts', 'layouts', '', 'solicitud/layouts', 'index.php?opti
on=com_content&view=article&id=8', 'component', 0, 238, 2, 22, 0, 0, '0000-00-00
00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"","show_intro":"","sho
w_category":"","link_category":"","show_parent_category":"","link_parent_categor
y":"","show_author":"","link_author":"","show_create_date":"","show_modify_date"
:"","show_publish_date":"","show_item_navigation":"","show_vote":"","show_icons"
:"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noauth":"","m
enu-anchor_title":"","menu-anchor_css":"","menu_image":"images\\/globe.png","men
u_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx
":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0,"
mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"1","mega_width"
:"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_m
odule_style":"xhtml"}', 344, 355, 0, '*', 0),
(504, 'mainmenu', 'Left + Content', 'left--content', '', 'solicitud/layouts/left
--content', 'index.php?option=com_content&view=article&id=10', 'component', 0, 5
03, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_tit
les":"","show_intro":"","show_category":"","link_category":"","show_parent_categ
ory":"","link_parent_category":"","show_author":"","link_author":"","show_create
_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":""
,"show_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_
hits":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_imag
e":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pag
eclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","s
ecure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","m

ega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"
0","mega_module_style":"xhtml"}', 345, 346, 0, '*', 0),
(505, 'mainmenu', 'Left + Content', 'left-content', '', 'solicitud/layouts/leftcontent', 'index.php?option=com_content&view=article&id=10', 'component', 0, 503
, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_title
s":"","show_intro":"","show_category":"","link_category":"","show_parent_categor
y":"","link_parent_category":"","show_author":"","link_author":"","show_create_d
ate":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","
show_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hi
ts":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image"
:"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pagec
lass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","sec
ure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","meg
a_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0"
,"mega_module_style":"xhtml"}', 353, 354, 0, '*', 0),
(506, 'mainmenu', 'Right + Content', 'right--content', '', 'solicitud/layouts/ri
ght--content', 'index.php?option=com_content&view=article&id=10', 'component', 0
, 503, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_
titles":"","show_intro":"","show_category":"","link_category":"","show_parent_ca
tegory":"","link_parent_category":"","show_author":"","link_author":"","show_cre
ate_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation"
:"","show_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","sh
ow_hits":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_i
mage":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","
pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":""
,"secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0"
,"mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent
":"0","mega_module_style":"xhtml"}', 347, 348, 0, '*', 0);
INSERT INTO `jos_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `lin
k`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `chec
ked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`
, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(507, 'mainmenu', 'Full Content', 'full-content', '', 'solicitud/layouts/full-co
ntent', 'index.php?option=com_content&view=article&id=10', 'component', 0, 503,
3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles"
:"","show_intro":"","show_category":"","link_category":"","show_parent_category"
:"","link_parent_category":"","show_author":"","link_author":"","show_create_dat
e":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","sh
ow_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits
":"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"
","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pagecla
ss_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secur
e":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_
width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","
mega_module_style":"xhtml"}', 349, 350, 0, '*', 0),
(508, 'mainmenu', 'Left + Content + Right', 'left--content--right', '', 'solicit
ud/layouts/left--content--right', 'index.php?option=com_content&view=article&id=
10', 'component', 0, 503, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"sh
ow_title":"","link_titles":"","show_intro":"","show_category":"","link_category"
:"","show_parent_category":"","link_parent_category":"","show_author":"","link_a
uthor":"","show_create_date":"","show_modify_date":"","show_publish_date":"","sh
ow_item_navigation":"","show_vote":"","show_icons":"","show_print_icon":"","show
_email_icon":"","show_hits":"","show_noauth":"","menu-anchor_title":"","menu-anc
hor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":0,
"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywo
rds":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"
1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":
"","mega_subcontent":"0","mega_module_style":"xhtml"}', 351, 352, 0, '*', 0),
(509, 'mainmenu', 'Contactenos', 'contactenos', '', 'contactenos', 'index.php?op
tion=com_aicontactsafe&view=message&layout=message&pf=1', 'component', 1, 1, 1,

10011, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menuanchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading"


:0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_ke
ywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols
":"1","mega_group":"0","mega_width":"210px","mega_colw":"190px","mega_colxw":"",
"mega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 369, 380, 0
, '*', 0),
(510, 'mainmenu', '9MagentoThemes', '2011-07-08-10-04-41', '', 'contactenos/2011
-07-08-10-04-41', 'http://www.magentheme.com/demo', 'url', 0, 509, 2, 0, 0, 0, '
0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":""
,"menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"
1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":
"","mega_subcontent":"mod","mega_module_style":"xhtml","mega_subcontent_mod_modu
les":["110"],"mega_subcontent_pos_positions":["user18"]}', 370, 371, 0, '*', 0),
(511, 'mainmenu', 'Sign Up', '2011-07-08-10-06-04', '', 'contactenos/2011-07-0810-06-04', 'http://www.magentheme.com/Magento-Themes/Magento-Themes-Club.html',
'url', 0, 509, 2, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_ti
tle":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_showtitle":"1",
"mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_colw":"","
mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"
}', 372, 373, 0, '*', 0),
(512, 'mainmenu', 'Services', '2011-07-08-10-07-41', '', 'contactenos/2011-07-08
-10-07-41', 'http://www.magentheme.com/Magento-Services.html', 'url', 0, 509, 2,
0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anc
hor_css":"","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","m
ega_cols":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","m
ega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 374, 375, 0,
'*', 0),
(513, 'mainmenu', 'Forums', '2011-07-08-10-09-48', '', 'contactenos/2011-07-08-1
0-09-48', 'http://www.magentheme.com/forums', 'url', 0, 509, 2, 22, 0, 0, '000000-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","men
u_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","m
ega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","m
ega_subcontent":"0","mega_module_style":"xhtml"}', 376, 377, 0, '*', 0),
(514, 'mainmenu', 'Demo', 'httpwwwmagenthemecomdemo', '', 'contactenos/httpwwwma
genthemecomdemo', 'http://www.magentheme.com/demo', 'url', 0, 509, 2, 0, 0, 0, '
0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":""
,"menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"
1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class":
"","mega_subcontent":"0","mega_module_style":"xhtml"}', 378, 379, 0, '*', 0),
(515, 'mainmenu', 'ZooTemplate', '2011-07-08-10-12-42', '', '2011-07-08-10-12-42
', 'http://www.zootemplate.com/', 'url', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00'
, 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":"","menu_image":"","me
nu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0",
"mega_width":"210px","mega_colw":"190px","mega_colxw":"","mega_class":"","mega_s
ubcontent":"0","mega_module_style":"xhtml"}', 381, 394, 0, '*', 0),
(516, 'mainmenu', 'ZooTemplate', '2011-07-08-10-13-54', '', '2011-07-08-10-12-42
/2011-07-08-10-13-54', 'http://www.zootemplate.com/', 'url', 0, 515, 2, 0, 0, 0,
'0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css":
"","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_cols"
:"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_class
":"","mega_subcontent":"mod","mega_module_style":"xhtml","mega_subcontent_mod_mo
dules":["112"]}', 382, 383, 0, '*', 0),
(517, 'mainmenu', 'Joint Club Now', '2011-07-08-10-16-02', '', '2011-07-08-10-12
-42/2011-07-08-10-16-02', 'http://www.zootemplate.com/Legal/Joomla-Templates-Clu
b.html', 'url', 0, 515, 2, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menuanchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_showti
tle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_c
olw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style
":"xhtml"}', 384, 385, 0, '*', 0),

(518, 'mainmenu', 'Forums', '2011-07-08-10-16-37', '', '2011-07-08-10-12-42/2011


-07-08-10-16-37', 'http://www.zootemplate.com/forums/', 'url', 0, 515, 2, 0, 0,
0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css
":"","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_col
s":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_cla
ss":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 386, 387, 0, '*', 0)
,
(519, 'mainmenu', 'Download', '2011-07-08-10-17-23', '', '2011-07-08-10-12-42/20
11-07-08-10-17-23', 'http://www.zootemplate.com/forums/downloads.php', 'url', 0,
515, 2, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","
menu-anchor_css":"","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_des
c":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colx
w":"","mega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 388,
389, 0, '*', 0),
(520, 'mainmenu', 'Blog', '2011-07-08-10-21-12', '', '2011-07-08-10-12-42/2011-0
7-08-10-21-12', 'http://www.zootemplate.com/blog.html', 'url', 0, 515, 2, 0, 0,
0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title":"","menu-anchor_css
":"","menu_image":"","menu_text":1,"mega_showtitle":"1","mega_desc":"","mega_col
s":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"","mega_cla
ss":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 390, 391, 0, '*', 0)
,
(521, 'mainmenu', 'Get Support', '2011-07-08-10-21-42', '', '2011-07-08-10-12-42
/2011-07-08-10-21-42', 'http://www.zootemplate.com/Contact-Us/Support.html', 'ur
l', 0, 515, 2, 0, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"menu-anchor_title
":"","menu-anchor_css":"","menu_image":"","menu_text":1,"mega_showtitle":"1","me
ga_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_colw":"","meg
a_colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"}',
392, 393, 0, '*', 0),
(522, 'mainmenu', 'Sample Video', 'sample-video', '', 'quienes-somoscp/sample-vi
deo', 'index.php?option=com_content&view=article&id=8', 'component', -2, 294, 2,
22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"show_title":"","link_titles":"
","show_intro":"","show_category":"","link_category":"","show_parent_category":"
","link_parent_category":"","show_author":"","link_author":"","show_create_date"
:"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show
_vote":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":
"","show_noauth":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"",
"menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass
_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure"
:0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","mega_wi
dth":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":"0","me
ga_module_style":"xhtml"}', 42, 43, 0, '*', 0),
(523, 'mainmenu', 'Video', 'video', '', 'video', 'index.php?option=com_content&v
iew=article&id=8', 'component', -2, 1, 1, 22, 0, 0, '0000-00-00 00:00:00', 0, 1,
'', 0, '{"show_title":"","link_titles":"","show_intro":"","show_category":"","l
ink_category":"","show_parent_category":"","link_parent_category":"","show_autho
r":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish
_date":"","show_item_navigation":"","show_vote":"","show_icons":"","show_print_i
con":"","show_email_icon":"","show_hits":"","show_noauth":"","menu-anchor_title"
:"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_pag
e_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","me
nu-meta_keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega_desc":"",
"mega_cols":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_colxw":"",
"mega_class":"","mega_subcontent":"mod","mega_module_style":"xhtml","mega_subcon
tent_mod_modules":["111"]}', 395, 396, 0, '*', 0),
(524, 'mainmenu', 'Featured Articles ', 'featured-articles-2', '', 'quienes-somo
scp/content/featured-articles-2', 'index.php?option=com_content&view=featured',
'component', 0, 473, 3, 22, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"feature
d_categories":[""],"layout_type":"blog","num_leading_articles":"1","num_intro_ar
ticles":"4","num_columns":"2","num_links":"4","multi_column_order":"1","orderby_
pri":"","orderby_sec":"front","order_date":"","show_pagination":"2","show_pagina

tion_results":"","show_title":"","link_titles":"","show_intro":"","show_category
":"","link_category":"","show_parent_category":"","link_parent_category":"","sho
w_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_
publish_date":"","show_item_navigation":"","show_vote":"","show_readmore":"","sh
ow_readmore_title":"","show_icons":"","show_print_icon":"","show_email_icon":"",
"show_hits":"","show_noauth":"","show_feed_link":"1","feed_summary":"","menu-anc
hor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":""
,"show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_descripti
on":"","menu-meta_keywords":"","robots":"","secure":0,"mega_showtitle":"1","mega
_desc":"","mega_cols":"1","mega_group":"0","mega_width":"","mega_colw":"","mega_
colxw":"","mega_class":"","mega_subcontent":"0","mega_module_style":"xhtml"}', 3
9, 40, 0, '*', 0),
(533, 'main', 'OzioGallery3', 'oziogallery3', '', 'oziogallery3', 'index.php?opt
ion=com_oziogallery3', 'component', 0, 1, 1, 10015, 0, 0, '0000-00-00 00:00:00',
0, 1, 'components/com_oziogallery3/assets/images/oziogallery3.png', 0, '', 413,
414, 0, '', 1),
(525, 'main', 'COM_AICONTACTSAFE', 'comaicontactsafe', '', 'comaicontactsafe', '
index.php?option=com_aicontactsafe', 'component', 0, 1, 1, 10011, 0, 0, '0000-00
-00 00:00:00', 0, 1, 'components/com_aicontactsafe/images/aicontactsafe_icon.gif
', 0, '', 397, 412, 0, '', 1),
(527, 'main', 'COM_AICONTACTSAFE_ATTACHMENTS', 'comaicontactsafeattachments', ''
, 'comaicontactsafe/comaicontactsafeattachments', 'index.php?option=com_aicontac
tsafe&sTask=attachments', 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00 00:00
:00', 0, 1, 'components/com_aicontactsafe/images/aicontactsafe_icon.gif', 0, '',
400, 401, 0, '', 1),
(528, 'main', 'COM_AICONTACTSAFE_PROFILES', 'comaicontactsafeprofiles', '', 'com
aicontactsafe/comaicontactsafeprofiles', 'index.php?option=com_aicontactsafe&sTa
sk=profiles', 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00 00:00:00', 0, 1,
'components/com_aicontactsafe/images/aicontactsafe_icon.gif', 0, '', 402, 403, 0
, '', 1),
(529, 'main', 'COM_AICONTACTSAFE_FIELDS', 'comaicontactsafefields', '', 'comaico
ntactsafe/comaicontactsafefields', 'index.php?option=com_aicontactsafe&sTask=fie
lds', 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00 00:00:00', 0, 1, 'compone
nts/com_aicontactsafe/images/aicontactsafe_icon.gif', 0, '', 404, 405, 0, '', 1)
,
(530, 'main', 'COM_AICONTACTSAFE_STATUSES', 'comaicontactsafestatuses', '', 'com
aicontactsafe/comaicontactsafestatuses', 'index.php?option=com_aicontactsafe&sTa
sk=statuses', 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00 00:00:00', 0, 1,
'components/com_aicontactsafe/images/aicontactsafe_icon.gif', 0, '', 406, 407, 0
, '', 1),
(531, 'main', 'COM_AICONTACTSAFE_CONTROL_PANEL', 'comaicontactsafecontrolpanel',
'', 'comaicontactsafe/comaicontactsafecontrolpanel', 'index.php?option=com_aico
ntactsafe&sTask=control_panel', 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00
00:00:00', 0, 1, 'components/com_aicontactsafe/images/aicontactsafe_icon.gif',
0, '', 408, 409, 0, '', 1),
(532, 'main', 'COM_AICONTACTSAFE_ABOUT', 'comaicontactsafeabout', '', 'comaicont
actsafe/comaicontactsafeabout', 'index.php?option=com_aicontactsafe&sTask=about'
, 'component', 0, 525, 2, 10011, 0, 0, '0000-00-00 00:00:00', 0, 1, 'components/
com_aicontactsafe/images/aicontactsafe_icon.gif', 0, '', 410, 411, 0, '', 1),
(534, 'mainmenu', 'SERVICIOS', 'servicios', '', 'servicios', 'index.php?option=c
om_content&view=categories&id=82', 'component', 0, 1, 1, 22, 0, 0, '0000-00-00 0
0:00:00', 0, 1, '', 0, '{"show_base_description":"","categories_description":"",
"maxLevelcat":"","show_empty_categories_cat":"","show_subcat_desc_cat":"","show_
cat_num_articles_cat":"","show_category_title":"","show_description":"","show_de
scription_image":"","maxLevel":"","show_empty_categories":"","show_no_articles":
"","show_subcat_desc":"","show_cat_num_articles":"","num_leading_articles":"1","
num_intro_articles":"4","num_columns":"2","num_links":"4","multi_column_order":"
","show_subcategory_content":"","orderby_pri":"","orderby_sec":"","order_date":"
","show_pagination":"","show_pagination_results":"","show_pagination_limit":"","
filter_field":"","show_headings":"","list_show_date":"","date_format":"","list_s

how_hits":"","list_show_author":"","display_num":"10","show_title":"","link_titl
es":"","show_intro":"","show_category":"","link_category":"","show_parent_catego
ry":"","link_parent_category":"","show_author":"","link_author":"","show_create_
date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"",
"show_vote":"","show_readmore":"","show_readmore_title":"","show_icons":"","show
_print_icon":"","show_email_icon":"","show_hits":"","show_noauth":"","show_feed_
link":"","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_ima
ge":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pa
geclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","
secure":0,"mega_showtitle":"1","mega_desc":"","mega_cols":"1","mega_group":"0","
mega_width":"","mega_colw":"","mega_colxw":"","mega_class":"","mega_subcontent":
"0","mega_module_style":"xhtml"}', 415, 416, 0, '*', 0),
(535, 'main', 'Joomla Web Messenger', 'joomla-web-messenger', '', 'joomla-web-me
ssenger', 'index.php?option=com_jwebmessenger', 'component', 0, 1, 1, 10019, 0,
0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 417, 418, 0, '', 1);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_menu_types`
-CREATE TABLE `jos_menu_types` (
`id` int(10) unsigned NOT NULL auto_increment,
`menutype` varchar(24) NOT NULL,
`title` varchar(48) NOT NULL,
`description` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--- Volcado de datos para la tabla `jos_menu_types`
-INSERT INTO `jos_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(2, 'usermenu', 'User Menu', 'A Menu for logged in Users'),
(3, 'top', 'Top', 'Links for major types of users'),
(4, 'aboutjoomla', 'About Joomla', 'All about Joomla!'),
(5, 'parks', 'Australian Parks', 'Main menu for a site about Australian parks')
,
(6, 'mainmenu', 'Main Menu', 'Simple Home Menu'),
(7, 'fruitshop', 'Fruit Shop', 'Menu for the sample shop site.');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_messages`
-CREATE TABLE `jos_messages` (
`message_id` int(10) unsigned NOT NULL auto_increment,
`user_id_from` int(10) unsigned NOT NULL default '0',
`user_id_to` int(10) unsigned NOT NULL default '0',
`folder_id` tinyint(3) unsigned NOT NULL default '0',
`date_time` datetime NOT NULL default '0000-00-00 00:00:00',
`state` tinyint(1) NOT NULL default '0',
`priority` tinyint(1) unsigned NOT NULL default '0',
`subject` varchar(255) NOT NULL default '',
`message` text NOT NULL,

PRIMARY KEY (`message_id`),


KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_messages_cfg`
-CREATE TABLE `jos_messages_cfg` (
`user_id` int(10) unsigned NOT NULL default '0',
`cfg_name` varchar(100) NOT NULL default '',
`cfg_value` varchar(255) NOT NULL default '',
UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_modules`
-CREATE TABLE `jos_modules` (
`id` int(11) NOT NULL auto_increment,
`title` varchar(100) NOT NULL default '',
`note` varchar(255) NOT NULL default '',
`content` text NOT NULL,
`ordering` int(11) NOT NULL default '0',
`position` varchar(50) default NULL,
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
`published` tinyint(1) NOT NULL default '0',
`module` varchar(50) default NULL,
`access` tinyint(3) unsigned NOT NULL default '0',
`showtitle` tinyint(3) unsigned NOT NULL default '1',
`params` text NOT NULL,
`client_id` tinyint(4) NOT NULL default '0',
`language` char(7) NOT NULL,
PRIMARY KEY (`id`),
KEY `published` (`published`,`access`),
KEY `newsfeeds` (`module`,`published`),
KEY `idx_language` (`language`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=151 ;
--- Volcado de datos para la tabla `jos_modules`
-INSERT INTO `jos_modules` (`id`, `title`, `note`, `content`, `ordering`, `positi
on`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published
`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(1, 'Main Menu', '', '', 1, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"mainmenu","
startLevel":"0","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"",
"window_open":"","layout":"","moduleclass_sfx":"_menu","cache":"1","cache_time":
"900","cachemode":"itemid"}', 0, '*'),
(2, 'Login', '', '', 1, 'login', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'

, '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '', 1, '*'),


(3, 'Popular Articles', '', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', '0000-0000 00:00:00', '0000-00-00 00:00:00', 1, 'mod_popular', 3, 1, '{"count":"5","cati
d":"","user_id":"0","layout":"_:default","moduleclass_sfx":"","cache":"0","autom
atic_title":"1"}', 1, '*'),
(4, 'Recently Added Articles', '', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', '0
000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_latest', 3, 1, '{"count":"5"
,"ordering":"c_dsc","catid":"","user_id":"0","layout":"_:default","moduleclass_s
fx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(6, 'Unread Messages', '', '', 1, 'header', 0, '0000-00-00 00:00:00', '0000-00-0
0 00:00:00', '0000-00-00 00:00:00', 1, 'mod_unread', 3, 1, '', 1, '*'),
(7, 'Online Users', '', '', 2, 'header', 0, '0000-00-00 00:00:00', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', 1, 'mod_online', 3, 1, '', 1, '*'),
(8, 'Toolbar', '', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', 1, 'mod_toolbar', 3, 1, '', 1, '*'),
(9, 'Quick Icons', '', '', 1, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', 1, 'mod_quickicon', 3, 1, '', 1, '*'),
(10, 'Logged-in Users', '', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', '0000-0000 00:00:00', '0000-00-00 00:00:00', 1, 'mod_logged', 3, 1, '{"count":"5","name"
:"1","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"
}', 1, '*'),
(12, 'Admin Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', 1, 'mod_menu', 3, 1, '{"layout":"","moduleclass_sf
x":"","shownew":"1","showhelp":"1","cache":"0"}', 1, '*'),
(13, 'Admin Submenu', '', '', 1, 'submenu', 0, '0000-00-00 00:00:00', '0000-00-0
0 00:00:00', '0000-00-00 00:00:00', 1, 'mod_submenu', 3, 1, '', 1, '*'),
(14, 'User Status', '', '', 1, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', 1, 'mod_status', 3, 1, '', 1, '*'),
(15, 'Title', '', '', 1, 'title', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00
', '0000-00-00 00:00:00', 1, 'mod_title', 3, 1, '', 1, '*'),
(16, 'Login Form', '', '', 7, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-0
0 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '{"greeting":"1","name
":"0"}', 0, '*'),
(17, 'Breadcrumbs', '', '', 1, 'position-2', 42, '2011-09-02 11:59:26', '0000-00
-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_breadcrumbs', 1, 1, '{"moduleclass
_sfx":"","showHome":"1","homeText":"Home","showComponent":"1","separator":"","ca
che":"1","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(18, 'Banners', '', '', 1, 'position-5', 0, '0000-00-00 00:00:00', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', 0, 'mod_banners', 1, 1, '{"target":"1","count":
"1","cid":"1","catid":["27"],"tag_search":"0","ordering":"0","header_text":"","f
ooter_text":"","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900"}'
, 0, '*'),
(19, 'User Menu', '', '', 3, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 2, 1, '{"menutype":"usermenu",
"startLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":""
,"window_open":"","layout":"","moduleclass_sfx":"_menu","cache":"1","cache_time"
:"900","cachemode":"itemid"}', 0, '*'),
(20, 'Top', '', '', 1, 'position-1', 0, '0000-00-00 00:00:00', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"top","startLevel
":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"","maxdepth"
:"10","window_open":"","layout":"","moduleclass_sfx":"","cache":"0"}', 0, '*'),
(22, 'Australian Parks ', '', '', 2, 'position-5', 0, '0000-00-00 00:00:00', '00
00-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"pa
rks","startLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sf
x":"","window_open":"","layout":"","moduleclass_sfx":"","cache":"0","cache_time"
:"900","cachemode":"itemid"}', 0, 'en-GB'),
(23, 'About Joomla!', '', '', 4, 'position-7', 0, '0000-00-00 00:00:00', '0000-0
0-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"aboutj
oomla","startLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_
sfx":"","window_open":"","layout":"","moduleclass_sfx":"_menu","cache":"0","cach

e_time":"900","cachemode":"itemid"}', 0, '*'),
(68, 'About Parks', '', '<p>The Parks sample site is designed as a simple site t
hat can be routinely updated from the front end of Joomla!.</p><p>As a site, it
is largely focused on a blog which can be updated using the front end article su
bmission.</p><p>New weblinks can also be added through the front end.</p><p>A si
mple image gallery uses com_content with thumbnails displayed in a blog layout a
nd full size images shown in article layout.</p><p>The Parks site features the l
anguage switch module. All of the content and modules are tagged as English (enGB). If a second language pack is added with sample data this can be filtered us
ing the language switch.</p><p>Parks uses HTML5 which is a major web standard (a
long with XHTML which is used in other areas of sample data).</p>', 2, 'position
-4', 42, '2011-09-02 12:07:48', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1,
'mod_custom', 1, 1, '{"prepare_content":"1","layout":"","moduleclass_sfx":"","c
ache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(67, 'Extensions', '', '', 2, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-0
0 00:00:00', '0000-00-00 00:00:00', 0, 'mod_menu', 1, 1, '{"menutype":"aboutjoom
la","startLevel":"1","endLevel":"6","showAllChildren":"0","tag_id":"","class_sfx
":"-menu","window_open":"","layout":"","moduleclass_sfx":"","cache":"0","cache_t
ime":"900","cachemode":"itemid"}', 0, '*'),
(25, 'Site Map', '', '', 1, 'sitemapload', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 0, '{"menutype":"mainmenu",
"startLevel":"2","endLevel":"3","showAllChildren":"1","tag_id":"","class_sfx":"s
itemap","window_open":"","layout":"","moduleclass_sfx":"","cache":"0","cache_tim
e":"900","cachemode":"itemid"}', 0, '*'),
(26, 'This Site', '', '', 5, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"mainmenu",
"startLevel":"1","endLevel":"1","showAllChildren":"0","tag_id":"","class_sfx":""
,"window_open":"","layout":"","moduleclass_sfx":"_menu","cache":"0","cache_time"
:"900","cachemode":"itemid"}', 0, '*'),
(27, 'Archived Articles', '', '', 1, 'archiveload', 42, '2011-09-02 12:04:16', '
0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_archive', 1, 1, '{
"count":"10","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","ca
chemode":"static"}', 0, '*'),
(28, 'Latest News', '', '', 1, 'articleslatestload', 42, '2011-09-02 12:04:21',
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_latest', 1, 1, '{
"catid":["19"],"count":"5","ordering":"c_dsc","user_id":"0","show_featured":"","
layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"stat
ic"}', 0, '*'),
(29, 'Articles Most Read', '', '', 1, 'articlespopularload', 42, '2011-09-02 12:
04:23', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_popular',
1, 1, '{"show_front":"1","count":"5","catid":["26","29"],"layout":"","modulecla
ss_sfx":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(30, 'Feed Display', '', '', 1, 'feeddisplayload', 0, '0000-00-00 00:00:00', '00
00-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_feed', 1, 1, '{"rssurl":"http
:\\/\\/community.joomla.org\\/blogs\\/community.feed?type=rss","rssrtl":"0","rss
title":"1","rssdesc":"1","rssimage":"1","rssitems":"3","rssitemdesc":"1","word_c
ount":"0","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900"}', 0,
'*'),
(31, 'News Flash: Latest', '', '', 1, 'newsflashload', 0, '0000-00-00 00:00:00',
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_news', 1, 1, '{"
catid":["20"],"image":"0","item_title":"0","link_titles":"","item_heading":"h4",
"showLastSeparator":"1","readmore":"1","count":"1","ordering":"a.publish_up","la
yout":"horizontal","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemod
e":"itemid"}', 0, '*'),
(32, 'News Flash: Random', '', '', 1, 'newsflashload', 0, '0000-00-00 00:00:00',
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_news', 1, 1, '{"
catid":["19"],"image":"0","item_title":"0","link_titles":"","item_heading":"h4",
"showLastSeparator":"1","readmore":"0","count":"1","ordering":"rand()","layout":
"vertical","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"item
id"}', 0, '*'),

(33, 'Random Image', '', '', 1, 'randomimageload', 0, '0000-00-00 00:00:00', '00


00-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_random_image', 1, 1, '{"type"
:"jpg","folder":"images\\/sampledata\\/parks\\/animals","link":"","width":"180",
"height":"","layout":"","moduleclass_sfx":"","cache":"0"}', 0, '*'),
(34, 'Articles Related Items', '', '', 1, 'relateditemsload', 0, '0000-00-00 00:
00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_related_items', 1,
1, '{"showDate":"0","layout":"","moduleclass_sfx":"","owncache":"1"}', 0, '*'),
(35, 'Search', '', '', 1, 'searchload', 0, '0000-00-00 00:00:00', '0000-00-00 00
:00:00', '0000-00-00 00:00:00', 1, 'mod_search', 1, 1, '{"width":"20","text":"",
"button":"","button_pos":"right","imagebutton":"","button_text":"","set_itemid":
"","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"
itemid"}', 0, '*'),
(36, 'Statistics', '', '', 1, 'statisticsload', 0, '0000-00-00 00:00:00', '000000-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_stats', 1, 1, '{"serverinfo":"1"
,"siteinfo":"1","counter":"1","increase":"0","layout":"","moduleclass_sfx":"","c
ache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(37, 'Syndicate Feeds', '', '', 1, 'syndicateload', 0, '0000-00-00 00:00:00', '0
000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_syndicate', 1, 1, '{"text":"
Feed Entries","format":"rss","layout":"","moduleclass_sfx":"","cache":"0"}', 0,
'*'),
(38, 'Users Latest', '', '', 1, 'userslatestload', 42, '2011-09-02 12:12:56', '0
000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_users_latest', 1, 1, '{"show
number":"5","linknames":"0","linktowhat":"0","layout":"","moduleclass_sfx":"","c
ache":"0","cache_time":"900","cachemode":"static"}', 0, '*'),
(39, 'Who''s Online', '', '', 1, 'whosonlineload', 42, '2011-09-02 12:12:52', '0
000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_whosonline', 1, 1, '{"showmo
de":"2","linknames":"0","linktowhat":"0","layout":"","moduleclass_sfx":"","cache
":"0"}', 0, '*'),
(40, 'Wrapper', '', '', 1, 'wrapperload', 42, '2011-09-02 12:12:50', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_wrapper', 1, 1, '{"url":"http:\\/\\/f
sf.org","add":"1","scrolling":"auto","width":"100%","height":"200","height_auto"
:"1","target":"","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900"
,"cachemode":"static"}', 0, '*'),
(41, 'Footer', '', '', 1, 'footerload', 0, '0000-00-00 00:00:00', '0000-00-00 00
:00:00', '0000-00-00 00:00:00', 1, 'mod_footer', 1, 1, '{"layout":"","moduleclas
s_sfx":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(44, 'Login', '', '', 1, 'loginload', 0, '0000-00-00 00:00:00', '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '{"pretext":"","posttext":""
,"login":"280","logout":"280","greeting":"1","name":"0","usesecure":"0","layout"
:"","moduleclass_sfx":"","cache":"0"}', 0, '*'),
(45, 'Menu', '', '', 1, 'menuload', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:
00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"mainmenu","startL
evel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"","windo
w_open":"","layout":"","moduleclass_sfx":"","cache":"0","cache_time":"900","cach
emode":"itemid"}', 0, '*'),
(47, 'Latest Park Blogs', '', '', 6, 'position-7', 0, '0000-00-00 00:00:00', '00
00-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_latest', 1, 1, '{"co
unt":"5","ordering":"c_dsc","user_id":"0","show_front":"1","catid":"35","layout"
:"","moduleclass_sfx":"","cache":"1","cache_time":"900"}', 0, 'en-GB'),
(48, 'Custom HTML', '', '<p>This is a custom html module. That means you can ent
er whatever content you want.</p>', 1, 'customload', 42, '2011-09-02 12:07:12',
'0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_
content":"1","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","ca
chemode":"static"}', 0, '*'),
(49, 'Weblinks', '', '', 1, 'weblinksload', 42, '2011-09-02 12:12:53', '0000-0000 00:00:00', '0000-00-00 00:00:00', 1, 'mod_weblinks', 1, 1, '{"catid":"32","co
unt":"5","ordering":"title","direction":"asc","target":"3","description":"0","hi
ts":"0","count_clicks":"0","layout":"","moduleclass_sfx":"","cache":"1","cache_t
ime":"900","cachemode":"static"}', 0, '*'),
(52, 'Breadcrumbs', '', '', 1, 'breadcrumbsload', 42, '2011-09-02 12:04:33', '00

00-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_breadcrumbs', 1, 1, '{"showHo


me":"1","homeText":"Home","showLast":"1","separator":"","layout":"","moduleclass
_sfx":"","cache":"0","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(61, 'Articles Categories', '', '', 1, 'articlescategoriesload', 42, '2011-09-02
12:04:17', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_categ
ories', 1, 1, '{"parent":"29","show_description":"0","show_children":"0","maxlev
el":"0","count":"0","layout":"","moduleclass_sfx":"","owncache":"1","cache_time"
:"900"}', 0, '*'),
(56, 'Banners', '', '', 1, 'bannersload', 42, '2011-09-02 12:04:33', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_banners', 1, 1, '{"target":"1","count
":"1","cid":"1","catid":["15"],"tag_search":"0","ordering":"random","header_text
":"","footer_text":"","layout":"","moduleclass_sfx":"","cache":"1","cache_time":
"900"}', 0, '*'),
(57, 'Fruit Shop', '', '', 3, 'position-5', 0, '0000-00-00 00:00:00', '0000-00-0
0 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"fruitshop
","startLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":
"","window_open":"","layout":"","moduleclass_sfx":"","cache":"0","cache_time":"9
00","cachemode":"itemid"}', 0, '*'),
(58, 'Special!', '', '<h1>This week we have a special, half price on delicious o
ranges!</h1><div>Only for our special customers!</div><div>Use the code: Joomla!
when ordering</div><p><em>This module can only be seen by people in the custome
rs group or higher.</em></p>', 1, 'position-12', 42, '2011-09-02 12:07:42', '000
0-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 4, 1, '{"prepare_cont
ent":"1","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","cachem
ode":"static"}', 0, '*'),
(62, 'Language Switcher', '', '', 3, 'position-4', 42, '2011-09-02 11:59:52', '0
000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_languages', 1, 1, '{"header_
text":"","footer_text":"","image":"1","layout":"","moduleclass_sfx":"","cache":"
1","cache_time":"900","cachemode":"static"}', 0, '*'),
(63, 'Search', '', '', 1, 'position-0', 0, '0000-00-00 00:00:00', '0000-00-00 00
:00:00', '0000-00-00 00:00:00', 1, 'mod_search', 1, 1, '{"width":"20","text":"",
"button":"","button_pos":"right","imagebutton":"1","button_text":"","set_itemid"
:"","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":
"itemid"}', 0, '*'),
(64, 'Language Switcher', '', '', 1, 'languageswitcherload', 0, '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_languages', 1, 1, '
{"header_text":"","footer_text":"","image":"1","layout":"","moduleclass_sfx":"",
"cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(65, 'About Fruit Shop', '', '<p>The Fruit Shop site shows a number of Joomla! f
eatures.</p><p>The template uses classes in cascading style sheets to change the
layout of items, such as creating the horizontal alphabetical list in the Fruit
Encyclopedia.</p><p></p>', 1, 'position-4', 42, '2011-09-02 12:07:45', '0000-0000 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":
"1","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":
"static"}', 0, '*'),
(69, 'Articles Category', '', '', 1, 'articlescategoryload', 42, '2011-09-02 12:
04:18', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_category'
, 1, 1, '{"mode":"normal","show_on_article_page":"1","show_front":"show","count"
:"0","category_filtering_type":"1","catid":["72"],"show_child_category_articles"
:"0","levels":"1","author_filtering_type":"1","created_by":[""],"author_alias_fi
ltering_type":"1","created_by_alias":[""],"excluded_articles":"","date_filtering
":"off","date_field":"a.created","start_date_range":"","end_date_range":"","rela
tive_date":"30","article_ordering":"a.title","article_ordering_direction":"ASC",
"article_grouping":"none","article_grouping_direction":"ksort","month_year_forma
t":"F Y","item_heading":"4","show_date":"0","show_date_field":"created","show_da
te_format":"Y-m-d H:i:s","show_category":"0","show_hits":"0","show_author":"0","
show_introtext":"0","introtext_limit":"100","layout":"","moduleclass_sfx":"","ow
ncache":"1","cache_time":"900"}', 0, '*'),
(70, 'Search (Atomic Template)', '', '', 1, 'atomic-search', 42, '2011-09-02 12:
04:31', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_search', 1, 0, '{"

width":"20","text":"","button":"","button_pos":"right","imagebutton":"","button_
text":"","set_itemid":"","layout":"","moduleclass_sfx":"","cache":"1","cache_tim
e":"900","cachemode":"itemid"}', 0, '*'),
(71, 'Top Menu (Atomic Template)', '', '', 1, 'atomic-topmenu', 0, '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 0, '{"
menutype":"aboutjoomla","startLevel":"1","endLevel":"0","showAllChildren":"0","t
ag_id":"","class_sfx":"","window_open":"","layout":"","moduleclass_sfx":"","cach
e":"1","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(72, 'Top Quote (Atomic Template)', '', '<hr />\r\n<h2 class="alt">Powerful Cont
ent Management and a Simple Extensible Framework.</h2>\r\n<hr />', 1, 'atomic-to
pquote', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00',
1, 'mod_custom', 1, 0, '{"prepare_content":"1","layout":"","moduleclass_sfx":""
,"cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(73, 'Bottom Left Column (Atomic Template)', '', '<h6>This is a nested column</h
6>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmo
d tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, q
uis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat
. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore e
u fugiat nulla pariatur.</p>', 1, 'atomic-bottomleft', 42, '2011-09-02 12:04:27'
, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{"prepar
e_content":"1","layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","
cachemode":"static"}', 0, '*'),
(74, 'Bottom Middle Column (Atomic Template)', '', '<h6>This is another nested c
olumn</h6>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed d
o eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim v
eniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo c
onsequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur.</p>', 1, 'atomic-bottommiddle', 0, '0000-00-00
00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0,
'{"prepare_content":"1","layout":"","moduleclass_sfx":"","cache":"1","cache_time
":"900","cachemode":"static"}', 0, '*'),
(75, 'Sidebar (Atomic Template)', '', '<h3>A <span class="alt">Simple</span> Sid
ebar</h3>\r\n<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices
posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed aliq
uet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue.</p>\r
\n<p class="quiet">Vestibulum ante ipsum primis in faucibus orci luctus et ultri
ces posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, pede sed a
liquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel augue.</p
>\r\n<h5>Incremental leading</h5>\r\n<p class="incr">Vestibulum ante ipsum primi
s in faucibus orci luctus vestibulum ante ipsum primis in faucibus orci luctus e
t ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis, ped
e sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi vel au
gue. sed aliquet vehicula, lectus tellus.</p>\r\n<p class="incr">Vestibulum ante
ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras or
nare mattis nunc. Mauris venenatis, pede sed aliquet vehicula, lectus tellus pul
vinar neque, non cursus sem nisi vel augue. sed aliquet vehicula, lectus tellus
pulvinar neque, non cursus sem nisi vel augue. ipsum primis in faucibus orci luc
tus et ultrices posuere cubilia Curae; Cras ornare mattis nunc. Mauris venenatis
, pede sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nisi v
el augue. sed aliquet vehicula, lectus tellus pulvinar neque, non cursus sem nis
i vel augue.</p>', 1, 'atomic-sidebar', 42, '2011-09-02 12:04:27', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{"prepare_content":"1",
"layout":"","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"sta
tic"}', 0, '*'),
(76, 'Login (Atomic Template)', '', '', 2, 'atomic-sidebar', 0, '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 0, '{"pr
etext":"","posttext":"","login":"","logout":"","greeting":"1","name":"0","usesec
ure":"0","layout":"","moduleclass_sfx":"","cache":"0"}', 0, '*'),
(77, 'ZT Headline', '', '', 1, 'slideshow', 0, '0000-00-00 00:00:00', '0000-00-0
0 00:00:00', '0000-00-00 00:00:00', 1, 'mod_zt_headline', 1, 0, '{"moduleclass_s

fx":"","catid":["77"],"menuitem_type":"current_page","link_limage":"0","input_it
emid":"0","intro_length":"30","timming":"6000","trans_duration":"6000","ordering
":"ordering","sort_order":"asc","cache_time":"900","layout_style":"jv_slide8","j
v_news_thumbs":"images\\/","jv_news_height":"360","news_thumb_width":"300","news
_thumb_height":"200","news_no_item":"10","news_event_type":"mouseover","news_aut
orun":"1","jv_eoty_thumbs":"images\\/","jveoty_width":"960","jveoty_height":"308
","jveoty_autorun":"1","jveoty_no_item":"5","jveoty_enable_description":"1","jve
oty_height_des":"50","jveoty_enable_link_article":"1","jveoty_enable_btn":"1","j
veoty_no_slice":"15","jveoty_effect_type":"random","jv_lago_thumbs":"images\\/",
"jv_lago_height":"300","jv_lago_main_width":"590","jv_lago_slidebar_width":"340"
,"lago_hitem_sliderbar":"100","lago_thumb_width":"75","lago_thumb_height":"75","
lago_no_item":"5","max_show_item":"3","lago_show_next":"0","lago_enable_link_apa
nel":"1","jv_lago_auto":"1","lago_enable_link_artslidebar":"1","lago_animation":
"jvslideshow","jv_sello2_thumbs":"images\\/","jv_sello2_height":"140","jv_sello2
_width":"915","sello2_no_items_per_line":"2","sello2_thumb_width":"168","sello2_
thumb_height":"69","sello2_no_item":"10","sello2_show_next":"1","sello2_readmore
":"1","sello2_autorun":"1","jv_sello1_thumbs":"images\\/","jv_sello1_width":"980
","sello1_imgslide_height":"340","sello1_imgslide_width":"980","sello1_no_item":
"8","sello1_animation":"jvslideshow","sello1_thumb_width":"102","sello1_thumb_he
ight":"38","sello1_show_next":"1","sello1_readmore":"1","jv_maju_thumbs":"images
\\/","jv_maju_width":"940","jv_maju_height":"306","maju_thumb_width":"56","maju_
thumb_height":"45","maju_no_item":"4","maju_animation":"continuousverticalbuttom
","maju_show_next":"0","maju_readmore":"1","jv_jv7_main_thumbs":"images\\/","jv7
_main_width":"644","jv7_height":"300","jv7_no_item":"10","jv7_show_next":"1","jv
7_autorun":"1","jv7_readmore":"1","jv_pedon_thumbs":"images\\/","jv_pedon_width"
:"470","jv_pedon_height":"270","pedon_thumb_width":"84","pedon_thumb_height":"35
","pedon_no_item":"6","pedon_animation":"fadeslideleft","pedon_show_next":"1","p
edon_readmore":"1","jv_jv9_main_thumbs":"images\\/","jv9_main_width":"960","jv9_
main_height":"320","jv9_expand_width":"700","jv9_height_desc":"80","jv9_no_item"
:"5","jv9_eventtype":"mouseenter"}', 0, '*'),
(78, 'List of New Courses', '', '<p><img class="caption-left" src="images/demo/s
mall-1.png" border="0" alt="" /></p>\r\n<div style="overflow: hidden;">Vestibulu
m vehicula purus nec dui accumsan fermentum. Suspendisse potenti. <a class="read
one" href="#"> More Info </a></div>', 1, 'user1', 42, '2011-09-02 12:08:45', '000
0-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{"prepare_cont
ent":"1","backgroundimage":"","layout":"_:default","moduleclass_sfx":"","cache":
"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(79, 'ZT User1', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu.', 1, 'user1', 42, '2011-09-02 12:08:45', '0000-00-00 00:00:00', '000
0-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundima
ge":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900",
"cachemode":"static"}', 0, '*'),
(80, 'ZT User2', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu.', 0, 'user2', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000
-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundimag
e":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","
cachemode":"static"}', 0, '*'),
(81, 'Solicitudes', '', '<p><img src="images/fondo.png" border="0" alt="" /></p>
', 1, 'user3', 42, '2011-08-14 16:39:32', '0000-00-00 00:00:00', '0000-00-00 00:
00:00', 1, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","lay
out":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode"
:"static"}', 0, '*'),
(142, 'Clientes', '', '', 1, 'top', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:
00', '0000-00-00 00:00:00', -2, 'mod_zt_headline', 1, 1, '{"moduleclass_sfx":"",
"catid":["72"],"menuitem_type":"default","link_limage":"0","input_itemid":"0","i
ntro_length":"30","timming":"5000","trans_duration":"500","ordering":"created","

sort_order":"desc","cache_time":"900","layout_style":"jv_slide8","jv_news_thumbs
":"images\\/","jv_news_height":"360","news_thumb_width":"300","news_thumb_height
":"200","news_no_item":"10","news_event_type":"mouseover","news_autorun":"1","jv
_eoty_thumbs":"images\\/","jveoty_width":"960","jveoty_height":"308","jveoty_aut
orun":"1","jveoty_no_item":"5","jveoty_enable_description":"1","jveoty_height_de
s":"50","jveoty_enable_link_article":"1","jveoty_enable_btn":"1","jveoty_no_slic
e":"15","jveoty_effect_type":"random","jv_lago_thumbs":"images\\/","jv_lago_heig
ht":"300","jv_lago_main_width":"590","jv_lago_slidebar_width":"340","lago_hitem_
sliderbar":"100","lago_thumb_width":"75","lago_thumb_height":"75","lago_no_item"
:"5","max_show_item":"3","lago_show_next":"0","lago_enable_link_apanel":"1","jv_
lago_auto":"1","lago_enable_link_artslidebar":"1","lago_animation":"jvslideshow"
,"jv_sello2_thumbs":"images\\/","jv_sello2_height":"140","jv_sello2_width":"915"
,"sello2_no_items_per_line":"2","sello2_thumb_width":"168","sello2_thumb_height"
:"69","sello2_no_item":"10","sello2_show_next":"1","sello2_readmore":"1","sello2
_autorun":"1","jv_sello1_thumbs":"images\\/","jv_sello1_width":"980","sello1_img
slide_height":"340","sello1_imgslide_width":"980","sello1_no_item":"8","sello1_a
nimation":"jvslideshow","sello1_thumb_width":"102","sello1_thumb_height":"38","s
ello1_show_next":"1","sello1_readmore":"1","jv_maju_thumbs":"images\\/","jv_maju
_width":"640","jv_maju_height":"306","maju_thumb_width":"56","maju_thumb_height"
:"45","maju_no_item":"4","maju_animation":"jvslideshow","maju_show_next":"0","ma
ju_readmore":"1","jv_jv7_main_thumbs":"images\\/","jv7_main_width":"644","jv7_he
ight":"300","jv7_no_item":"10","jv7_show_next":"1","jv7_autorun":"1","jv7_readmo
re":"1","jv_pedon_thumbs":"images\\/","jv_pedon_width":"640","jv_pedon_height":"
306","pedon_thumb_width":"84","pedon_thumb_height":"35","pedon_no_item":"6","ped
on_animation":"fadeslideright","pedon_show_next":"1","pedon_readmore":"1","jv_jv
9_main_thumbs":"images\\/","jv9_main_width":"960","jv9_main_height":"320","jv9_e
xpand_width":"700","jv9_height_desc":"80","jv9_no_item":"5","jv9_eventtype":"mou
seenter"}', 0, '*'),
(82, 'Documentation Assistant', '', '<img class="caption-left" src="images/demo/
small-3.png" alt="" />\r\n\r\n<div style="overflow:hidden">\r\nUt dapibus est id
odio pretium blandit \r\nin eget leo. Aliquam erat volutpat. \r\nCurabitur blan
dit odio \r\n\r\n<a href="#" class="readone"> More Info </a>\r\n</div>', 1, 'user
3', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '
mod_custom', 1, 1, '{"prepare_content":"1","backgroundimage":"","layout":"_:defa
ult","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static"}',
0, '*'),
(83, 'ZT User3', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu.', 0, 'user3', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000
-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundimag
e":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","
cachemode":"static"}', 0, '*'),
(125, 'Search', '', '', 1, 'msearch', 0, '0000-00-00 00:00:00', '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', 1, 'mod_search', 1, 1, '{"label":"","width":"20","
text":"","button":"","button_pos":"right","imagebutton":"","button_text":"","ope
nsearch":"1","opensearch_title":"","set_itemid":"","layout":"_:default","modulec
lass_sfx":"","cache":"1","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(84, 'ZT User4', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu.', 1, 'user4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000
-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundimag
e":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","
cachemode":"static"}', 0, '*'),
(85, 'Welcome to Our Company', '', '<img src="images/demo/big-1.png" alt="photo"
class="personal" />\r\n<h2 class="title">Welcome to Our Company</h2>\r\n<p>\r\n
Ras magna lacus, dignissim sit amet lobortis a, tristique at orci. Class aptent
taciti sociosqu ad litora torquent per conubia nostra per inceptos rutrum nulla
purus icongue. \r\nMauris porttitor suscipit justo, id dignissim urna co Nulla r

utrum nullan purus. Integer interdum vulputate sunon congue\r\n</p>\r\n\r\n\r\n<


p>\r\n<a href="#" class="readmore"><span> Read more</span></a>\r\n</p>', 1, 'use
r5', 42, '2011-09-02 12:13:04', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0,
'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layout":"_:de
fault","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static"}
', 0, '*'),
(86, 'ZT User5', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla temp
us justo, at consequat lacus dictum imperdiet', 1, 'user5', 0, '0000-00-00 00:00
:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"pr
epare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sfx":"
","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(87, 'Signup Now', '', '<div class="zt-field">\r\n <a href="#" class="bt-left
bt-active "><span class="bt-right">\r\n
<span class="bt-icon1"> </span>Free
! Signup Now!\r\n </span></a>\r\n</div>\r\n\r\n<div class="zt-field">\r\n <a
href="#" class="bt-left"><span class="bt-right">\r\n
<span class="bt-icon2
"> </span>Download Admission\r\n </span></a>\r\n</div>\r\n\r\n<div class="zt-f
ield">\r\n <a href="#" class="bt-left"><span class="bt-right">\r\n
<span
class="bt-icon3"> </span>Free! Upload photos\r\n </span></a>\r\n</div>', 3, 'r
ight', 42, '2011-09-02 12:08:35', '0000-00-00 00:00:00', '0000-00-00 00:00:00',
0, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layout":"_:
default","moduleclass_sfx":"_blank button-big","cache":"1","cache_time":"900","c
achemode":"static"}', 0, '*'),
(88, 'Buscar', '', '', 1, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:0
0', '0000-00-00 00:00:00', 0, 'mod_search', 1, 0, '{"label":"","width":"20","tex
t":"","button":"","button_pos":"right","imagebutton":"","button_text":"","opense
arch":"1","opensearch_title":"buscar","set_itemid":"","layout":"_:default","modu
leclass_sfx":"_blank Search","cache":"1","cache_time":"900","cachemode":"itemid"
}', 0, '*'),
(89, 'Search', '', '', 2, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:0
0', '0000-00-00 00:00:00', -2, 'mod_search', 1, 0, '{"label":"","width":"20","te
xt":"","button":"","button_pos":"right","imagebutton":"","button_text":"","opens
earch":"1","opensearch_title":"","set_itemid":"","layout":"_:default","modulecla
ss_sfx":"_blank Search","cache":"1","cache_time":"900","cachemode":"itemid"}', 0
, '*'),
(90, 'Categorias', '', '', 4, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:
00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"mainmenu","sta
rtLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"","wi
ndow_open":"","layout":"_:default","moduleclass_sfx":"_menu","cache":"1","cache_
time":"900","cachemode":"itemid"}', 0, '*'),
(91, 'Student Login', '', '', 5, 'right', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 0, 'mod_login', 1, 1, '{"pretext":"","posttext
":"","login":"","logout":"","greeting":"1","name":"0","usesecure":"0","layout":"
_:default","moduleclass_sfx":"_blank","cache":"0"}', 0, '*'),
(92, 'Tag clouds', '', '<div class="tab_colud">\r\n<a href="#">awesome</a>\r\n<a
class="font18" href="#"> black </a>\r\n<a href="#">blog </a>\r\n<a class="font1
4" href="#"> blue </a>\r\n<a class="font16" href="#">Bright</a>\r\n<a class="fon
t14" href="#">brown </a>\r\n<a class="font14" href="#"> clean </a>\r\n<a href="
#">Colorful </a>\r\n<a class="font14" href="#">concept </a>\r\n<a href="#">Corpo
rate </a>\r\n<a class="font20" href="#">Dark </a>\r\n<a class="font20" href="#">
Exlusive </a>\r\n\r\n<a class="font18" href="#">experimental </a>\r\n<a href="#
">flash </a>\r\n<a class="font14" href="#">Flex </a>\r\n<a href="#">free </a>\r\
n<a class="font20" href="#">theme </a>\r\n<a href="#">fullsite </a>\r\n<a class=
"font16" href="#">game </a>\r\n<a class="font18" href="#">glow </a>\r\n<a class=
"font16" href="#">grass </a>\r\n<a class="font18" href="#">gray </a>\r\n<a href=
"#">Green </a>\r\n<a href="#" class="font16">grunge </a>\r\n<a href="#"> How </a
>\r\n<a href="#">to </a>\r\n<a class="font20" href="#">html </a>\r\n<a class="fo
nt16" href="#">theme </a>\r\n<a href="#">news </a>\r\n<a class="font16" href="#"

>old </a>\r\n</div>', 6, 'right', 42, '2011-09-02 12:08:37', '0000-00-00 00:00:0


0', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{"prepare_content":"1","backg
roundimage":"","layout":"_:default","moduleclass_sfx":" tab_colud","cache":"1",
"cache_time":"900","cachemode":"static"}', 0, '*'),
(93, 'Nuestras redes', '', '<ul class="share">\r\n<li>\r\n<div class="social1"><
a href="#"><img src="images/demo/social-1.png" border="0" alt="Facebook" /></a><
/div>\r\n</li>\r\n<li>\r\n<div class="social2"><a href="#"><img src="images/demo
/social-2.png" border="0" alt="Twitter" /></a></div>\r\n</li>\r\n<li>\r\n<div cl
ass="social3"><a href="#"><img src="images/demo/social-3.png" border="0" alt="yo
utube" /></a></div>\r\n</li>\r\n<li>\r\n<div class="social4"><a href="#"><img sr
c="images/demo/social-4.png" border="0" alt="Delicious" /></a></div>\r\n</li>\r\
n<li>\r\n<div class="social5"><a href="#"><img src="images/demo/social-5.png" bo
rder="0" alt="Twitter" /></a></div>\r\n</li>\r\n<li>\r\n<div class="social6"><a
href="#"><img src="images/demo/social-6.png" border="0" alt="flick" /></a></div>
\r\n</li>\r\n</ul>', 7, 'right', 42, '2011-09-02 12:08:39', '0000-00-00 00:00:00
', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgr
oundimage":"","layout":"_:default","moduleclass_sfx":"_blank","cache":"1","cache
_time":"900","cachemode":"static"}', 0, '*'),
(94, 'Top Read', '', '', 1, 'col6', 42, '2011-08-15 15:24:39', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', 1, 'mod_zt_latestnews', 1, 1, '{"count":"1","orderi
ng":"c_dsc","show_front":"1","catid":"72","columns":"1","thumb":"1","thumbsize":
"197","showtitle":"1","showintro":"1","intro_lenght":"100","showdate":"0","readm
ore":"1","moduleclass_sfx":""}', 0, '*'),
(95, 'ZT Col1', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis neq
ue, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vulp
utate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero null
a id arcu.\r\n', 1, 'col1', 42, '2011-09-02 12:04:39', '0000-00-00 00:00:00', '0
000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundi
mage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900
","cachemode":"static"}', 0, '*'),
(96, 'Our Services', '', '', 1, 'col4', 42, '2011-09-02 12:04:41', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', 0, 'mod_zt_latestnews', 1, 1, '{"count":"5","or
dering":"c_dsc","show_front":"1","catid":"79","columns":"1","thumb":"1","thumbsi
ze":"197","showtitle":"1","showintro":"1","intro_lenght":"100","showdate":"0","r
eadmore":"1","moduleclass_sfx":""}', 0, '*'),
(97, 'ZT Col2', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis neq
ue, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vulp
utate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero null
a id arcu.\r\n', 1, 'col2', 42, '2011-09-02 12:04:44', '0000-00-00 00:00:00', '0
000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundi
mage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900
","cachemode":"static"}', 0, '*'),
(98, 'Most Read', '', '', 1, 'col5', 0, '0000-00-00 00:00:00', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', 0, 'mod_zt_latestnews', 1, 1, '{"count":"5","orderi
ng":"c_dsc","show_front":"1","catid":"80","columns":"1","thumb":"1","thumbsize":
"197","showtitle":"1","showintro":"1","intro_lenght":"100","showdate":"0","readm
ore":"1","moduleclass_sfx":""}', 0, '*'),
(99, 'ZT Col6', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis neq
ue, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vulp
utate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero null
a id arcu.\r\n\r\n', 1, 'col6', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00',
'0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgrou
ndimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"
900","cachemode":"static"}', 0, '*'),
(119, 'Search ', '', '', 1, 'left', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:
00', '0000-00-00 00:00:00', -2, 'mod_search', 1, 0, '{"label":"","width":"20","t
ext":"","button":"","button_pos":"right","imagebutton":"","button_text":"","open
search":"1","opensearch_title":"","set_itemid":"","layout":"_:default","modulecl
ass_sfx":"_blank Search","cache":"1","cache_time":"900","cachemode":"itemid"}',
0, '*'),

(100, 'Facebook', '', '', 5, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:0


0:00', '0000-00-00 00:00:00', 1, 'mod_zt_facebook', 1, 1, '{"fb_options":"fb_lik
e_box","af_domain":"","af_box_width":"250","af_box_height":"650","af_header":"1"
,"af_color_scheme":"light","af_font":"arial","af_border_color":"","af_recomm":"1
","fb_page_id":"http:\\/\\/www.facebook.com\\/Agtecnologia","fb_box_width":"200"
,"fb_box_height":"350","fb_number_fan":"8","fb_stream":"0","fb_header":"0","fb_s
tyle":"orange","ls_app_id":"","ls_width":"250","ls_height":"650","ls_xid":"","r_
domain":"","r_width":"250","r_height":"650","r_header":"1","r_color_scheme":"lig
ht","r_font":"arial","r_border_color":""}', 0, '*'),
(101, 'ZT Twitter', '', '', 0, NULL, 0, '0000-00-00 00:00:00', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', -2, 'mod_zt_twitter', 1, 1, '', 0, '*'),
(102, 'ZT Contact Pro', '', '', 0, NULL, 0, '0000-00-00 00:00:00', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', -2, 'mod_zt_contact_pro', 1, 1, '', 0, '*'),
(103, 'ZT User8', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis n
eque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vu
lputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nu
lla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla tem
pus justo, at consequat lacus dictum imperdiet', 1, 'user8', 42, '2011-09-02 12:
12:58', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"
prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sfx"
:"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(104, 'AGT Twitter', '', '', 1, 'user10', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 0, 'mod_zt_twitter', 1, 1, '{"user_name":"desa
rrollow3c","pass_word":"acerone18","usernames":"desarrollow3c","merge_twitter":"
1","show_avatar":"0","size_avatar_twitter":"48","show_follow_updates":"2","is_fo
llow_img":"1","following_icons_count":"10","no_twitter":"3","time_get_new":"0","
no_day_twitter":"0","show_title_twitter":"0","show_avatar_header":"0","show_user
name_header":"0","show_source":"0","show_feed":"0","show_bio":"0","show_web":"0"
,"show_location":"0","show_updates":"0","show_followers":"0","show_following":"0
","show_friendlist_icon":"0","show_viewall":"0","enable_search_twitter":"0","ena
ble_search_avatar":"0","size_avatar_search":"48","search":"","search_count_size"
:"4","moduleclass_sfx":"","cache":"0","cache_time":"900"}', 0, '*'),
(105, 'ZT User9', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis n
eque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vu
lputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nu
lla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla tem
pus justo, at consequat lacus dictum imperdiet', 1, 'user9', 42, '2011-09-02 12:
12:58', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"
prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sfx"
:"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(106, 'ZT Related Links', '', '', 1, 'user11', 0, '0000-00-00 00:00:00', '0000-0
0-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_articles_latest', 1, 1, '{"catid"
:["29"],"count":"9","show_featured":"0","ordering":"c_dsc","user_id":"0","layout
":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"s
tatic"}', 0, '*'),
(107, 'ZT User7', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis n
eque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vu
lputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nu
lla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla tem
pus justo, at consequat lacus dictum imperdiet', 1, 'user7', 42, '2011-09-02 12:
13:01', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"
prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sfx"
:"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(108, 'Sugerencias', '', '', 1, 'user11', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 0, 'mod_zt_contact_pro', 1, 1, '{"recapcha":"0
","publickey":"6LeJ070SAAAAAMgcNly98cGGcDuYQjkm-mpVtrZS","privatekey":"6LeJ070SA
AAAANQu6i66pftCAcNNaAgFWL_5CfCl","email":"info@agt.com.ve","subject":"Sugerencia
s Agt.com.ve","success":"Tu sugerencia ha sido Enviada satisfactoriamente","unsu
ccess":"Ha ocurrido un error por favor intenta m\\u00e1s tarde.","redirect":"","
formmail":"{name:title}:{name:value}\\\\n{email:title}:{email:value}\\\\n{addres

s:title}:{address:value}\\\\n{message:title}:{message:value}","moduleclass_sfx":
"","cache":"1","cache_time":"900"}', 0, '*'),
(109, 'Menu Bottom', '', '', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{"menutype":"mainmenu","
startLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"",
"window_open":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_ti
me":"900","cachemode":"itemid"}', 0, '*'),
(110, 'Magenthemes', '', '<img src="images/demo/magenthemes.png" border="0" />',
1, 'user18', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00
:00', 1, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layou
t":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"
static"}', 0, '*'),
(111, 'Sample Video', '', '<img src="images/demo/sample-video.jpg" alt="" />', 1
, 'user18', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:0
0', 1, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layout"
:"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"st
atic"}', 0, '*'),
(112, 'Zoo themes', '', '<img src="images/demo/zoothemes.jpg" border="0" />', 1,
'user18', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00
', 1, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layout":
"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"sta
tic"}', 0, '*'),
(113, 'ZT User6', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis n
eque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vu
lputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nu
lla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla tem
pus justo, at consequat lacus dictum imperdiet\r\n', 1, 'user6', 42, '2011-09-02
12:13:08', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1,
'{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_
sfx":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(114, 'ZT User10', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user10', 42, '2011-09-02 1
2:09:13', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '
{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sf
x":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(115, 'ZT User11', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user11', 42, '2011-09-02 1
2:09:31', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '
{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sf
x":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(116, 'ZT User12', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user12', 42, '2011-09-02 1
2:09:33', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '
{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sf
x":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(117, 'ZT User13', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user13', 42, '2011-09-02 1
2:09:37', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '

{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sf
x":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*');
INSERT INTO `jos_modules` (`id`, `title`, `note`, `content`, `ordering`, `positi
on`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published
`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(118, 'ZT User14', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user14', 42, '2011-09-02 1
2:09:38', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '
{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sf
x":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(120, 'Signup Now ', '', '<div class="zt-field">\r\n <a href="#" class="bt-lef
t bt-active "><span class="bt-right">\r\n
<span class="bt-icon1"> </span>Fr
ee! Signup Now!\r\n </span></a>\r\n</div>\r\n\r\n<div class="zt-field">\r\n
<a href="#" class="bt-left"><span class="bt-right">\r\n
<span class="bt-ico
n2"> </span>Download Admission\r\n </span></a>\r\n</div>\r\n\r\n<div class="zt
-field">\r\n <a href="#" class="bt-left"><span class="bt-right">\r\n
<spa
n class="bt-icon3"> </span>Free! Upload photos\r\n </span></a>\r\n</div>', 2,
'left', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00',
-2, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layout":"_
:default","moduleclass_sfx":"_blank button-big","cache":"1","cache_time":"900","
cachemode":"static"}', 0, '*'),
(121, 'Categories ', '', '', 3, 'left', 0, '0000-00-00 00:00:00', '0000-00-00 00
:00:00', '0000-00-00 00:00:00', -2, 'mod_menu', 1, 1, '{"menutype":"mainmenu","s
tartLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"","
window_open":"","layout":"_:default","moduleclass_sfx":"_menu","cache":"1","cach
e_time":"900","cachemode":"itemid"}', 0, '*'),
(122, 'Student Login ', '', '', 4, 'left', 0, '0000-00-00 00:00:00', '0000-00-00
00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '{"pretext":"","posttex
t":"","login":"","logout":"","greeting":"1","name":"0","usesecure":"0","layout":
"_:default","moduleclass_sfx":"_blank","cache":"0"}', 0, '*'),
(123, 'Tag clouds', '', '<div class="tab_colud">\r\n<a href="#">awesome</a>\r\n<
a class="font18" href="#"> black </a>\r\n<a href="#">blog </a>\r\n<a class="font
14" href="#"> blue </a>\r\n<a class="font16" href="#">Bright</a>\r\n<a class="fo
nt14" href="#">brown </a>\r\n<a class="font14" href="#"> clean </a>\r\n<a href=
"#">Colorful </a>\r\n<a class="font14" href="#">concept </a>\r\n<a href="#">Corp
orate </a>\r\n<a class="font20" href="#">Dark </a>\r\n<a class="font20" href="#"
> Exlusive </a>\r\n\r\n<a class="font18" href="#">experimental </a>\r\n<a href="
#">flash </a>\r\n<a class="font14" href="#">Flex </a>\r\n<a href="#">free </a>\r
\n<a class="font20" href="#">theme </a>\r\n<a href="#">fullsite </a>\r\n<a class
="font16" href="#">game </a>\r\n<a class="font18" href="#">glow </a>\r\n<a class
="font16" href="#">grass </a>\r\n<a class="font18" href="#">gray </a>\r\n<a href
="#">Green </a>\r\n<a href="#" class="font16">grunge </a>\r\n<a href="#"> How </
a>\r\n<a href="#">to </a>\r\n<a class="font20" href="#">html </a>\r\n<a class="f
ont16" href="#">theme </a>\r\n<a href="#">news </a>\r\n<a class="font16" href="#
">old </a>\r\n</div>', 5, 'left', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00
', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{"prepare_content":"1","backg
roundimage":"","layout":"_:default","moduleclass_sfx":" tab_colud","cache":"1",
"cache_time":"900","cachemode":"static"}', 0, '*'),
(124, 'Social Sharing ', '', '<ul class="share">\r\n<li><div class="social1"><a
href="#"><img src="images/demo/social-1.png" alt="Facebook" /></a> </div></li>\
r\n\r\n<li><div class="social2"><a href="#"><img src="images/demo/social-2.png"
alt="Twitter" /></a>
</div></li>\r\n\r\n<li><div class="social3"><a href="#">
<img src="images/demo/social-3.png" alt="youtube" /></a> </div></li>\r\n\r\n<li>
<div class="social4"><a href="#"><img src="images/demo/social-4.png" alt="Delici
ous" /></a> </div></li>\r\n\r\n<li><div class="social5"><a href="#"><img src="im
ages/demo/social-5.png" alt="Twitter" /></a> </div></li>\r\n\r\n<li><div class="
social6"><a href="#"><img src="images/demo/social-6.png" alt="flick" /></a> </di

v></li>\r\n</ul>', 6, 'left', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '


0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroun
dimage":"","layout":"_:default","moduleclass_sfx":"_blank","cache":"1","cache_ti
me":"900","cachemode":"static"}', 0, '*'),
(126, 'Login Form', '', '', 1, 'mlogin', 0, '0000-00-00 00:00:00', '0000-00-00 0
0:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '{"pretext":"","posttext"
:"","login":"","logout":"","greeting":"1","name":"0","usesecure":"0","layout":"_
:default","moduleclass_sfx":"","cache":"0"}', 0, '*'),
(127, 'Banner', '', '', 1, 'muser5', 0, '0000-00-00 00:00:00', '0000-00-00 00:00
:00', '0000-00-00 00:00:00', -2, 'mod_zt_headline', 1, 0, '{"moduleclass_sfx":""
,"catid":["77"],"menuitem_type":"default","link_limage":"0","input_itemid":"0","
intro_length":"30","timming":"5000","trans_duration":"500","ordering":"created",
"sort_order":"desc","cache_time":"900","layout_style":"jv_slide2","jv_news_thumb
s":"images\\/","jv_news_height":"360","news_thumb_width":"300","news_thumb_heigh
t":"200","news_no_item":"10","news_event_type":"mouseover","news_autorun":"1","j
v_eoty_thumbs":"images\\/","jveoty_width":"298","jveoty_height":"170","jveoty_au
torun":"1","jveoty_no_item":"5","jveoty_enable_description":"0","jveoty_height_d
es":"50","jveoty_enable_link_article":"0","jveoty_enable_btn":"1","jveoty_no_sli
ce":"15","jveoty_effect_type":"fade","jv_lago_thumbs":"images\\/","jv_lago_heigh
t":"300","jv_lago_main_width":"590","jv_lago_slidebar_width":"340","lago_hitem_s
liderbar":"100","lago_thumb_width":"75","lago_thumb_height":"75","lago_no_item":
"5","max_show_item":"3","lago_show_next":"0","lago_enable_link_apanel":"1","jv_l
ago_auto":"1","lago_enable_link_artslidebar":"1","lago_animation":"jvslideshow",
"jv_sello2_thumbs":"images\\/","jv_sello2_height":"140","jv_sello2_width":"915",
"sello2_no_items_per_line":"2","sello2_thumb_width":"168","sello2_thumb_height":
"69","sello2_no_item":"10","sello2_show_next":"1","sello2_readmore":"1","sello2_
autorun":"1","jv_sello1_thumbs":"images\\/","jv_sello1_width":"980","sello1_imgs
lide_height":"340","sello1_imgslide_width":"980","sello1_no_item":"8","sello1_an
imation":"jvslideshow","sello1_thumb_width":"102","sello1_thumb_height":"38","se
llo1_show_next":"1","sello1_readmore":"1","jv_maju_thumbs":"images\\/","jv_maju_
width":"640","jv_maju_height":"306","maju_thumb_width":"56","maju_thumb_height":
"45","maju_no_item":"4","maju_animation":"jvslideshow","maju_show_next":"0","maj
u_readmore":"1","jv_jv7_main_thumbs":"images\\/","jv7_main_width":"644","jv7_hei
ght":"300","jv7_no_item":"10","jv7_show_next":"1","jv7_autorun":"1","jv7_readmor
e":"1","jv_pedon_thumbs":"images\\/","jv_pedon_width":"640","jv_pedon_height":"3
06","pedon_thumb_width":"84","pedon_thumb_height":"35","pedon_no_item":"6","pedo
n_animation":"fadeslideright","pedon_show_next":"1","pedon_readmore":"1","jv_jv9
_main_thumbs":"images\\/","jv9_main_width":"960","jv9_main_height":"320","jv9_ex
pand_width":"700","jv9_height_desc":"80","jv9_no_item":"5","jv9_eventtype":"mous
eenter"}', 0, '*'),
(128, 'ZT Contact Pro', '', '', 1, 'muser3', 42, '2011-08-14 16:07:34', '0000-00
-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_zt_contact_pro', 1, 1, '{"recapcha
":"0","publickey":"6LeJ070SAAAAAMgcNly98cGGcDuYQjkm-mpVtrZS","privatekey":"6LeJ0
70SAAAAANQu6i66pftCAcNNaAgFWL_5CfCl","email":"support@zootemplate.com","subject"
:"ZooTemplate.Com","success":"Your contact form has been submitted, we will get
back to you soon!","unsuccess":"Contact form submission has been error! Please t
ry again later!","redirect":"","formmail":"{name:title}:{name:value}\\\\n{email:
title}:{email:value}\\\\n{address:title}:{address:value}\\\\n{message:title}:{me
ssage:value}","moduleclass_sfx":"","cache":"1","cache_time":"900"}', 0, '*'),
(129, 'Social bookmarking', '', '<div style="text-align:center">\r\n<a href="#"
style="margin-left:5px"><img src="images/demo/social-1.png" alt="" /> </a>\r\n\r
\n<a href="#" style="margin-left:5px"><img src="images/demo/social-2.png" alt=""
/></a>\r\n\r\n<a href="#" style="margin-left:5px"><img src="images/demo/social3.png" alt="" /></a>\r\n\r\n<a href="#" style="margin-left:5px"><img src="images
/demo/social-4.png" alt="" /></a>\r\n\r\n<a href="#" style="margin-left:5px"><im
g src="images/demo/social-5.png" alt="" /></a>\r\n\r\n<a href="#" style="marginleft:5px"><img src="images/demo/social-6.png" alt="" /></a>\r\n\r\n\r\n</div>',
1, 'muser3', 42, '2011-09-02 12:07:37', '0000-00-00 00:00:00', '0000-00-00 00:00
:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundimage":"","layou
t":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"

static"}', 0, '*'),
(130, 'Latest News', '', '', 1, 'left', 0, '0000-00-00 00:00:00', '0000-00-00 00
:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_latest', 1, 1, '{"catid":[""],"
count":"5","show_featured":"","ordering":"c_dsc","user_id":"0","layout":"_:defau
lt","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static"}',
0, '*'),
(131, 'ZT User15', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user15', 42, '2011-09-02 1
2:09:40', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '
{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sf
x":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(132, 'ZT User16', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu. Pellentesque bibendum varius diam in porttitor. Donec fringilla te
mpus justo, at consequat lacus dictum imperdiet', 1, 'user16', 0, '0000-00-00 00
:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{
"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_sfx
":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(133, 'ZT Muser1', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu.\r\n', 0, 'muser1', 42, '2011-09-02 12:07:18', '0000-00-00 00:00:00
', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgr
oundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time"
:"900","cachemode":"static"}', 0, '*'),
(134, 'ZT Muser2', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu.\r\n', 1, 'muser2', 42, '2011-09-02 12:07:20', '0000-00-00 00:00:00
', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgr
oundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time"
:"900","cachemode":"static"}', 0, '*'),
(135, 'ZT Muser3', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu.\r\n', 0, 'muser3', 42, '2011-09-02 12:07:35', '0000-00-00 00:00:00
', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgr
oundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time"
:"900","cachemode":"static"}', 0, '*'),
(136, 'ZT Muser4', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis
neque, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer v
ulputate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero n
ulla id arcu.\r\n', 0, 'muser4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'
, '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgro
undimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":
"900","cachemode":"static"}', 0, '*'),
(137, 'zt col3', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu. ', 0, 'col3', 42, '2011-09-02 12:04:37', '0000-00-00 00:00:00', '000
0-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundima
ge":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900",
"cachemode":"static"}', 0, '*'),
(138, 'zt Col4', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul

la id arcu. ', 0, 'col4', 42, '2011-09-02 12:04:38', '0000-00-00 00:00:00', '000


0-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundima
ge":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900",
"cachemode":"static"}', 0, '*'),
(139, 'zt Col5', '', 'Donec egestas, urna a egestas blandit, nisi erat mattis ne
que, ut fermentum erat metus sit amet lectus. Donec sed tempor orci. Integer vul
putate, erat in laoreet rutrum, velit odio commodo lorem, at volutpat libero nul
la id arcu. ', 0, 'col5', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000
-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","backgroundimag
e":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","
cachemode":"static"}', 0, '*'),
(140, 'ZT-News', '', 'The content component (com_content) is what you use to wri
te articles. It is extremely flexible and has the largest number of built in vie
ws. Articles can be created and edited from the front end, making content the ea
siest component to use to create your site content.', 3, 'left', 0, '0000-00-00
00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1,
'{"prepare_content":"1","backgroundimage":"","layout":"_:default","moduleclass_s
fx":"","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*'),
(141, 'Parner', '', '<p><img src="images/minamb.png" border="0" alt="" /></p>',
1, 'user12', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:
00', 0, 'mod_custom', 1, 0, '{"prepare_content":"1","backgroundimage":"","layout
":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"s
tatic"}', 0, '*'),
(145, 'Servicios', '', '', 5, 'user8', 42, '2011-09-02 12:13:01', '0000-00-00 00
:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_categories', 1, 1, '{"parent":"
82","show_description":"0","show_children":"0","count":"0","maxlevel":"0","layou
t":"_:default","item_heading":"4","moduleclass_sfx":"","owncache":"1","cache_tim
e":"900"}', 0, '*'),
(143, 'Localizacin Google Maps', '', '', 1, 'col5', 42, '2011-08-31 17:17:11', '0
000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_wrapper', 1, 1, '{"url":"htt
p:\\/\\/localhost\\/install\\/cyp\\/form\\/mapa.html","add":"1","scrolling":"no"
,"width":"100%","height":"400","height_auto":"0","target":"Google Maps","layout"
:"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"st
atic"}', 0, '*'),
(144, 'Nuestros Servicios', '', '', 1, 'col2', 0, '0000-00-00 00:00:00', '0000-0
0-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_zt_headline', 1, 1, '{"moduleclas
s_sfx":"","catid":["77"],"menuitem_type":"default","link_limage":"0","input_item
id":"0","intro_length":"30","timming":"5000","trans_duration":"500","ordering":"
created","sort_order":"desc","cache_time":"900","layout_style":"jv_slide9","jv_n
ews_thumbs":"images\\/","jv_news_height":"360","news_thumb_width":"300","news_th
umb_height":"200","news_no_item":"10","news_event_type":"mouseover","news_autoru
n":"1","jv_eoty_thumbs":"images\\/","jveoty_width":"960","jveoty_height":"308","
jveoty_autorun":"1","jveoty_no_item":"5","jveoty_enable_description":"1","jveoty
_height_des":"50","jveoty_enable_link_article":"1","jveoty_enable_btn":"1","jveo
ty_no_slice":"15","jveoty_effect_type":"random","jv_lago_thumbs":"images\\/","jv
_lago_height":"300","jv_lago_main_width":"590","jv_lago_slidebar_width":"340","l
ago_hitem_sliderbar":"100","lago_thumb_width":"75","lago_thumb_height":"75","lag
o_no_item":"5","max_show_item":"3","lago_show_next":"0","lago_enable_link_apanel
":"1","jv_lago_auto":"1","lago_enable_link_artslidebar":"1","lago_animation":"jv
slideshow","jv_sello2_thumbs":"images\\/","jv_sello2_height":"140","jv_sello2_wi
dth":"915","sello2_no_items_per_line":"2","sello2_thumb_width":"168","sello2_thu
mb_height":"69","sello2_no_item":"10","sello2_show_next":"1","sello2_readmore":"
1","sello2_autorun":"1","jv_sello1_thumbs":"images\\/","jv_sello1_width":"980","
sello1_imgslide_height":"340","sello1_imgslide_width":"980","sello1_no_item":"8"
,"sello1_animation":"jvslideshow","sello1_thumb_width":"102","sello1_thumb_heigh
t":"38","sello1_show_next":"1","sello1_readmore":"1","jv_maju_thumbs":"images\\/
","jv_maju_width":"640","jv_maju_height":"306","maju_thumb_width":"56","maju_thu
mb_height":"45","maju_no_item":"4","maju_animation":"jvslideshow","maju_show_nex
t":"0","maju_readmore":"1","jv_jv7_main_thumbs":"images\\/","jv7_main_width":"64
4","jv7_height":"300","jv7_no_item":"10","jv7_show_next":"1","jv7_autorun":"1","

jv7_readmore":"1","jv_pedon_thumbs":"images\\/","jv_pedon_width":"640","jv_pedon
_height":"306","pedon_thumb_width":"84","pedon_thumb_height":"35","pedon_no_item
":"6","pedon_animation":"fadeslideright","pedon_show_next":"1","pedon_readmore":
"1","jv_jv9_main_thumbs":"images\\/","jv9_main_width":"960","jv9_main_height":"3
20","jv9_expand_width":"700","jv9_height_desc":"80","jv9_no_item":"5","jv9_event
type":"mouseenter"}', 0, '*'),
(146, 'SERVICIOS', '', '', 1, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:
00:00', '0000-00-00 00:00:00', 0, 'mod_articles_categories', 1, 1, '{"parent":"8
2","show_description":"1","show_children":"1","count":"0","maxlevel":"0","layout
":"_:default","item_heading":"4","moduleclass_sfx":"","owncache":"1","cache_time
":"900"}', 0, '*'),
(147, 'Nuestros Servicios', '', '', 1, 'col5', 0, '0000-00-00 00:00:00', '0000-0
0-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_articles_category', 1, 0, '{"mode
":"normal","show_on_article_page":"0","show_front":"show","count":"0","category_
filtering_type":"1","catid":["82"],"show_child_category_articles":"0","levels":"
1","author_filtering_type":"1","created_by":[""],"author_alias_filtering_type":"
1","created_by_alias":[""],"excluded_articles":"","date_filtering":"off","date_f
ield":"a.created","start_date_range":"","end_date_range":"","relative_date":"30"
,"article_ordering":"a.title","article_ordering_direction":"ASC","article_groupi
ng":"none","article_grouping_direction":"ksort","month_year_format":"F Y","item_
heading":"4","link_titles":"1","show_date":"0","show_date_field":"created","show
_date_format":"Y-m-d H:i:s","show_category":"0","show_hits":"0","show_author":"0
","show_introtext":"0","introtext_limit":"100","show_readmore":"0","show_readmor
e_title":"1","readmore_limit":"15","layout":"_:default","moduleclass_sfx":"","ow
ncache":"1","cache_time":"900"}', 0, '*'),
(148, 'Google ChatBack Live Support', '', '', 1, 'right', 0, '0000-00-00 00:00:0
0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_questionkit_googlechat
back', 1, 1, '', 0, '*'),
(149, 'Ipingbox', '', '', 1, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:0
0:00', '0000-00-00 00:00:00', 0, 'mod_ipingbox', 1, 1, '{"id":"OkbF1DkWnYTkiMs7P
EYmB1Yk83nSRPizPiPsMpbn9w&amp","width":"250","height":"250"}', 0, '*'),
(150, 'Atencin En Linea', '', '', 1, 'right', 42, '2011-09-02 14:05:53', '0000-00
-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_talktome', 1, 1, '', 0, '*');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_modules_menu`
-CREATE TABLE `jos_modules_menu` (
`moduleid` int(11) NOT NULL default '0',
`menuid` int(11) NOT NULL default '0',
PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Volcado de datos para la tabla `jos_modules_menu`
-INSERT INTO `jos_modules_menu` (`moduleid`, `menuid`) VALUES
(1, 101),
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),

(12,
(13,
(14,
(15,
(16,
(16,
(17,
(18,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(19,
(20,
(22,
(22,
(22,
(22,
(22,
(22,
(22,
(22,
(22,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(23,
(25,
(26,
(26,
(26,
(26,
(26,
(26,
(26,
(26,
(26,
(26,

0),
0),
0),
0),
205),
435),
0),
0),
-463),
-462),
-433),
-432),
-431),
-430),
-429),
-427),
-400),
-399),
-296),
-244),
-243),
-242),
-234),
0),
231),
234),
238),
242),
243),
244),
296),
399),
400),
-463),
-462),
-433),
-432),
-431),
-430),
-429),
-427),
-400),
-399),
-296),
-244),
-243),
-242),
-238),
-234),
294),
-463),
-462),
-433),
-432),
-431),
-430),
-429),
-427),
-400),
-399),

(26,
(26,
(26,
(26,
(26,
(26,
(27,
(28,
(29,
(30,
(31,
(32,
(33,
(34,
(35,
(36,
(37,
(38,
(39,
(40,
(41,
(44,
(45,
(47,
(47,
(47,
(47,
(47,
(47,
(47,
(47,
(48,
(49,
(52,
(56,
(57,
(57,
(57,
(57,
(57,
(57,
(57,
(57,
(57,
(58,
(58,
(58,
(58,
(58,
(58,
(58,
(58,
(61,
(62,
(62,
(62,
(62,
(62,
(62,
(62,

-296),
-244),
-243),
-242),
-238),
-234),
325),
310),
302),
410),
309),
309),
307),
326),
306),
304),
311),
300),
301),
313),
324),
312),
303),
231),
234),
242),
243),
244),
296),
399),
400),
418),
417),
416),
305),
238),
427),
429),
430),
431),
432),
433),
462),
463),
427),
429),
430),
431),
432),
433),
462),
463),
443),
231),
234),
242),
243),
244),
296),
399),

(62,
(63,
(64,
(65,
(65,
(65,
(65,
(65,
(65,
(65,
(65,
(68,
(69,
(70,
(70,
(71,
(71,
(72,
(72,
(73,
(73,
(74,
(74,
(75,
(75,
(76,
(76,
(77,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,

400),
0),
447),
427),
429),
430),
431),
432),
433),
462),
463),
243),
459),
285),
316),
285),
316),
285),
316),
285),
316),
285),
316),
285),
316),
285),
316),
0),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),

(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,

276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),

(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,

430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),

(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(78,
(79,
(80,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,

508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
491),
491),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),

(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,

296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),

(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,
(81,

450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),

(81,
(81,
(81,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,

520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),

(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,

313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),

(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(82,
(83,
(84,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,

468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
482),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
491),
491),
201),
207),
227),
229),
233),
234),
238),
242),

(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,

243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),

(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,

326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
478),

(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(85,
(86,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,

479),
480),
481),
482),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
505),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
491),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),

(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,

257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),

(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,

410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
482),
483),
484),
485),
486),
487),
488),
489),

(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(87,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,

490),
491),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
506),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),

(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,

274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),

(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,

427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
491),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),

(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(88,
(89,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,

506),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
0),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),

(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,

294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),

(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,
(90,

449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
482),
483),
484),
485),
486),
487),
488),
489),
490),
491),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
506),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),

(90,
(90,
(90,
(90,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,

519),
520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),

(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,

312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),

(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(91,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,

467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
482),
483),
484),
485),
486),
487),
488),
489),
490),
491),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
506),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),

(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,

244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),

(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,

399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),

(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(92,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,

482),
483),
484),
485),
486),
487),
488),
489),
490),
491),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
506),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),

(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,

265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),

(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,
(93,

415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
491),
492),
493),
494),
495),

(93, 496),
(93, 497),
(93, 498),
(93, 499),
(93, 500),
(93, 501),
(93, 502),
(93, 503),
(93, 506),
(93, 508),
(93, 509),
(93, 510),
(93, 511),
(93, 512),
(93, 513),
(93, 514),
(93, 515),
(93, 516),
(93, 517),
(93, 518),
(93, 519),
(93, 520),
(93, 521),
(93, 524),
(95, 491),
(96, 233),
(96, 435),
(97, 491),
(98, 435),
(99, 491),
(100, 201),
(100, 207),
(100, 227),
(100, 229),
(100, 233),
(100, 234),
(100, 238),
(100, 242),
(100, 243),
(100, 244),
(100, 249),
(100, 251),
(100, 252),
(100, 253),
(100, 254),
(100, 255),
(100, 256),
(100, 257),
(100, 259),
(100, 260),
(100, 262),
(100, 263),
(100, 265),
(100, 266),
(100, 267),
(100, 268),
(100, 270),
(100, 271),
(100, 272),
(100, 273),

(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,

274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),

(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,

427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),

(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(100,
(103,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,

506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
491),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),

(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,

294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),

(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,
(104,

449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),

(104,
(104,
(104,
(105,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,

519),
520),
521),
491),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),

(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,

312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),

(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(106,
(107,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,

467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
491),
201),
207),
227),
229),
233),
234),
238),
242),
243),

(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,

244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),

(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,

399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),

(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(108,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,

483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),

(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,

265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),

(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,

415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
482),
483),
484),
485),
486),
487),
488),
489),
490),
491),
492),
493),
494),

(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(109,
(110,
(111,
(112,
(113,
(114,
(115,
(116,
(117,
(118,
(119,
(119,
(120,
(120,
(121,
(121,
(122,
(122,
(123,
(123,
(124,
(124,
(125,
(126,
(127,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,

495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
0),
0),
0),
491),
491),
491),
491),
491),
491),
504),
508),
504),
508),
504),
508),
504),
508),
504),
508),
504),
508),
0),
0),
0),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),

(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,

249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),
266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),

(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,

400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),
416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),

(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(128,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,

484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),
498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
201),
207),
227),
229),
233),
234),
238),
242),
243),
244),
249),
251),
252),
253),
254),
255),
256),
257),
259),
260),
262),
263),
265),

(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,

266),
267),
268),
270),
271),
272),
273),
274),
275),
276),
277),
278),
279),
280),
281),
282),
283),
284),
285),
290),
294),
296),
300),
301),
302),
303),
304),
305),
306),
307),
309),
310),
311),
312),
313),
316),
317),
318),
319),
320),
321),
322),
323),
324),
325),
326),
399),
400),
402),
403),
404),
405),
406),
409),
410),
411),
412),
413),
414),
415),

(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,

416),
417),
418),
419),
422),
423),
424),
427),
429),
430),
431),
432),
433),
435),
436),
437),
443),
444),
445),
447),
449),
450),
452),
453),
456),
457),
458),
459),
462),
463),
464),
465),
466),
467),
468),
469),
470),
471),
472),
473),
474),
475),
476),
477),
480),
481),
483),
484),
485),
486),
487),
488),
489),
490),
492),
493),
494),
495),
496),
497),

(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(129,
(130,
(130,
(131,
(132,
(133,
(134,
(135,
(136,
(137,
(138,
(139,
(140,
(140,
(141,
(142,
(143,
(144,
(145,
(145,
(146,
(147,
(148,
(149,
(150,

498),
499),
500),
501),
502),
503),
504),
506),
507),
508),
509),
510),
511),
512),
513),
514),
515),
516),
517),
518),
519),
520),
521),
524),
504),
508),
491),
491),
491),
491),
491),
491),
491),
491),
491),
504),
508),
0),
0),
509),
233),
294),
435),
0),
0),
0),
0),
0);

-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_newsfeeds`


-CREATE TABLE `jos_newsfeeds` (
`catid` int(11) NOT NULL default '0',
`id` int(10) unsigned NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`alias` varchar(100) NOT NULL default '',

`link` varchar(200) NOT NULL default '',


`filename` varchar(200) default NULL,
`published` tinyint(1) NOT NULL default '0',
`numarticles` int(10) unsigned NOT NULL default '1',
`cache_time` int(10) unsigned NOT NULL default '3600',
`checked_out` int(10) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
`rtl` tinyint(4) NOT NULL default '0',
`access` tinyint(3) unsigned NOT NULL default '0',
`language` char(7) NOT NULL default '',
`params` text NOT NULL,
`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL default '0',
`created_by_alias` varchar(255) NOT NULL default '',
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL default '0',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`metadata` text NOT NULL,
`xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to e
xternal data sets.',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`published`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_language` (`language`),
KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
--- Volcado de datos para la tabla `jos_newsfeeds`
-INSERT INTO `jos_newsfeeds` (`catid`, `id`, `name`, `alias`, `link`, `filename`,
`published`, `numarticles`, `cache_time`, `checked_out`, `checked_out_time`, `o
rdering`, `rtl`, `access`, `language`, `params`, `created`, `created_by`, `creat
ed_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`, `xre
ference`, `publish_up`, `publish_down`) VALUES
(17, 1, 'Joomla! Announcements', 'joomla-announcements', 'http://www.joomla.org/
announcements.feed?type=rss', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 1, 0,
1, 'en-GB', '{"show_feed_image":"","show_feed_description":"","show_item_descrip
tion":"","feed_character_count":"0"}', '2011-01-01 00:00:01', 0, '', '2011-01-01
00:00:01', 42, '', '', '{"robots":"","author":"","rights":""}', '', '0000-00-00
00:00:00', '0000-00-00 00:00:00'),
(17, 2, 'New Joomla! Extensions', 'new-joomla-extensions', 'http://feeds.joomla.
org/JoomlaExtensions', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 4, 0, 1, 'enGB', '{"show_feed_image":"","show_feed_description":"","show_item_description":"
","feed_character_count":"0"}', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:
01', 42, '', '', '{"robots":"","author":"","rights":""}', '', '0000-00-00 00:00:
00', '0000-00-00 00:00:00'),
(17, 3, 'Joomla! Security News', 'joomla-security-news', 'http://feeds.joomla.or
g/JoomlaSecurityNews', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 2, 0, 1, 'enGB', '{"show_feed_image":"","show_feed_description":"","show_item_description":"
","feed_character_count":"0"}', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:
01', 42, '', '', '{"robots":"","author":"","rights":""}', '', '0000-00-00 00:00:

00', '0000-00-00 00:00:00'),


(17, 4, 'Joomla! Connect', 'joomla-connect', 'http://feeds.joomla.org/JoomlaConn
ect', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 3, 0, 1, 'en-GB', '{"show_feed
_image":"","show_feed_description":"","show_item_description":"","feed_character
_count":"0"}', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:01', 42, '', '',
'{"robots":"","author":"","rights":""}', '', '0000-00-00 00:00:00', '0000-00-00
00:00:00');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_redirect_links`
-CREATE TABLE `jos_redirect_links` (
`id` int(10) unsigned NOT NULL auto_increment,
`old_url` varchar(150) NOT NULL,
`new_url` varchar(150) NOT NULL,
`referer` varchar(150) NOT NULL,
`comment` varchar(255) NOT NULL,
`published` tinyint(4) NOT NULL,
`created_date` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_date` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_link_old` (`old_url`),
KEY `idx_link_modifed` (`modified_date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;
--- Volcado de datos para la tabla `jos_redirect_links`
-INSERT INTO `jos_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `commen
t`, `published`, `created_date`, `modified_date`) VALUES
(1, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/more-joomla/
index.php', '', 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/
more-joomla/login-form', '', 0, '2011-07-10 05:02:08', '0000-00-00 00:00:00'),
(2, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/content/inde
x.php', '', 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/cont
ent/single-article', '', 0, '2011-07-10 09:15:09', '0000-00-00 00:00:00'),
(3, 'http://localhost/zootemplates/zt-hemi17/index.php/features/parks/template-f
eatures/index.php', '', 'http://localhost/zootemplates/zt-hemi17/index.php/featu
res/parks/template-features/custom-typography', '', 0, '2011-07-11 03:44:19', '0
000-00-00 00:00:00'),
(4, 'http://localhost/zootemplates/zt-hemi17/index.php/templates/zt_hemi17/zt_me
nus/zt_drillmenu/images/leftarrow.gif', '', 'http://localhost/zootemplates/zt-he
mi17/index.php/joomla-stuff', '', 0, '2011-07-11 08:10:50', '0000-00-00 00:00:00
'),
(5, 'http://localhost/zootemplates/zt-hemi17/index.php/templates/zt_hemi17/image
s/mobile/arrow.png', '', 'http://localhost/zootemplates/zt-hemi17/index.php/joom
la-stuff', '', 0, '2011-07-11 08:10:50', '0000-00-00 00:00:00'),
(6, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/content/temp
lates/zt_hemi17/zt_menus/zt_drillmenu/images/leftarrow.gif', '', 'http://localho
st/zootemplates/zt-hemi17/index.php/joomla-stuff/content/single-article', '', 0,
'2011-07-11 08:11:58', '0000-00-00 00:00:00'),
(7, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/content/temp
lates/zt_hemi17/images/mobile/arrow.png', '', 'http://localhost/zootemplates/zthemi17/index.php/joomla-stuff/content/single-article', '', 0, '2011-07-11 08:11:
58', '0000-00-00 00:00:00'),
(8, 'http://localhost/zootemplates/zt-hemi17/index.php/templates/zt_hemi17/image

s/arrow.png', '', 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuf


f', '', 0, '2011-07-11 08:13:29', '0000-00-00 00:00:00'),
(9, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/templates/zt
_hemi17/images/mobile/arrow.png', '', 'http://localhost/zootemplates/zt-hemi17/i
ndex.php/joomla-stuff/content', '', 0, '2011-07-11 08:17:23', '0000-00-00 00:00:
00'),
(10, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/templates/z
t_hemi17/zt_menus/zt_drillmenu/images/leftarrow.gif', '', 'http://localhost/zoot
emplates/zt-hemi17/index.php/joomla-stuff/content', '', 0, '2011-07-11 08:17:23'
, '0000-00-00 00:00:00'),
(11, 'http://localhost/zootemplates/zt-hemi17/index.php/joomla-stuff/templates/z
t_hemi17/images/arrow.png', '', 'http://localhost/zootemplates/zt-hemi17/index.p
hp/joomla-stuff/content', '', 0, '2011-07-11 08:19:01', '0000-00-00 00:00:00'),
(12, 'http://localhost/install/zt/index.php/download', '', 'http://localhost/ins
tall/zt/', '', 0, '2011-08-15 16:45:11', '0000-00-00 00:00:00'),
(13, 'http://localhost/install/cyp/index.php/galerias', '', 'http://localhost/in
stall/cyp/index.php/servicioscp', '', 0, '2011-08-30 22:24:28', '0000-00-00 00:0
0:00'),
(14, 'http://localhost/install/cyp/index.php/2011-07-08-10-03-37', '', 'http://l
ocalhost/install/cyp/', '', 0, '2011-08-31 14:04:16', '0000-00-00 00:00:00'),
(15, 'http://localhost/install/cyp/index.php/servicioscp', '', 'http://localhost
/install/cyp/index.php/servicioscp', '', 0, '2011-08-31 18:30:51', '0000-00-00 0
0:00:00');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_schemas`
-CREATE TABLE `jos_schemas` (
`extension_id` int(11) NOT NULL,
`version_id` varchar(20) NOT NULL,
PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Volcado de datos para la tabla `jos_schemas`
-INSERT INTO `jos_schemas` (`extension_id`, `version_id`) VALUES
(700, '1.7.0');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_session`
-CREATE TABLE `jos_session` (
`session_id` varchar(32) NOT NULL default '',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`guest` tinyint(4) unsigned default '1',
`time` varchar(14) default '',
`data` varchar(20480) default NULL,
`userid` int(11) default '0',
`username` varchar(150) default '',
`usertype` varchar(50) default '',
PRIMARY KEY (`session_id`),
KEY `whosonline` (`guest`,`usertype`),

KEY `userid` (`userid`),


KEY `time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Volcado de datos para la tabla `jos_session`
-INSERT INTO `jos_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `
userid`, `username`, `usertype`) VALUES
('8ba5ef9592a4c0f51df746a5b327fce6', 0, 1, '1315318994', '__default|a:8:{s:15:"s
ession.counter";i:2;s:19:"session.timer.start";i:1315318689;s:18:"session.timer.
last";i:1315318689;s:17:"session.timer.now";i:1315318990;s:22:"session.client.br
owser";s:99:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko)
Chrome/13.0.782.218 Safari/535.1";s:8:"registry";O:9:"JRegistry":1:{s:7:"\0*\0da
ta";O:8:"stdClass":0:{}}s:4:"user";O:5:"JUser":23:{s:9:"\0*\0isRoot";b:0;s:2:"id
";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"passwor
d_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:12:"registe
rDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:6:"groups";
a:0:{}s:5:"guest";i:1;s:10:"\0*\0_params";O:9:"JRegistry":1:{s:7:"\0*\0data";O:8
:"stdClass":0:{}}s:14:"\0*\0_authGroups";a:1:{i:0;i:1;}s:14:"\0*\0_authLevels";a
:2:{i:0;i:1;i:1;i:1;}s:15:"\0*\0_authActions";N;s:12:"\0*\0_errorMsg";N;s:10:"\0
*\0_errors";a:0:{}s:3:"aid";i:0;}s:13:"session.token";s:32:"28477b68b3d966977aff
691747ebe72a";}', 0, '', ''),
('d7be0b1181501b6585afc1d4f5e39c10', 1, 0, '1315319661', '__default|a:8:{s:15:"s
ession.counter";i:5;s:19:"session.timer.start";i:1315319616;s:18:"session.timer.
last";i:1315319642;s:17:"session.timer.now";i:1315319656;s:22:"session.client.br
owser";s:99:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko)
Chrome/13.0.782.220 Safari/535.1";s:8:"registry";O:9:"JRegistry":1:{s:7:"\0*\0da
ta";O:8:"stdClass":2:{s:11:"application";O:8:"stdClass":1:{s:4:"lang";s:0:"";}s:
11:"com_modules";O:8:"stdClass":1:{s:7:"modules";O:8:"stdClass":1:{s:6:"filter";
O:8:"stdClass":1:{s:18:"client_id_previous";i:0;}}}}}s:4:"user";O:5:"JUser":23:{
s:9:"\0*\0isRoot";b:1;s:2:"id";s:2:"42";s:4:"name";s:10:"Super User";s:8:"userna
me";s:5:"admin";s:5:"email";s:24:"carloseacostah@gmail.com";s:8:"password";s:65:
"2054fe3a16fb302d98a035de4df189e1:eLLBtWSUi2OYTCFJAZDHpFjr29FlIysM";s:14:"passwo
rd_clear";s:0:"";s:8:"usertype";s:10:"deprecated";s:5:"block";s:1:"0";s:9:"sendE
mail";s:1:"1";s:12:"registerDate";s:19:"2011-08-14 13:33:57";s:13:"lastvisitDate
";s:19:"0000-00-00 00:00:00";s:10:"activation";s:0:"";s:6:"params";s:0:"";s:6:"g
roups";a:1:{s:11:"Super Users";s:1:"8";}s:5:"guest";i:0;s:10:"\0*\0_params";O:9:
"JRegistry":1:{s:7:"\0*\0data";O:8:"stdClass":0:{}}s:14:"\0*\0_authGroups";a:2:{
i:0;i:1;i:1;i:8;}s:14:"\0*\0_authLevels";a:4:{i:0;i:1;i:1;i:1;i:2;i:2;i:3;i:3;}s
:15:"\0*\0_authActions";N;s:12:"\0*\0_errorMsg";N;s:10:"\0*\0_errors";a:0:{}s:3:
"aid";i:0;}s:13:"session.token";s:32:"749e74b213a5d2bb115620f865b559c6";}', 42,
'admin', ''),
('6249eb64850a59fe1b98cd35de2991c6', 0, 1, '1315319608', '__default|a:7:{s:15:"s
ession.counter";i:1;s:19:"session.timer.start";i:1315319603;s:18:"session.timer.
last";i:1315319603;s:17:"session.timer.now";i:1315319603;s:22:"session.client.br
owser";s:99:"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko)
Chrome/13.0.782.220 Safari/535.1";s:8:"registry";O:9:"JRegistry":1:{s:7:"\0*\0da
ta";O:8:"stdClass":0:{}}s:4:"user";O:5:"JUser":23:{s:9:"\0*\0isRoot";b:0;s:2:"id
";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"passwor
d_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:12:"registe
rDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:6:"groups";
a:0:{}s:5:"guest";i:1;s:10:"\0*\0_params";O:9:"JRegistry":1:{s:7:"\0*\0data";O:8
:"stdClass":0:{}}s:14:"\0*\0_authGroups";a:1:{i:0;i:1;}s:14:"\0*\0_authLevels";a
:2:{i:0;i:1;i:1;i:1;}s:15:"\0*\0_authActions";N;s:12:"\0*\0_errorMsg";N;s:10:"\0
*\0_errors";a:0:{}s:3:"aid";i:0;}}', 0, '', '');
-- --------------------------------------------------------

--- Estructura de tabla para la tabla `jos_template_styles`


-CREATE TABLE `jos_template_styles` (
`id` int(10) unsigned NOT NULL auto_increment,
`template` varchar(50) NOT NULL default '',
`client_id` tinyint(1) unsigned NOT NULL default '0',
`home` char(7) NOT NULL default '0',
`title` varchar(255) NOT NULL default '',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_template` (`template`),
KEY `idx_home` (`home`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=116 ;
--- Volcado de datos para la tabla `jos_template_styles`
-INSERT INTO `jos_template_styles` (`id`, `template`, `client_id`, `home`, `title
`, `params`) VALUES
(2, 'bluestork', 1, '1', 'Bluestork - Default', '{"useRoundedCorners":"1","showS
iteName":"0"}'),
(3, 'atomic', 0, '0', 'Atomic - Default', '{}'),
(4, 'beez_20', 0, '0', 'Beez2 - Default', '{"wrapperSmall":"53","wrapperLarge":"
72","logo":"images\\/joomla_black.gif","sitetitle":"Joomla!","sitedescription":"
Open Source Content Management","navposition":"left","templatecolor":"personal",
"html5":"0"}'),
(5, 'hathor', 1, '0', 'Hathor - Default', '{"showSiteName":"0","colourChoice":""
,"boldText":"0"}'),
(6, 'beez5', 0, '0', 'Beez5 - Default-Fruit Shop', '{"wrapperSmall":"53","wrappe
rLarge":"72","logo":"images\\/sampledata\\/fruitshop\\/fruits.gif","sitetitle":"
Matuna Market ","sitedescription":"Fruit Shop Sample Site","navposition":"left",
"html5":"0"}'),
(114, 'beez_20', 0, '0', 'Beez2 - Parks Site', '{"wrapperSmall":"53","wrapperLar
ge":"72","logo":"","sitetitle":"Australian Parks","sitedescription":"Parks Sampl
e Site","navposition":"center","templatecolor":"nature"}'),
(115, 'zt_hemi17', 0, '1', 'ZT_Hemi17', '{"zt_font":"3","zt_footer":"1","zt_foot
er_text":"Copyright (c) 2011 AGTecnologia","zt_fontfeature":"1","zt_rtl":"0","zt
_mobile":"1","menutype":"mainmenu","zt_menustyle":"mega","xdelay":"350","xdurati
on":"350","xtransition":"Fx.Transitions.linear","fancy":"1","transition":"Fx.Tra
nsitions.linear","duration":"350","gzip_folder":"zt-assets","gzip_merge":"1","gz
ip_optimize_css":"1","css-exclude":[""],"gzip_optimize_js":"1","js-exclude":[""]
,"gzip_optimize_html":"1","zt_change_color":"0","color_bd":"#efefec","image_zt-m
aintop":"pattern10","color_zt-maintop":"#1c1c1c","text_zt-maintop":"#dbdbdb","li
nk_zt-maintop":"#2383b0","color_zt-bottom":"#1a1a1a","text_zt-bottom":"#FFFFFF",
"link_zt-bottom":"#3fa3d1"}');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_update_categories`
-CREATE TABLE `jos_update_categories` (
`categoryid` int(11) NOT NULL auto_increment,
`name` varchar(20) default '',
`description` text NOT NULL,
`parent` int(11) default '0',

`updatesite` int(11) default '0',


PRIMARY KEY (`categoryid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Update Categories' AUTO_INCREMENT=
1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_update_sites`
-CREATE TABLE `jos_update_sites` (
`update_site_id` int(11) NOT NULL auto_increment,
`name` varchar(100) default '',
`type` varchar(20) default '',
`location` text NOT NULL,
`enabled` int(11) default '0',
PRIMARY KEY (`update_site_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Update Sites' AUTO_INCREMENT=5 ;
--- Volcado de datos para la tabla `jos_update_sites`
-INSERT INTO `jos_update_sites` (`update_site_id`, `name`, `type`, `location`, `e
nabled`) VALUES
(1, 'Joomla Core', 'collection', 'http://update.joomla.org/core/list.xml', 1),
(2, 'Joomla Extension Directory', 'collection', 'http://update.joomla.org/jed/li
st.xml', 1),
(3, 'Plugin Googlemap Update Site', 'extension', 'http://tech.reumer.net/update/
plugin_googlemap2/extension.xml', 1),
(4, 'Ozio Gallery3 update site', 'extension', 'http://oziogallery.joomla.it/com_
oziogallery3.xml', 1);
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_update_sites_extensions`
-CREATE TABLE `jos_update_sites_extensions` (
`update_site_id` int(11) NOT NULL default '0',
`extension_id` int(11) NOT NULL default '0',
PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites';
--- Volcado de datos para la tabla `jos_update_sites_extensions`
-INSERT INTO `jos_update_sites_extensions` (`update_site_id`, `extension_id`) VAL
UES
(1, 700),
(2, 700),
(3, 10012),
(4, 10015);
-- ---------------------------------------------------------

-- Estructura de tabla para la tabla `jos_updates`


-CREATE TABLE `jos_updates` (
`update_id` int(11) NOT NULL auto_increment,
`update_site_id` int(11) default '0',
`extension_id` int(11) default '0',
`categoryid` int(11) default '0',
`name` varchar(100) default '',
`description` text NOT NULL,
`element` varchar(100) default '',
`type` varchar(20) default '',
`folder` varchar(20) default '',
`client_id` tinyint(3) default '0',
`version` varchar(10) default '',
`data` text NOT NULL,
`detailsurl` text NOT NULL,
PRIMARY KEY (`update_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Available Updates' AUTO_INCREMENT=
1 ;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_user_profiles`
-CREATE TABLE `jos_user_profiles` (
`user_id` int(11) NOT NULL,
`profile_key` varchar(100) NOT NULL,
`profile_value` varchar(255) NOT NULL,
`ordering` int(11) NOT NULL default '0',
UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Simple user profile storage table'
;
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_user_usergroup_map`
-CREATE TABLE `jos_user_usergroup_map` (
`user_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__use
rs.id',
`group_id` int(10) unsigned NOT NULL default '0' COMMENT 'Foreign Key to #__us
ergroups.id',
PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--- Volcado de datos para la tabla `jos_user_usergroup_map`
-INSERT INTO `jos_user_usergroup_map` (`user_id`, `group_id`) VALUES
(42, 8);
-- ---------------------------------------------------------

-- Estructura de tabla para la tabla `jos_usergroups`


-CREATE TABLE `jos_usergroups` (
`id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key',
`parent_id` int(10) unsigned NOT NULL default '0' COMMENT 'Adjacency List Refe
rence Id',
`lft` int(11) NOT NULL default '0' COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL default '0' COMMENT 'Nested set rgt.',
`title` varchar(100) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
KEY `idx_usergroup_title_lookup` (`title`),
KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;
--- Volcado de datos para la tabla `jos_usergroups`
-INSERT INTO `jos_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES
(1, 0, 1, 20, 'Public'),
(2, 1, 6, 17, 'Registered'),
(3, 2, 7, 14, 'Author'),
(4, 3, 8, 11, 'Editor'),
(5, 4, 9, 10, 'Publisher'),
(6, 1, 2, 5, 'Manager'),
(7, 6, 3, 4, 'Administrator'),
(8, 1, 18, 19, 'Super Users'),
(12, 2, 15, 16, 'Customer Group'),
(10, 3, 12, 13, 'Shop Suppliers');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_users`
-CREATE TABLE `jos_users` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '',
`username` varchar(150) NOT NULL default '',
`email` varchar(100) NOT NULL default '',
`password` varchar(100) NOT NULL default '',
`usertype` varchar(25) NOT NULL default '',
`block` tinyint(4) NOT NULL default '0',
`sendEmail` tinyint(4) default '0',
`registerDate` datetime NOT NULL default '0000-00-00 00:00:00',
`lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00',
`activation` varchar(100) NOT NULL default '',
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `usertype` (`usertype`),
KEY `idx_name` (`name`),
KEY `idx_block` (`block`),
KEY `username` (`username`),
KEY `email` (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=43 ;

--- Volcado de datos para la tabla `jos_users`


-INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertyp
e`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params
`) VALUES
(42, 'Super User', 'admin', 'carloseacostah@gmail.com', '2054fe3a16fb302d98a035d
e4df189e1:eLLBtWSUi2OYTCFJAZDHpFjr29FlIysM', 'deprecated', 0, 1, '2011-08-14 13:
33:57', '0000-00-00 00:00:00', '', '');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_viewlevels`
-CREATE TABLE `jos_viewlevels` (
`id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primary Key',
`title` varchar(100) NOT NULL default '',
`ordering` int(11) NOT NULL default '0',
`rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
--- Volcado de datos para la tabla `jos_viewlevels`
-INSERT INTO `jos_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES
(1, 'Public', 0, '[1]'),
(2, 'Registered', 1, '[6,2,8]'),
(3, 'Special', 2, '[6,3,8]'),
(4, 'Customer Access Level', 3, '[6,3,12]');
-- ---------------------------------------------------------- Estructura de tabla para la tabla `jos_weblinks`
-CREATE TABLE `jos_weblinks` (
`id` int(10) unsigned NOT NULL auto_increment,
`catid` int(11) NOT NULL default '0',
`sid` int(11) NOT NULL default '0',
`title` varchar(250) NOT NULL default '',
`alias` varchar(255) NOT NULL default '',
`url` varchar(250) NOT NULL default '',
`description` text NOT NULL,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`hits` int(11) NOT NULL default '0',
`state` tinyint(1) NOT NULL default '0',
`checked_out` int(11) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`ordering` int(11) NOT NULL default '0',
`archived` tinyint(1) NOT NULL default '0',
`approved` tinyint(1) NOT NULL default '1',
`access` int(11) NOT NULL default '1',
`params` text NOT NULL,

`language` char(7) NOT NULL default '',


`created` datetime NOT NULL default '0000-00-00 00:00:00',
`created_by` int(10) unsigned NOT NULL default '0',
`created_by_alias` varchar(255) NOT NULL default '',
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
`modified_by` int(10) unsigned NOT NULL default '0',
`metakey` text NOT NULL,
`metadesc` text NOT NULL,
`metadata` text NOT NULL,
`featured` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Set if link is fe
atured.',
`xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to e
xternal data sets.',
`publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
`publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_catid` (`catid`),
KEY `idx_createdby` (`created_by`),
KEY `idx_featured_catid` (`featured`,`catid`),
KEY `idx_language` (`language`),
KEY `idx_xreference` (`xreference`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;
--- Volcado de datos para la tabla `jos_weblinks`
-INSERT INTO `jos_weblinks` (`id`, `catid`, `sid`, `title`, `alias`, `url`, `desc
ription`, `date`, `hits`, `state`, `checked_out`, `checked_out_time`, `ordering`
, `archived`, `approved`, `access`, `params`, `language`, `created`, `created_by
`, `created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metada
ta`, `featured`, `xreference`, `publish_up`, `publish_down`) VALUES
(1, 32, 0, 'Joomla!', 'joomla', 'http://www.joomla.org', '<p>Home of Joomla!</p>
', '0000-00-00 00:00:00', 3, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 1, '{"target"
:"0","count_clicks":""}', 'en-GB', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:
00:01', 42, '', '', '{"robots":"","author":"","rights":""}', 0, '', '0000-00-00
00:00:00', '0000-00-00 00:00:00'),
(2, 33, 0, 'php.net', 'php', 'http://www.php.net', '<p>The language that Joomla!
is developed in</p>', '0000-00-00 00:00:00', 6, 1, 0, '0000-00-00 00:00:00', 1,
0, 1, 1, '{"target":"","count_clicks":""}', 'en-GB', '2011-01-01 00:00:01', 0,
'', '2011-01-01 00:00:01', 42, '', '', '{"robots":"","author":"","rights":""}',
0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 33, 0, 'MySQL', 'mysql', 'http://www.mysql.com', '<p>The database that Jooml
a! uses</p>', '0000-00-00 00:00:00', 1, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 1,
'{"target":"","count_clicks":""}', 'en-GB', '2011-01-01 00:00:01', 0, '', '2011
-01-01 00:00:01', 42, '', '', '{"robots":"","author":"","rights":""}', 0, '', '0
000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 32, 0, 'OpenSourceMatters', 'opensourcematters', 'http://www.opensourcematte
rs.org', '<p>Home of OSM</p>', '0000-00-00 00:00:00', 11, 1, 0, '0000-00-00 00:0
0:00', 3, 0, 1, 1, '{"target":"0","count_clicks":""}', 'en-GB', '2011-01-01 00:0
0:01', 0, '', '2011-01-01 00:00:01', 42, '', '', '{"robots":"","author":"","righ
ts":""}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 32, 0, 'Joomla! - Forums', 'joomla-forums', 'http://forum.joomla.org', '<p>J
oomla! Forums</p>', '0000-00-00 00:00:00', 4, 1, 0, '0000-00-00 00:00:00', 2, 0,
1, 1, '{"target":"0","count_clicks":""}', 'en-GB', '2011-01-01 00:00:01', 0, ''
, '2011-01-01 00:00:01', 42, '', '', '{"robots":"","author":"","rights":""}', 0,
'', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),

(6, 33, 0, 'Ohloh Tracking of Joomla!', 'ohloh-tracking-of-joomla', 'http://www.


ohloh.net/projects/20', '<p>Objective reports from Ohloh about Joomla''s develop
ment activity. Joomla! has some star developers with serious kudos.</p>', '000000-00 00:00:00', 1, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, 1, '{"target":"0","cou
nt_clicks":""}', 'en-GB', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:01', 4
2, '', '', '{"robots":"","author":"","rights":""}', 0, '', '0000-00-00 00:00:00'
, '0000-00-00 00:00:00'),
(7, 31, 0, 'Baw Baw National Park', 'baw-baw-national-park', 'http://www.parkweb
.vic.gov.au/1park_display.cfm?park=44', '<p>Park of the Austalian Alps National
Parks system, Baw Baw features sub alpine vegetation, beautiful views, and opport
unities for hiking, skiing and other outdoor activities.</p>', '0000-00-00 00:00
:00', 0, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 1, '{"target":"0","count_clicks":
""}', 'en-GB', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:01', 42, '', '',
'{"robots":"","author":"","rights":""}', 0, '', '0000-00-00 00:00:00', '0000-0000 00:00:00'),
(8, 31, 0, 'Kakadu', 'kakadu', 'http://www.environment.gov.au/parks/kakadu/index
.html', '<p>Kakadu is known for both its cultural heritage and its natural featu
res. It is one of a small number of places listed as World Heritage Places for b
oth reasons. Extensive rock art is found there.</p>', '0000-00-00 00:00:00', 0,
1, 0, '0000-00-00 00:00:00', 2, 0, 1, 1, '{"target":"0","count_clicks":""}', 'en
-GB', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:01', 42, '', '', '{"robots
":"","author":"","rights":""}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:
00'),
(9, 31, 0, 'Pulu Keeling', 'pulu-keeling', 'http://www.environment.gov.au/parks/
cocos/index.html', '<p>Located on an atoll 2000 kilometers north of Perth, Pulu
Keeling is Australia''s smallest national park.</p>', '0000-00-00 00:00:00', 0,
1, 0, '0000-00-00 00:00:00', 3, 0, 1, 1, '{"target":"0","count_clicks":""}', 'en
-GB', '2011-01-01 00:00:01', 0, '', '2011-01-01 00:00:01', 42, '', '', '{"robots
":"","author":"","rights":""}', 0, '', '2010-07-10 23:44:03', '0000-00-00 00:00:
00');

Anda mungkin juga menyukai