-- phpMyAdmin SQL Dump -- version 2.11.9.5 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tiempo de generación: 27-05-2009 a las 21:59:10 -- Versión del servidor: 5.1.30 -- Versión de PHP: 5.2.5 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Base de datos: `tuwebx49_herreriauruguay` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_banner` -- CREATE TABLE IF NOT EXISTS `jos_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT '0', `type` varchar(90) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'banner', `name` text COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT '0', `impmade` int(11) NOT NULL DEFAULT '0', `clicks` int(11) NOT NULL DEFAULT '0', `imageurl` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `clickurl` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `date` datetime DEFAULT NULL, `showBanner` tinyint(1) NOT NULL DEFAULT '0', `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL, `custombannercode` text COLLATE utf8_unicode_ci, `catid` int(10) unsigned NOT NULL DEFAULT '0', `description` text COLLATE utf8_unicode_ci NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `tags` text COLLATE utf8_unicode_ci NOT NULL, `params` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ; -- -- Volcar la base de datos para la tabla `jos_banner` -- INSERT INTO `jos_banner` (`bid`, `cid`, `type`, `name`, `alias`, `imptotal`, `impmade`, `clicks`, `imageurl`, `clickurl`, `date`, `showBanner`, `checked_out`, `checked_out_time`, `editor`, `custombannercode`, `catid`, `description`, `sticky`, `ordering`, `publish_up`, `publish_down`, `tags`, `params`) VALUES (1, 1, 'banner', 'OSM 1', 'osm-1', 0, 194, 0, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''), (2, 1, 'banner', 'OSM 2', 'osm-2', 0, 49, 0, 'osmbanner2.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''), (3, 1, '', 'Joomla!', 'joomla', 0, 11, 0, '', 'http://www.joomla.org', '2006-05-29 14:21:28', 1, 0, '0000-00-00 00:00:00', '', '{NAME}\r\n
\r\nJoomla! The most popular and widely used Open Source CMS Project in the world.', 14, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''), (4, 1, '', 'Joomla! Forge', 'joomla-forge', 0, 11, 0, '', 'http://forge.joomla.org', '2006-05-29 14:19:26', 1, 0, '0000-00-00 00:00:00', '', '{NAME}\r\n
\r\nJoomla! Forge, development and distribution made easy.', 14, '', 0, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''), (5, 1, '', 'Joomla! Extensions', 'joomla-extensions', 0, 6, 0, '', 'http://extensions.joomla.org', '2006-05-29 14:23:21', 1, 0, '0000-00-00 00:00:00', '', '{NAME}\r\n
\r\nJoomla! components, modules, plugins and languages by the bucket load.', 14, '', 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_bannerclient` -- CREATE TABLE IF NOT EXISTS `jos_bannerclient` ( `cid` int(11) NOT NULL AUTO_INCREMENT, `name` text COLLATE utf8_unicode_ci NOT NULL, `contact` text COLLATE utf8_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `extrainfo` text COLLATE utf8_unicode_ci NOT NULL, `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` time DEFAULT NULL, `editor` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `jos_bannerclient` -- INSERT INTO `jos_bannerclient` (`cid`, `name`, `contact`, `email`, `extrainfo`, `checked_out`, `checked_out_time`, `editor`) VALUES (1, 'Open Source Matters', 'Administrator', 'admin@opensourcematters.org', '', 0, '00:00:00', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_bannertrack` -- CREATE TABLE IF NOT EXISTS `jos_bannertrack` ( `track_date` date NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_bannertrack` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_categories` -- CREATE TABLE IF NOT EXISTS `jos_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `title` text COLLATE utf8_unicode_ci NOT NULL, `name` text COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `section` varchar(150) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `image_position` varchar(90) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `description` text COLLATE utf8_unicode_ci NOT NULL, `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', `editor` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `access` tinyint(3) unsigned NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '0', `params` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_section` (`section`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=39 ; -- -- Volcar la base de datos para la tabla `jos_categories` -- INSERT INTO `jos_categories` (`id`, `parent_id`, `title`, `name`, `alias`, `image`, `section`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `count`, `params`) VALUES (1, 0, 'Latest', '', 'latest-news', 'taking_notes.jpg', '1', 'left', 'The latest news from the Joomla! Team', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 1, ''), (2, 0, 'Joomla! Specific Links', '', 'joomla-specific-links', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Joomla! Project.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (3, 0, 'Newsflash', '', 'newsflash', '', '1', 'left', '', 1, 0, '0000-00-00 00:00:00', '', 2, 0, 0, ''), (4, 0, 'Joomla!', '', 'joomla', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''), (5, 0, 'Business: general', '', 'business-general', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (6, 0, 'Linux', '', 'linux', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''), (7, 0, 'Internet', '', 'internet', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''), (12, 0, 'Contacts', '', 'contacts', '', 'com_contact_details', 'left', 'Contact Details for this website', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''), (13, 0, 'Joomla', '', 'joomla', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''), (14, 0, 'Text Ads', '', 'text-ads', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''), (15, 0, 'Features', '', 'features', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''), (17, 0, 'Benefits', '', 'benefits', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''), (18, 0, 'Platforms', '', 'platforms', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''), (19, 0, 'Other Resources', '', 'other-resources', '', 'com_weblinks', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''), (29, 0, 'The CMS', '', 'the-cms', '', '4', 'left', 'Information about the software behind Joomla!
', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''), (28, 0, 'Current Users', '', 'current-users', '', '3', 'left', 'Questions that users migrating to Joomla! 1.5 are likely to raise
', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''), (25, 0, 'The Project', '', 'the-project', '', '4', 'left', 'General facts about Joomla!
', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (27, 0, 'New to Joomla', '', 'new-to-joomla', '', '3', 'left', 'Questions for new users of Joomla!
', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''), (30, 0, 'The Community', '', 'the-community', '', '4', 'left', 'About the millions of Joomla! users and websites
', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''), (31, 0, 'General', '', 'general', '', '3', 'left', 'General questions about the Joomla! CMS', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (32, 0, 'Languages', '', 'languages', '', '3', 'left', 'Questions related to localisation and languages', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''), (33, 0, ' YOOslider Vertical', '', '-yooslider-vertical', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''), (34, 0, 'YOOslider Horizontal', '', 'yooslider-horizontal', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (35, 0, 'YOOcarousel', '', 'yoocarousel', '', '7', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''), (36, 0, 'YOOcarousel (Slideshow)', '', 'yoocarousel-slideshow', '', '7', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''), (37, 0, 'slider', '', 'slider', '', '8', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''), (38, 0, 'slider', '', 'slider', '', '8', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_components` -- CREATE TABLE IF NOT EXISTS `jos_components` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(150) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `link` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `menuid` int(11) unsigned NOT NULL DEFAULT '0', `parent` int(11) unsigned NOT NULL DEFAULT '0', `admin_menu_link` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `admin_menu_alt` text COLLATE utf8_unicode_ci NOT NULL, `option` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `ordering` int(11) NOT NULL DEFAULT '0', `admin_menu_img` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `iscore` tinyint(4) NOT NULL DEFAULT '0', `params` text COLLATE utf8_unicode_ci NOT NULL, `enabled` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=73 ; -- -- Volcar la base de datos para la tabla `jos_components` -- INSERT INTO `jos_components` (`id`, `name`, `link`, `menuid`, `parent`, `admin_menu_link`, `admin_menu_alt`, `option`, `ordering`, `admin_menu_img`, `iscore`, `params`, `enabled`) VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1), (2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1), (3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1), (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1), (5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1), (6, 'Categories', '', 0, 4, 'option=com_categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1), (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1), (8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1), (9, 'Categories', '', 0, 7, 'option=com_categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, '', 1), (10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1), (11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1), (12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '', 1), (13, 'Categories', '', 0, 11, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1), (14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1), (15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=0\n\n', 1), (16, 'Categories', '', 0, 1, 'option=com_categories§ion=com_banner', 'Categories', '', 3, '', 1, '', 1), (17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1), (18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1), (19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=1\n\n', 1), (20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=0\nfeed_summary=0\nfilter_tags=\nfilter_attritbutes=\n\n', 1), (21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1), (22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1), (23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, 'site=es-ES\nadministrator=es-ES\n\n', 1), (24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1), (25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1), (26, 'Menu Manager', '', 0, 0, '', 'Menu Manager', 'com_menumanager', 0, '', 1, '', 1), (27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1), (28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1), (29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1), (30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1), (31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1), (32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1), (33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1), (39, 'Phoca Gallery', 'option=com_phocagallery', 0, 0, 'option=com_phocagallery', 'Phoca Gallery', 'com_phocagallery', 0, 'components/com_phocagallery/assets/images/icon-16-menu.png', 0, 'font_color=#b36b00\nbackground_color=#fcfcfc\nbackground_color_hover=#f5f5f5\nimage_background_color=#f5f5f5\nimage_background_shadow=shadow1\nborder_color=#e8e8e8\nborder_color_hover=#b36b00\nmargin_box=5\npadding_box=5\ndisplay_name=0\ndisplay_icon_detail=0\ndisplay_icon_download=0\ndisplay_icon_folder=0\ndisplay_icon_random_image=0\ndisplay_back_button=0\ndisplay_categories_back_button=0\ndisplay_subcat_page=0\nfont_size_name=12\nchar_length_name=30\ncategory_box_space=0\ncategories_columns=1\ndisplay_image_categories=1\nimage_categories_size=4\ndisplay_subcategories=1\ndisplay_empty_categories=0\nhide_categories=\ndisplay_access_category=0\ndetail_window=0\ndetail_window_background_color=#ffffff\nmodal_box_overlay_color=#000000\nmodal_box_overlay_opacity=0.3\nmodal_box_border_color=#6b6b6b\nmodal_box_border_width=2\nsb_slideshow_delay=5\nsb_lang=es\ndisplay_description_detail=0\ndisplay_title_description=0\nfont_size_desc=11\nfont_color_desc=#333333\ndescription_detail_height=16\ndescription_lightbox_font_size=12\ndescription_lightbox_font_color=#ffffff\ndescription_lightbox_bg_color=#000000\nslideshow_delay=3000\nslideshow_pause=0\nslideshow_random=0\ndetail_buttons=1\nphocagallery_width=\ndisplay_phoca_info=4\ndefault_pagination=20\npagination=5;10;15;20;50\nenable_piclens=0\nstart_piclens=0\npiclens_image=1\nswitch_image=0\nswitch_width=640\nswitch_height=480\nenable_overlib=0\nol_bg_color=#666666\nol_fg_color=#f6f6f6\nol_tf_color=#000000\nol_cf_color=#ffffff\noverlib_overlay_opacity=0.7\ncreate_watermark=0\nwatermark_position_x=center\nwatermark_position_y=middle\ndisplay_icon_vm=0\nenable_user_cp=0\nmax_create_cat_char=1000\ndisplay_rating=0\ndisplay_comment=0\ncomment_width=500\nmax_comment_char=1000\ndisplay_category_statistics=0\ndisplay_main_cat_stat=1\ndisplay_lastadded_cat_stat=1\ncount_lastadded_cat_stat=3\ndisplay_mostviewed_cat_stat=1\ncount_mostviewed_cat_stat=3\ngoogle_maps_api_key=\ndisplay_categories_geotagging=0\ncategories_lng=\ncategories_lat=\ncategories_zoom=2\ncategories_map_width=500\ncategories_map_height=500\ndisplay_icon_geotagging=0\ndisplay_category_geotagging=0\ncategory_map_width=500\ncategory_map_height=400\ndisplay_title_upload=1\ndisplay_description_upload=1\nmax_upload_char=1000\nupload_maxsize=3000000\ncat_folder_maxsize=20000000\nenable_flash=0\npagination_thumbnail_creation=0\nclean_thumbnails=0\nenable_thumb_creation=1\ncrop_thumbnail=5\nicon_format=gif\nlarge_image_width=640\nlarge_image_height=480\nmedium_image_width=100\nmedium_image_height=100\nsmall_image_width=50\nsmall_image_height=50\nadmin_modal_box_width=680\nadmin_modal_box_height=520\nfront_modal_box_width=680\nfront_modal_box_height=560\nfront_popup_window_width=680\nfront_popup_window_height=560\n\n', 1), (40, 'Control Panel', '', 0, 39, 'option=com_phocagallery', 'Control Panel', 'com_phocagallery', 0, 'components/com_phocagallery/assets/images/icon-16-control-panel.png', 0, '', 1), (41, 'Images', '', 0, 39, 'option=com_phocagallery&view=phocagallerys', 'Images', 'com_phocagallery', 1, 'components/com_phocagallery/assets/images/icon-16-menu-gal.png', 0, '', 1), (42, 'Categories', '', 0, 39, 'option=com_phocagallery&view=phocagallerycs', 'Categories', 'com_phocagallery', 2, 'components/com_phocagallery/assets/images/icon-16-menu-cat.png', 0, '', 1), (43, 'Themes', '', 0, 39, 'option=com_phocagallery&view=phocagalleryt', 'Themes', 'com_phocagallery', 3, 'components/com_phocagallery/assets/images/icon-16-menu-theme.png', 0, '', 1), (44, 'Rating', '', 0, 39, 'option=com_phocagallery&view=phocagalleryra', 'Rating', 'com_phocagallery', 4, 'components/com_phocagallery/assets/images/icon-16-menu-vote.png', 0, '', 1), (45, 'Comments', '', 0, 39, 'option=com_phocagallery&view=phocagallerycos', 'Comments', 'com_phocagallery', 5, 'components/com_phocagallery/assets/images/icon-16-menu-comment.png', 0, '', 1), (46, 'Info', '', 0, 39, 'option=com_phocagallery&view=phocagalleryin', 'Info', 'com_phocagallery', 6, 'components/com_phocagallery/assets/images/icon-16-menu-info.png', 0, '', 1), (68, 'Mass content', 'option=com_masscontent', 0, 0, 'option=com_masscontent', 'Mass content', 'com_masscontent', 0, 'js/ThemeOffice/component.png', 0, 'nbMassContent=10\nnbMassCategories=10\nnbMassSections=10\ndisplayWysiwyg=2\ndisplayAlias=1\ndisplayIntroText=1\ndisplayFullText=1\ndisplayMetaDescription=0\ndisplayMetaKeywords=0\ndisplayMetaRobots=0\ndisplayMetaAuthor=0\n\n', 1), (69, 'Create mass content', '', 0, 68, 'option=com_masscontent&controller=content', 'Create mass content', 'com_masscontent', 0, 'js/ThemeOffice/component.png', 0, '', 1), (70, 'Create mass sections', '', 0, 68, 'option=com_masscontent&controller=sections', 'Create mass sections', 'com_masscontent', 1, 'js/ThemeOffice/component.png', 0, '', 1), (71, 'Create mass categories', '', 0, 68, 'option=com_masscontent&controller=categories', 'Create mass categories', 'com_masscontent', 2, 'js/ThemeOffice/component.png', 0, '', 1), (72, 'Delete mass content', '', 0, 68, 'option=com_masscontent&controller=delete', 'Delete mass content', 'com_masscontent', 3, 'js/ThemeOffice/component.png', 0, '', 1), (59, 'JCE Administration', 'option=com_jce', 0, 0, 'option=com_jce', 'JCE Administration', 'com_jce', 0, 'js/ThemeOffice/component.png', 0, '', 1), (60, 'Control Panel', '', 0, 59, 'option=com_jce', 'Control Panel', 'com_jce', 0, 'templates/khepri/images/menu/icon-16-cpanel.png', 0, '', 1), (61, 'Configuration', '', 0, 59, 'option=com_jce&type=config', 'Configuration', 'com_jce', 1, 'templates/khepri/images/menu/icon-16-config.png', 0, '', 1), (62, 'Groups', '', 0, 59, 'option=com_jce&type=group', 'Groups', 'com_jce', 2, 'templates/khepri/images/menu/icon-16-user.png', 0, '', 1), (63, 'Plugins', '', 0, 59, 'option=com_jce&type=plugin', 'Plugins', 'com_jce', 3, 'templates/khepri/images/menu/icon-16-plugin.png', 0, '', 1), (64, 'Install', '', 0, 59, 'option=com_jce&type=install', 'Install', 'com_jce', 4, 'templates/khepri/images/menu/icon-16-install.png', 0, '', 1), (67, 'Google translation for Joomfish', 'option=com_jgtranslation', 0, 0, 'option=com_jgtranslation', 'Google translation for Joomfish', 'com_jgtranslation', 0, 'js/ThemeOffice/component.png', 0, '', 1), (66, 'JoomlaPack', 'option=com_joomlapack', 0, 0, 'option=com_joomlapack', 'JoomlaPack', 'com_joomlapack', 0, 'js/ThemeOffice/component.png', 0, '', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_contact_details` -- CREATE TABLE IF NOT EXISTS `jos_contact_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `con_position` text COLLATE utf8_unicode_ci, `address` text COLLATE utf8_unicode_ci, `suburb` text COLLATE utf8_unicode_ci, `state` text COLLATE utf8_unicode_ci, `country` text COLLATE utf8_unicode_ci, `postcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `telephone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `fax` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `misc` mediumtext COLLATE utf8_unicode_ci, `image` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `imagepos` varchar(60) COLLATE utf8_unicode_ci DEFAULT NULL, `email_to` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0', `published` tinyint(1) unsigned 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', `ordering` int(11) NOT NULL DEFAULT '0', `params` text COLLATE utf8_unicode_ci 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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `webpage` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `jos_contact_details` -- INSERT INTO `jos_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `imagepos`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`) VALUES (1, 'Name', 'name', 'Position', 'Street', 'Suburb', 'State', 'Country', 'Zip Code', 'Telephone', 'Fax', 'Miscellanous info', 'powered_by.png', 'top', 'email@email.com', 1, 1, 0, '0000-00-00 00:00:00', 1, 'menu_image=-1\r\npageclass_sfx=\r\nprint=\r\nname=1\r\nposition=1\r\nemail=0\r\nstreet_address=1\r\nsuburb=1\r\nstate=1\r\ncountry=1\r\npostcode=1\r\ntelephone=1\r\nfax=1\r\nmisc=1\r\nimage=1\r\nvcard=0\r\nemail_description=1\r\nemail_description_text=\r\nemail_form=1\r\nemail_copy=1\r\ndrop_down=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=', 0, 12, 0, '', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_content` -- CREATE TABLE IF NOT EXISTS `jos_content` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` text COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `title_alias` text COLLATE utf8_unicode_ci NOT NULL, `introtext` mediumtext COLLATE utf8_unicode_ci NOT NULL, `fulltext` mediumtext COLLATE utf8_unicode_ci NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', `sectionid` int(11) unsigned NOT NULL DEFAULT '0', `mask` int(11) unsigned NOT NULL DEFAULT '0', `catid` int(11) unsigned NOT NULL DEFAULT '0', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL DEFAULT '0', `created_by_alias` text COLLATE utf8_unicode_ci NOT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(11) unsigned 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', `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 COLLATE utf8_unicode_ci NOT NULL, `urls` text COLLATE utf8_unicode_ci NOT NULL, `attribs` text COLLATE utf8_unicode_ci NOT NULL, `version` int(11) unsigned NOT NULL DEFAULT '1', `parentid` int(11) unsigned NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `metakey` text COLLATE utf8_unicode_ci NOT NULL, `metadesc` text COLLATE utf8_unicode_ci NOT NULL, `access` int(11) unsigned NOT NULL DEFAULT '0', `hits` int(11) unsigned NOT NULL DEFAULT '0', `metadata` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_mask` (`mask`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=128 ; -- -- Volcar la base de datos para la tabla `jos_content` -- INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (1, 'Welcome to Joomla!', 'welcome-to-joomla', '', '
** Joomla! 1.5.0 Beta should NOT to be used for `live` or `production` sites. **

Joomla! is a free open source framework and content publishing system designed for quickly creating highly interactive multi-language Web sites, online communities, media portals, blogs and eCommerce applications.

Joomla! LogoJoomla! provides an easy-to-use graphical user interface that simplifies the management and publishing of large volumes of content including HTML, documents, and rich media. Joomla! is used by organisations of all sizes for Public Websites, Intranets and Extranets and is supported by a community of thousands of users.

', 'With fully documented library of developer resources, Joomla! allows the customisation of every aspect of a Website including presentation, layout, administration and rapid integration with third-party applications.

Joomla! has a rich heritage and has been crowned CMS king many times over. Now with more power under the hood, Joomla! is shifting gear and provides developer power while making the user experience all the more friendly. For those who always wanted increased extensibility, Joomla! 1.5 can make this happen.

', -2, 1, 0, 1, '2006-10-12 12:00:00', 62, '', '2007-05-03 09:41:07', 62, 0, '0000-00-00 00:00:00', '2006-01-02 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 20, 0, 0, '', '', 0, 34, 'robots=\nauthor='), (2, 'Newsflash 1', 'newsflash-1', '', '

Joomla! makes it easy to launch a website of any kind. Whether you want a brochure site or you''re building a large online community, Joomla! allows you to deploy a site in minutes and add functionality as you need it. The hundreds of extensions will expand your site and allow you to deliver new services that expand your reach into the Internet.

', '', -2, 1, 0, 3, '2004-08-10 08:30:34', 62, '', '2007-05-03 09:41:42', 62, 0, '0000-00-00 00:00:00', '2004-08-09 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 1, 'robots=\nauthor='), (3, 'Newsflash 2', 'newsflash-2', '', '

The one thing about a website, it always changes! Joomla! makes it easy to add article, content, images, videos and more. Site administrators can edit and manage content ''in-context'' by clicking the ''edit'' link. Webmasters can also edit content though a graphical administration panel that give you complete control over your site.

', '', -2, 1, 0, 3, '2004-08-10 00:30:34', 62, '', '2007-05-03 09:41:52', 62, 0, '0000-00-00 00:00:00', '2004-08-09 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (4, 'Newsflash 3', 'newsflash-3', '', '

With a library of hundreds of free extensions, you can add what you need as your site grows. Don''t wait, look through the Joomla! extensions library today.

', '', -2, 1, 0, 3, '2004-08-10 08:30:34', 62, '', '2007-05-03 09:41:59', 62, 0, '0000-00-00 00:00:00', '2004-08-09 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 1, 'robots=\nauthor='), (5, 'Joomla! License Guidelines', 'joomla-license-guidelines', 'joomla-license-guidelines', '

This website is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2006 Open Source Matters. All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.

If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read ''How To Apply These Terms To Your Program'' and the ''GNU General Public License FAQ''.

', '', -2, 4, 0, 25, '2004-08-20 12:11:07', 62, '', '2007-05-03 09:36:19', 62, 0, '0000-00-00 00:00:00', '2004-08-19 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 48, 'robots=\nauthor='), (6, 'Example News Item 1', 'example-news-item-1', '', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.', '

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores duo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet clita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero voluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', -2, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2007-05-03 09:41:08', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 0, '', '', 0, 11, 'robots=\nauthor='), (7, 'Example News Item 2', 'example-news-item-2', '', '

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

', '

At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', -2, 1, 0, 1, '2004-07-07 12:00:00', 62, '', '2007-05-03 09:41:13', 62, 0, '0000-00-00 00:00:00', '2004-07-07 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 3, 'robots=\nauthor='), (8, 'Example News Item 3', 'example-news-item-3', '', '

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '', -2, 1, 0, 1, '2004-04-12 11:54:06', 62, '', '2007-05-03 09:41:15', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 0, '', '', 0, 2, 'robots=\nauthor='), (9, 'Example News Item 4', 'example-news-item-4', '', '

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', '

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.


Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores duo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet clita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero voluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.


Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

', -2, 1, 0, 1, '2004-07-07 11:54:06', 62, '', '2007-05-03 09:41:24', 62, 0, '0000-00-00 00:00:00', '2004-07-07 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 0, '', '', 0, 7, 'robots=\nauthor='), (10, 'How do I localise Joomla! to my language?', 'how-do-i-localise-joomla-to-my-language', '', '

General

In Joomla! 1.5 all user interfaces can be localised. This includes the installation, the administrator interface and the front end site.

The core release of Joomla! 1.5 is shipped with mutliple language choices in the installation but languages for the site and administration interfaces need to be added after installation. (Other than English). Links to such language packs exist below.

', '

Translation Teams for Joomla! 1.5 may have also released fully localised installation packages where site, administrator and sample data are in the local language. These localised releases can be found in the specific team projects on the Joomla! Forge.

How do I install language packs?

How do I select languages?

Where can I find Language Packs and Localised Releases?

Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.

Mutli-lingual sites:

Joomla! can be adapted to provide multi-lingual sites by installing the Joom-Fish component.

', -2, 3, 0, 32, '2006-09-30 16:06:37', 62, '', '2007-05-03 09:40:39', 62, 0, '0000-00-00 00:00:00', '2006-09-29 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 8, 0, 0, '', '', 0, 6, 'robots=\nauthor='), (11, 'How do I upgrade to Joomla! 1.5 ?', 'how-do-i-upgrade-to-joomla-15', '', '

Joomla 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla 1.5 site requires creation of a new empty site using Joomla 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump.

There are two ways to perform the migration:

', '
  • An automated method of migration has been provided which uses a migrator component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla 1.0.x) and a smart import facility in the Joomla 1.5 Installation that performs required conversions and modifications during the installation process.
  • Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed.
  • Automated migration

    This is a two phased process using two tools. The first tool is a migrator component named ''com_migrator''. This component has been contributed by Harald Baer and is based on his ''eBackup'' component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site''s data. The second tool is built into the Joomla 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed ''on-the-fly''.


    Step 1 - Using com_migrator to export data from old site:

  • Install the com_migrator component on the old site. It can be found at the Joomla! official Addons forge .
  • Select the component in the component menu of the administrator.
  • Click on the ''Dump it'' icon. Three exported gzipped export scripts will be created. The first is a complete backup of the old site. The second is the migration content of all core elements which will be imported to the new site. The third is a backup of all 3PD component tables.
  • Click on the download icon of the particular exports files needed and store locally.
  • Multiple export sets can be created.
  • The exported data is not modified in anyway and the original encoding is preserved. This makes the com_migrator tool a recommended tool to use for manual migration as well.

  • Step 2 - Using the migration facility to import and convert data during Joomla 1.5 installation:

    Note: This function requires use of the iconv function in PHP to convert encodings. If iconv is not found a warning will be provided.

  • In step 6 - Configuration select the ''Load Migration Script'' option in the ''Load Sample Data, Restore or Migrate Backed Up Content'' section of the page.
  • Enter the table prefix used in the content dump. For example: ''#_'' or ''#__'' are acceptable values.
  • Select the encoding of the dumped content in the dropdown list. This should be the encoding used on the pages of the old site. (As defined in the _ISO variable in the language file or as seen in the browser page info/encoding/source)
  • Browse the local host and select the migration export and click on ''Upload and Execute''
  • A success message should appear or alternately a listing of db errors
  • Complete the other required fields in the Configuration step such as Site Name and Admin details and advance to the final step of installation. (Admin details will be ignored as the imported data will take priority. Please remember admin name and password from the old site)

  • ', -2, 3, 0, 28, '2006-10-01 00:27:52', 62, '', '2007-05-03 09:36:41', 62, 0, '0000-00-00 00:00:00', '2006-09-29 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 8, 0, 0, '', '', 0, 9, 'robots=\nauthor='), (12, 'Why does Joomla! 1.5 use utf-8 encoding?', 'why-does-joomla-15-use-utf-8-encoding', '', '

    Well... how about never needing to mess with encoding settings again?

    Ever needed to display several languages on one page or site and something always came up in Giberish?

    With utf-8 (a variant of Unicode) glyphs (charcter forms) of all basically all languages can be displayed with one single encoding setting. For example if you might wish to say WELCOME in as many language possible you could do the following:

    ', '', -2, 3, 0, 31, '2006-10-05 03:11:29', 62, '', '2007-05-03 09:39:54', 62, 0, '0000-00-00 00:00:00', '2006-10-03 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 7, 0, 0, '', '', 0, 25, 'robots=\nauthor='), (13, 'What happened to the locale setting?', 'what-happened-to-the-locale-setting', '', 'This is now defined in the language <lang>.xml file in the language metadata settings. If you are having locale problems (dates don''t appear in your language) you might want to check/edit the entries in the locale tag. Note that multiple locale strings can be set and the host will usually accept the first one recognised.', '', -2, 3, 0, 28, '2006-10-06 18:47:35', 62, '', '2007-05-03 09:36:34', 62, 0, '0000-00-00 00:00:00', '2006-10-05 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 6, 'robots=\nauthor='), (14, 'What is the FTP layer for?', 'what-is-the-ftp-layer-for', '', '

    This allows file operations (such installing extensions or updating the main configuration) without having to make all the folders and files writeable. This makes the site admin''s life a lot easier and increases security of the site

    You can check the write status of relevent folders by going to ''''Help->System Info" and then in the sub-menu to "Directory Permissions". With FTP even if all directories are red, Joomla! will operate smoothly.

    NOTE: the FTP layer is not required on a Windows host.

    ', '', -2, 3, 0, 31, '2006-10-06 21:27:49', 62, '', '2007-05-03 09:39:48', 62, 0, '0000-00-00 00:00:00', '2006-10-05 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 8, 'robots=\nauthor='), (15, 'Can Joomla! 1.5 operate with PHP Safe Mode On?', 'can-joomla-15-operate-with-php-safe-mode-on', '', '

    Yes it can! This is a significant security improvement.

    The safe mode limits PHP file to be able to perfom actions only on files/folders who''s owner is the same as PHP is currently using (this is usually ''apache''). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP layer allows Joomla! to operate in PHP Safe Mode.

    ', '', -2, 3, 0, 31, '2006-10-06 21:28:35', 62, '', '2007-05-03 09:39:43', 62, 0, '0000-00-00 00:00:00', '2006-10-05 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 3, 'robots=\nauthor='), (16, 'Only one edit window! How do I create "Read more..."?', 'only-one-edit-window-how-do-i-create-read-more', '', '

    This is now implemented by inserting a tag (button is in the editor area) a dotted line appears in the edited text showing the split location for the "Read more...". A new bot takes care of the rest.

    It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.

    ', '', -2, 3, 0, 28, '2006-10-06 21:29:28', 62, '', '2007-05-03 09:36:49', 62, 0, '0000-00-00 00:00:00', '2006-10-05 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 8, 'robots=\nauthor='), (17, 'My MySql database does not support UTF-8. Do I have a problem?', 'my-mysql-database-does-not-support-utf-8-do-i-have-a-problem', '', 'No you don''t. Versions of MySql lower than 4.1 do not have build in utf-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use utf-8 on older databases. Let the installer take care of all settings and there is no need to make any changes to the database (charset, collation or any other).', '', -2, 3, 0, 31, '2006-10-07 13:30:37', 62, '', '2007-05-03 09:39:51', 62, 0, '0000-00-00 00:00:00', '2006-10-06 00:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 8, 0, 0, '', '', 0, 5, 'robots=\nauthor='), (18, 'Joomla! Features', 'joomla-features', '', '

    Joomla! features:

    Extensive Administration:

    ', -2, 4, 0, 29, '2006-10-09 01:32:45', 62, '', '2007-05-03 09:36:05', 62, 0, '0000-00-00 00:00:00', '2006-10-07 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 10, 0, 0, '', '', 0, 52, 'robots=\nauthor='), (19, 'Joomla! Overview', 'joomla-overview', '', '

    If you''re new to web publishing systems, you''ll find that Joomla! delivers sophisticated solutions to your online needs. It can deliver a robust enterprise-level website, empowered by endless extensibility for your bespoke publishing needs. Moreover, it is often the system of choice for small business or home users who want a professional looking site that''s simple to deploy and use. We do content right.

    So what''s the catch? How much does this system cost? Well, there''s good news ... and more good news! Joomla! 1.5 is free released under an Open Source license.

    Had you invested in a commercial alternatives, there''d be nothing but moths left in your wallet.

    Joomla! is set to change all that ... Joomla! is different from the normal models for content management software. For a start, it''s not complicated. Joomla! has been developed for everybody. It''s licensed under the GNU/GPL license, easy to install and administer and reliable. Joomla! doesn''t even require the user or administrator of the system to know HTML to operate it once it''s up and running.', '', -2, 4, 0, 29, '2006-10-09 09:49:20', 62, '', '2007-05-03 09:34:19', 62, 0, '0000-00-00 00:00:00', '2006-10-07 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 12, 0, 0, '', '', 0, 86, 'robots=\nauthor='), (20, 'Support and Documentation', 'support-and-documentation', '', '

    Support

    Support for the Joomla! CMS can be found on several places. The best place to start would be the official Help Site . On the Help Site you can find a lot of documantation such as an Administrator manual, Developer info, Frequently Asked Questions and so on.

    Of course you should not forget the Help System of the CMS itself. On the topmenu in the Backend Administrator you find the Help button which will provide you with lots of explanation on features.

    Another great place would of course be the Forum . On the Joomla! Forum you can find help and support from both Community members, but also from Joomla! Core members and Working Group members. The forum contains a lot of information, FAQ''s, just about anything you are looking for in terms of support.

    Two other resources for Support are the Developer Site and the Extensions Site . The Developer Site for example provides lots of technical info to developers. The Joomla! Core members are regularly posting there blog reports about several topics such as programming techniques used in Joomla!, Security, Events and more.

    Documentation

    Joomla! Documentation can of course be found on the Help Site . You can find information such as an Installation Guide, User and Administrator manuals, Frueqently Asked Questions and a lot more.

    Other than the documantation provided by the joomla! Core team, there are also books written about Joomla! You can find a listing of these books in the Joomla! Bookshelf .

    Can you help?

    Yes! If you have any suggestions for us, please post them to:
    http://forum.joomla.org/index.php/board,59.0.html

    ', '', -2, 4, 0, 25, '2006-10-09 10:33:57', 62, '', '2007-05-03 09:36:17', 62, 0, '0000-00-00 00:00:00', '2006-10-07 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 11, 0, 0, '', '', 0, 3, 'robots=\nauthor='), (21, 'Joomla! Facts', 'joomla-facts', '', '

    Here are some interesting facts about Joomla!

     

    ', '', -2, 4, 0, 30, '2006-10-09 18:46:37', 62, '', '2007-05-03 09:36:13', 62, 0, '0000-00-00 00:00:00', '2006-10-07 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 12, 0, 0, '', '', 0, 47, 'robots=\nauthor='), (22, 'What''s New In 1.5?', 'whats-new-in-15', '', '

    As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for websites of all kinds. To support the changing nature of the Internet and emerging web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.

    ', '

     

    The goals for the Joomla! 1.5 release are to:

     

    ', -2, 4, 0, 29, '2006-10-12 00:13:58', 62, '', '2007-05-03 09:34:11', 62, 0, '0000-00-00 00:00:00', '2006-10-10 20:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 7, 0, 0, '', '', 0, 34, 'robots=\nauthor='), (23, 'Platforms and Open Standards', 'platforms-and-open-standards', '', '

    Joomla! runs on any platform including Windows, most flavors of Linux, Several Unix versions, and the Apple OSX platform. Joomla! depends PHP and the MySQL database to deliver dynamic content.

    The minimum requirements are:

    ', '', -2, 4, 0, 25, '2006-10-11 08:22:14', 62, '', '2007-05-03 09:36:23', 62, 0, '0000-00-00 00:00:00', '2006-10-10 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 8, 'robots=\nauthor='), (24, 'Content Layouts', 'content-layouts', '', '

    Joomla! provides plenty of flexibility when displaying your web content. Whether you are using Joomla! for a blog site, news or a website for a company, you''ll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla calls how a page is laid out a layout. Use the guide below to understand which layouts are available and how you might use them.

    Content

    Joomla! makes it extremely easy to add and display content. All content is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the menu item used to display the content your working on. You create these layouts by creating a menu item and choosing how you want the content to display.

    Blog layout

    Blog layout will show a listing of all content items of the selected blog type (section or category) in the mainbody position of your template. It will give you the standard title, and Intro of each content article in that particular Category and/or Section. You can customise this layout via the use of the content parameters, (See Content Parameters) this is done from the menu not the section manager!

    Blog Archive layout

    A Blog Archive layout will give you a similar output of content as the normal Blog Display but will add at the top two dropdown boxes for Month and year plus a search button to allow users to search for all archived content from a specific month and year

    Table layout

    Table layout will simply give you a table of all the titles in that particular section or category. No intro will be displayed just the titles. You can set how many titles will be displayed in this table by Parameters. The table layout will also provide a filter section so that users can reorder, filter and set how many titles are listed on a single page (up to 50)

    Wrapper

    Wrappers allow you to place stand alone applications and 3rd party websites inside your Joomla! site. The content within a wrapper appears within the primary content area defined by the "mainbody" tag and allows you to display content to display them as part of your own site. A Wrapper will place an IFRAME into the content section of your website and wrap your standard template navigation around it so it appears in the same way a content item would.

    Content Parameters

    The parameters for each layout type can be found on the right hand side of the editor boxes in the menu item configuration screen. The parameters available depend largely on what kind of layout you are configuring.

    ', '', -2, 4, 0, 29, '2006-10-13 00:33:10', 62, '', '2007-05-03 09:36:12', 62, 0, '0000-00-00 00:00:00', '2006-10-11 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 10, 0, 0, '', '', 0, 46, 'robots=\nauthor='), (25, 'What are the requirements to run Joomla! 1.5?', 'what-are-the-requirements-to-run-joomla-15', '', 'Joomla! runs on the php pre-processor. Php comes in many flavors, for a lot of operating systems. Beside php you will need a web server. Most of the times Apache is used, but also php can run on different web-servers like Microsoft IIS. Joomla! also depends on a database, for this currently you can only use MySQL.

    Many people know from their own experience that it''s not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start. You can even install it on your local desktop or laptop with Windows XP.

    The minimum version requirements are:
    ', '', -2, 3, 0, 31, '2006-10-11 02:42:31', 62, '', '2007-05-03 09:42:04', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 0, 'robots=\nauthor='); INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (26, 'Extensions', 'extensions', '', '

    Out of the box, Joomla does a great job of managing the content needed to make your website sing. But for many people, the true power of Joomla lies in the application framework that makes it possible for thousands of developers around the world to create powerful add-ons that are called extensions. An extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available extensions:

    You can find more examples over at our growing Joomla! Extensions Directory. Prepare to be amazed at the amount of exciting work produced by our active developer community!

    A useful guide to the extension site can be found at:
    http://extensions.joomla.org/content/view/15/63/

    Types of Extensions

    There are five types of extensions:

    You can read more about the specifics of these using the links in the article table of contents (another useful feature of Joomla!) at the top right or by clicking on the next link below.


    Component - Joomla! Extension Directory Components

    A component is the largest and most complex of the extension types. Components are like mini-applications that renders the main body of the page. An analogy that might make the relationship easier to understand would be that Joomla! is a book and all the components are chapters in the book. The core content component (com_content), for example, is the mini-application that handles all core content rendering just as the core registration component (com_user) is the mini-application that handles user registration.

    Many of Joomla''s core features are provided by the use of default components such as:

    A Component will manage data, set displays, provide functions and in general can perform any operation that doesn''t fall under the general functions of the core code.

    Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard article and content display. Components make it possible to completely transform Joomla and greatly expand its capabilities.

    More information on components is available from the Joomla! help manual: Components
    http://help.joomla.org/content/view/77/153/


    Module - Joomla! Extension Directory Modules

    A more lightweight and flexible extension used for page rendering is a module. Modules are used for small bits of the page that are generally less complex and able to be seen across different components. To continue in our book analogy, a module can be looked at as a footnote or header block, or perhaps an image/caption block that can be rendered on a particular page. Obviously you can have a footnote on any page but not all pages will have them. Footnotes also might appear regardless of which chapter you are reading. Simlarly modules can be rendered regardless of which component you have loaded.

    Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Content (Newsflash) Modules are usually used to output data but they can also be form items to input data (Login Module and Polls as an example)

    Modules can be assigned to module positions which are defined in both your template and backend under the Site/Template Manager/Module Positions menu items. For example, "left" and "right" are common for a 3 column layout.

    Displaying Modules

    Each module is assigned to a module position on your site. If you wish it to display in two different locations you must copy the module and assign the copy to display at the new location. You can also set which menu items (and thus pages) a module will display on. You can select all menu items or you can pick and choose specific menu items by holding down the control key and selecting multiple menu items one by one in the Modules Edit screen

    Note your Main Menu is a Module! When you create a new menu in the menu manager you are actually copying the Main Menu module code and giving it the name of your new menu. When you copy a module you do not copy all it''s parameters you simply allow Joomla to use the same code with two separate settings.

    NewsFlash Example

    NewsFlash is a Module which will display content items from your site in an assignable module position. It can be used and configured to display one category, all categories or to randomly choose content items to highlight to users. It will display as much of an article as you set, and will show a "read more" link to take the user to the full page.

    The Newsflash component is particularly useful for things like Site News or to show the latest content item added to your site.

    More information on Modules is available from the Joomla! help manual: Modules
    http://help.joomla.org/content/view/91/153/


    Plugin - Joomla! Extension Directory Plugins

    One of the more advanced extensions for Joomla! is the plugin (formerly called a mambot). In previous versions plugins were known as mambots. Along with the development of Joomla! 1.5, mambots have been renamed to plugins and their functionality has been expanded. A plugin is a section of code that runs when a pre-defined event happens within Joomla! Editors are plugins, for example, that execute when the Joomla! event "onGetEditorArea" occurs. Using a plugin allows a developer to change the way their code behaves depending upon which plugins are installed to react to an event.

    More information on Plugins is available from the Joomla! help manual: Plugins
    http://help.joomla.org/content/view/110/153/


    Language - Joomla! Extensions Directory Languages

    New to Joomla! 1.5 and perhaps the most basic and critical extension is a language. Languages are packaged as either a core language pack or an extension language pack. They allow both the Joomla! core as well as third party components and modules to be internationalised.

    More information on languages is available from the Joomla! help manual: Languages
    http://help.joomla.org/content/view/23/160/

    ', '', -2, 4, 0, 29, '2006-10-11 12:00:00', 62, '', '2007-05-03 09:34:26', 62, 0, '0000-00-00 00:00:00', '2006-10-11 04:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 21, 0, 0, 'About Joomla!, General, Extensions', '', 0, 61, 'robots=\nauthor='), (27, 'The Joomla Community', 'the-joomla-community', '', '

    Got a question? With over 60,000 members, the online forum at Joomla.org are a great resource for both new an experienced users. Go ahead, ask your toughest questions, the community is waiting to see what you''re going to do with your Joomla! site.

    Do you want to show off your new Joomla website? Go ahead, we have a section dedicated to that on our forum.

    Do you want to join in?

    If you think working with Joomla! is fun, wait until you start working on it. We''re passionate about helping Joomla! users make the jump to becoming contributing members of the community, so there are many ways you can help Joomla''s development:

    That''s all you need to know if you''d like to join the Joomla! development community.

    ', '', -2, 4, 0, 30, '2006-10-12 18:50:48', 62, '', '2007-05-03 09:36:16', 62, 0, '0000-00-00 00:00:00', '2006-10-11 04:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 9, 0, 0, '', '', 0, 36, 'robots=\nauthor='), (28, 'How do I install Joomla! 1.5?', 'how-do-i-install-joomla-15', '', 'Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your website, and it is accessible with your browser.

    Download Joomla! 1.5, unzip it and put the files into the directory you website points to, fire up your browser and go to the page and the installation will start. We refer to the installation instructions on the help site for more information.', '', -2, 3, 0, 31, '2006-10-11 03:10:59', 62, '', '2007-05-03 09:37:17', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (29, 'What is the purpose of the collation selection in the installation screen?', 'what-is-the-purpose-of-the-collation-selection-in-the-installation-screen', '', 'The collation option determines the way ordering in the database is done. In languages that use special characters, for instance the German umlaut, the database collation determines the sorting order. If you don''t know which collation you need, select the "utf8_general_ci" as most languages use this. The other collations listed are exceptions in regards to the general collation. If your language is not listed in the list of collations it most likely means that "utf8_general_ci is suitable.', '', -2, 3, 0, 32, '2006-10-11 03:11:38', 62, '', '2007-05-03 09:40:32', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (30, 'What languages are supported by Joomla! 1.5?', 'what-languages-are-supported-by-joomla-15', '', 'Within the installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay,
    Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added.

    By default the English language is installed for the back and front-ends. You can download the language files from the Joomla! extensions site. In addition some translation teams are offering fully localised versions of the entire package. Please check the Joomla! help site for links to locations where languages and localised versions can be found.', '', -2, 3, 0, 32, '2006-10-11 03:12:18', 62, '', '2007-05-03 09:40:06', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 1, 'robots=\nauthor='), (31, 'Is it useful to install the example data?', 'is-it-useful-to-install-the-example-data', '', 'This depends on what you want to achieve. If you are new to Joomla! and have no clue how all fits together, just install the example data. If you don''t like the English example because you - for instance - speak Chinese, then leave it out.', '', -2, 3, 0, 27, '2006-10-11 11:12:55', 62, '', '2007-05-03 09:40:56', 62, 0, '0000-00-00 00:00:00', '2006-10-10 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (32, 'Where is the static content?', 'where-is-the-static-content', '', 'In Joomla! versions prior to 1.5 there was a distinctive difference on static and normal content. Both content types are still around, but are not handled as separate items. If you want to create static content, just select "uncategorized" as section and category and the content is handled as static content.', '', -2, 3, 0, 28, '2006-10-11 03:13:33', 62, '', '2007-05-03 09:37:04', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (33, 'What is uncategorised content?', 'what-is-uncategorised-content', '', 'Most articles will be assigned to a section and category. In many cases, you might not know where you want it to appear so put the article in the uncategorized section. The articles marked as uncategorized are handled as static content.', '', -2, 3, 0, 31, '2006-10-11 19:14:11', 62, '', '2007-05-03 09:37:15', 62, 0, '0000-00-00 00:00:00', '2006-10-10 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 2, 'robots=\nauthor='), (34, 'Does the PDF icon render pictures and special characters?', 'does-the-pdf-icon-render-pictures-and-special-characters', '', 'Yes! Prior to Joomla! 1.5, only the text values of an article and only for ISO-8859-1 encoding was allowed in the PDF rendition. With the new PDF library in place, the complete article including images is rendered and applied to the PDF. The PDF generator also handles the UTF-8 texts and can handle any character sets from any language. The appropriate fonts must be installed but this is done automatically during a language pack installation.', '', -2, 3, 0, 32, '2006-10-11 19:14:57', 62, '', '2007-05-03 09:40:13', 62, 0, '0000-00-00 00:00:00', '2006-10-10 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 2, 'robots=\nauthor='), (35, 'Is it possible to change the types of menu entries?', 'is-it-possible-to-change-the-types-of-menu-entries', '', 'You indeed can change the menu items type to whatever you want, even after they have been created. If you for instance want to change the blog section of a menu link, jump to the back end and edit the menu item. Push the "change type" button and select the details for the menu you want to assign.', '', -2, 3, 0, 31, '2006-10-11 03:15:36', 62, '', '2007-05-03 09:37:09', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (36, 'Where did the installer go?', 'where-did-the-installer-go', '', 'The improved installer can be found under the extensions option. With versions prior to 1.5 you needed to select a specific extensions type when you wanted to install it, with Joomla! 1.5 you just select the extension you want to upload, and click on install. The installer will do all the hard work for you.', '', -2, 3, 0, 28, '2006-10-11 03:16:20', 62, '', '2007-05-03 09:36:22', 62, 0, '0000-00-00 00:00:00', '2006-10-10 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (37, 'Where did the Mambots go?', 'where-did-the-mambots-go', '', 'Mambots have been renamed as "Plugins" Mambots were introduced in Mambo and offered possibilities to add plugin logic to your site to mainly for the purpose of manipulating content. In Joomla!, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.', '', -2, 3, 0, 28, '2006-10-11 11:17:00', 62, '', '2007-05-03 09:37:00', 62, 0, '0000-00-00 00:00:00', '2006-10-10 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (38, 'I installed with my own language, but the back end is still in English', 'i-installed-with-my-own-language-but-the-back-end-is-still-in-english', '', '

    A lot of different languages are available for the back end, but by default this language may not be installed. If you want a translated back end, get your language pack and install it using the back end installer. After this, go to the extensions menu, select language manager and make your language the default one. Your back end will be translated instantaneously.

    Users who have access rights to the back end may choose the language they prefer in their personal details parameters.

    This is of course also true for the front-end language.

    A good place to find where to download your languages and localised versions of Joomla is on our Help Site.

    ', '', -2, 3, 0, 32, '2006-10-11 19:18:14', 62, '', '2007-05-03 09:40:01', 62, 0, '0000-00-00 00:00:00', '2006-10-10 16:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 0, '', '', 0, 3, 'robots=\nauthor='), (39, 'How do I remove an article?', 'how-do-i-remove-an-article', '', '

    To completely remove an article, select the articles that you want to delete and move them to the trash. Next, open the Article Trash in the Content menu and select the articles you want to delete. After deleting an article, it is no longer available and it is not possible to undo this operation.

    ', '', -2, 3, 0, 27, '2006-10-11 11:19:01', 62, '', '2007-05-03 09:40:48', 62, 0, '0000-00-00 00:00:00', '2006-10-10 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 1, 'robots=\nauthor='), (40, 'What is the difference between archiving and trashing an article?', 'what-is-the-difference-between-archiving-and-trashing-an-article', '', '

    When you archive an article, the content is put into a state which removes it from your site as published content. The article is still available from within the administration interface and can be retrieved for archival purposes. Trashed articles are just one step from being deleted but are still available until you remove the items from the trash manager. You should use archive if you consider an article important, but not current. Trashed should be used when you want to delete the content entirely from your site and from future search results.

    ', '', -2, 3, 0, 27, '2006-10-11 11:19:43', 62, '', '2007-05-03 09:40:44', 62, 0, '0000-00-00 00:00:00', '2006-10-10 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 2, 'robots=\nauthor='), (41, 'Newsflash 5', 'newsflash-5', '', 'Joomla! 1.5 - ''Experience the Freedom''!. It has never been easier to create your own dynamic site. Manage all your content from the best CMS admin interface and in virtually any language you speak.', '', -2, 1, 0, 3, '2006-10-12 02:17:31', 62, '', '2007-05-03 09:41:36', 62, 0, '0000-00-00 00:00:00', '2006-10-11 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (42, 'Newsflash 4', 'newsflash-4', '', 'Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.', '', -2, 1, 0, 3, '2006-10-12 02:25:50', 62, '', '2007-05-03 09:41:28', 62, 0, '0000-00-00 00:00:00', '2006-10-11 08:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 4, 0, 0, '', '', 0, 1, 'robots=\nauthor='), (43, 'Example Pages and Menu Links', 'example-pages-and-menu-links', '', '

    This page is an example of content that is "uncategorized". You will see there is a new menu in the left column. It shows links to the SAME content presented in 4 different page layouts.

    Follow the links in the Example Pages menu to see some of the options available to you to present content.

    You can also have links to components and individual articles. This is all controlled in the menu links.

    ', '', -2, 0, 0, 0, '2006-10-12 11:26:52', 62, '', '2007-05-03 09:34:04', 62, 0, '0000-00-00 00:00:00', '2006-10-11 12:00:00', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 6, 0, 13, 'Uncategorized, Uncategorized, Example Pages and Menu Links', '', 0, 26, 'robots=\nauthor='), (44, 'Typography', 'typography', '', '
    Typography is a key element in web design. This templates delivers you sophisticated typography and various stylings. The style guide gives you an overview about all possible HTML tag stylings provided by the template. It also helps you to set up the available classes for special stylings.

    \r\n

    This is a H1 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n

    This is a H2 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n

    This is a H3 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n

    This is a H4 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    This is a H5 Header
    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    This is a H6 Header
    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n This are a sample <ul> and <li> tags:
    \r\n Without any classes:\r\n \r\n <ul> with class="checkbox"\r\n \r\n <ul> with class="checkbox-big"\r\n \r\n <ul> with class="arrow"\r\n \r\n <ul> with class="arrow-big"\r\n \r\n \r\n
    \r\n
    \r\n \r\n This are a sample <ol> and <li> tags:
    \r\n Without any classes:\r\n
      \r\n
    1. item 1
    2. \r\n
    3. item 2
    4. \r\n
    5. item 3
    6. \r\n
    \r\n <ol> with class="disc"\r\n
      \r\n
    1. item 1
    2. \r\n
    3. item 2
    4. \r\n
    5. item 3
    6. \r\n
    7. item 4
    8. \r\n
    9. item 5
    10. \r\n
    11. item 6
    12. \r\n
    \r\n <ol> with class="disc-big"\r\n
      \r\n
    1. item 1
    2. \r\n
    3. item 2
    4. \r\n
    5. item 3
    6. \r\n
    7. item 4
    8. \r\n
    9. item 6
    10. \r\n
    11. item 6
    12. \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\nThis is a sample <hr> tag:\r\n
    \r\n
    \r\n
    \r\nThis are sample <em> tags with special classes:
    \r\n
    \r\nem tag with class="box"
    \r\nem tag with class="file"
    \r\nem tag with class="directory"
    \r\n
    \r\n
    \r\nThis are a sample <div> tags with special classes:\r\n
    <div> tag with class="note" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="alert" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="download" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="info" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="tip" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n

    \r\n
    \r\n\r\nThis is a sample <blockquote> tag:\r\n
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    \r\n
    \r\nThis is a sample <blockquote> tag with an additional <div> tag
    \r\n(use <blockquote><div>....</div></blockquote>):\r\n
    \r\n
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\nThis is a sample <blockquote> tag with class="big":\r\n
    Lorem ipsum dolor sit amet, consec est tetur adipisicing elit, sed do eiusmod.
    \r\n
    \r\nThis is a sample <blockquote> tag with class="big" and an additional <div> tag
    \r\n(use <blockquote class="big"><div>....</div></blockquote>):\r\n
    \r\n
    Lorem ipsum dolor sit amet, consec est tetur adipisicing elit, sed do eiusmod.
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\nThis is a sample <pre> tag:\r\n
    \r\npre {\r\nbackground: #fff;\r\ncolor: #333;\r\npadding:10px;\r\nborder: 1px solid #ccc;\r\nborder-left: 5px solid #ccc;\r\n}\r\n
    ', '', -2, 0, 0, 0, '2007-06-04 14:55:09', 62, '', '2007-10-09 14:22:37', 62, 0, '0000-00-00 00:00:00', '2007-06-04 14:55:09', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 5, 0, 33, '', '', 0, 52, 'robots=\nauthor='), (45, 'Loom', 'switch', '', 'YOOtheme proudly presents Loom! Loom catches the spirit of the autumn season and combines beautiful colors with an elegant design. This exclusive YOOtheme Joomla! template re-introduces the great slider menu and is packed with all your favorite features and effects. Plus its ready to use with our popular YOOslider and YOOcarousel modules. The template and modules are available for Joomla! 1.0 and also as native Joomla! 1.5. Like always we bring you an unique style with the latest Web 2.0 features!\r\n\r\nAnd of course all the classic features are included: Tableless CSS Design, YOOmenu System, YOOspotlight, YOOlightbox, YOOreflection, YOOtoppanel, Styleswitcher, Active Item Detection and many more...\r\n

    \r\nGet this and 10+ additional templates for Joomla 1.5! Join the YOOtheme template club today.\r\n

    \r\nCheck out Surface at the demo page.\r\n
    Visit YOOtheme website.', '', -2, 0, 0, 0, '2007-06-04 12:56:16', 62, '', '2007-10-31 11:57:12', 62, 0, '0000-00-00 00:00:00', '2007-06-04 12:56:16', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 34, '', '', 0, 787, 'robots=\nauthor='), (46, 'YOOtoppanel', 'Features', '', 'Top Panel\r\nThe Top Panel is a hidden module area at the top of the template. By clicking the "Top Panel" button it slides down. To hide the Top Panel click the "Close" button at the upper right or hit the "Top Panel" button once again.\r\n
    \r\n
    \r\nAny content you publish in the "cpanel" module position appears in the Top Panel. It''s suitable for self presentation, legal information or login module.\r\n

    \r\nUse the template configuration to turned off the Top Panel. How does it look? Click here!
    \r\n
    \r\n
    \r\n/*** template parameters ***/\r\n$template_parameters = array(\r\n	"toppanel" => true        /* true | false */\r\n);\r\n\r\n
    \r\n
    \r\n
    ', '', -2, 0, 0, 0, '2007-06-04 12:58:32', 62, '', '2007-10-31 11:21:08', 62, 0, '0000-00-00 00:00:00', '2007-06-04 12:58:32', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 35, '', '', 0, 7, 'robots=\nauthor='), (47, 'Layout', 'layout', '', '
    With the module positions it is possible to have a nested right column or a normal right column.
    \r\nThis template also supports a wide variety of module positions and variations. All the modules are fully collapsible. If there is no module published in a certain position, this module position will contract and disappear.\r\n

    \r\nModules adjust to fit content vertically and horizontally. Many modules come in different colors and varieties. To switch between colors just set a module class suffix in the module properties.\r\n
    \r\n
    This template supports two general layout option. The "left" module block with the sub menu can be aligned to the left or the right site.
    \r\n
    \r\n/*** template parameters ***/\r\n$template_parameters = array(\r\n	"layout" => "left"     /* left | right */ \r\n);\r\n
    \r\n
    \r\n

    Left aligned


    \r\nLayout left with module positions\r\n
    \r\n

    Right aligned


    \r\nLayout right with module positions\r\n
    ', '', -2, 0, 0, 0, '2007-06-04 12:59:10', 62, '', '2007-10-31 10:34:20', 62, 0, '0000-00-00 00:00:00', '2007-06-04 12:59:10', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 36, '', '', 0, 40, 'robots=\nauthor='), (48, 'Features', 'features', '', 'Take a look at all the features implemented in this template and read short introduction how to use them. Select a feature from the left to jump to the details.\r\n
    \r\n
    \r\nClient site JS Framework\r\n
    All client side effects are written and optimized for the mootools framework. Our custom scripts take advantage of this framework to deliver the most reliable functionality in compact size. No Javascript library overload.\r\n

    \r\nMootools version\r\n
    This template uses Mootools 1.11\r\n

    \r\nTemplate download sizes\r\n
    All scripts and images are fast loading.\r\n\r\nIsn''t it really small? ;-)\r\n

    \r\nJavascript Compatibility\r\n
    All scripts are compatible with all modern browsers. More Information...\r\n
    Also most Javascript features can turned on/off in the configuration. A turned off feature will not effect the template anymore.\r\n
    \r\n

    Template Configuration

    \r\nThis template comes with an huge configuration to make it as flexible as possible and to fit all purposes. Features can turned on/off in the configuration.\r\n
    For example it''s no problem to deactivate the Styleswitcher completely and to stay always with a fixed width.
    \r\n
    \r\n/*** template parameters ***/\r\n$template_parameters = array(\r\n/* color variation */\r\n"color"               => "black",        /* default (white) | black */\r\n/* item color variation */\r\n"item1"               => "red",          /* default | red | blue | green | yellow | lilac */\r\n"item2"               => "blue",         /* default | red | blue | green | yellow | lilac */\r\n"item3"               => "green",        /* default | red | blue | green | yellow | lilac */\r\n"item4"               => "yellow",       /* default | red | blue | green | yellow | lilac */\r\n"item5"               => "lilac",        /* default | red | blue | green | yellow | lilac */\r\n"item6"               => "default",      /* default | red | blue | green | yellow | lilac */\r\n/* layout */\r\n"dogear"              => true,           /* true | false */\r\n"date"                => true,           /* true | false */\r\n"styleswitcherFont"   => true,           /* true | false */\r\n"styleswitcherWidth"  => true,           /* true | false */\r\n"layout"              => "left",         /* left | right */ \r\n/* features */\r\n"lightbox"            => true,           /* true | false */\r\n"reflection"          => true,           /* true | false */\r\n"snap"                => false,          /* true | false */\r\n/* style switcher */\r\n"fontDefault"         => "font-medium",  /* font-small | font-medium | font-large */\r\n"widthDefault"        => "width-wide",   /* width-thin | width-wide | width-fluid */\r\n"widthThinPx"         => 780,            /* template width for style "width-thin" */\r\n"widthWidePx"         => 940,            /* template width for style "width-wide" */\r\n"widthFluidPx"        => 0.9,            /* template width for style "width-fluid" */\r\n/* top panel */\r\n"toppanel"            => true,           /* true | false */\r\n"heightToppanel"      => 320,            /* height of the sliding when moving down */\r\n/* text */\r\n"textToppanel"        => "Top Panel",    /* text label for the toppanel */\r\n/* javascript */\r\n"loadJavascript"      => "true"        /* true | false */\r\n);\r\n
    \r\n

    \r\nDid you notice?\r\n
    This template supports two general layout option. The "left" module block with the sub menu can be aligned to the left or the right site. More Information...\r\n
    \r\n
    ', '', -2, 0, 0, 0, '2007-06-04 14:59:48', 62, '', '2007-08-23 18:29:35', 62, 0, '0000-00-00 00:00:00', '2007-06-04 14:59:48', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 7, 0, 37, '', '', 0, 116, 'robots=\nauthor='), (49, 'Dummy Content', 'dummy-content', '', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', '', -2, 0, 0, 0, '2007-06-04 15:00:30', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-06-04 15:00:30', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 38, '', '', 0, 52, 'robots=\nauthor='); INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (50, 'Styleswitcher', 'Features', '', 'Styleswitcher\r\nAccessibility is very important to make your website accessible for a wide range of users. The YOOtheme Styleswitcher enables your website to fit to any screen resolution and to resize the entire text. This is done by giving users ability to change font size and page width.\r\n
    \r\n
    \r\nThe YOOtheme Styleswitcher is a smart combination of javascript and php which delivers an advanced solution for best user experience.
    And the icing on the cake is a smooth sliding effect. Try it out now, by clicking the styleswitcher!
    \r\n
    Notice: it''s no problem to deactivate the Styleswitcher completely and to stay always at a fixed width. Just set the Styleswitcher in the template configuration to false and choose your default fixed width.
    \r\nFor Example:\r\n
    \r\n"styleswitcherFont"   => false,           /* true | false */\r\n"styleswitcherWidth"  => false,           /* true | false */\r\n\r\n"fontDefault"         => "font-medium",   /* font-small | font-medium | font-large */\r\n"widthDefault"        => "width-wide",    /* width-thin | width-wide | width-fluid */\r\n
    ', '', -2, 0, 0, 0, '2007-06-04 15:00:56', 62, '', '2007-09-30 16:16:18', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:00:56', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 39, '', '', 0, 0, 'robots=\nauthor='), (51, 'Tableless CSS Design', 'Features', '', 'Tableless CSS design is the art of building websites without resorting to the use of tables merely for presentational purposes. Instead of tables, CSS (Cascading Style Sheets) positioning is used to arrange elements and text on a web page. This Template is build with tableless CSS design. This improves web accessibility and makes HTML code semantic. \r\n
    For more advantages look at Wikipedia: tableless web design
    \r\nOur tableless CSS design works in nearly every modern browser. Look at Browser compatibility. Also you can use any Div-Layout with float and clear inside the template.
    \r\n
    \r\nFor Example some left and right floating boxes:

    \r\n
    Box A
    \r\n
    Box B
    \r\n
    Box C
    \r\n
    Box F
    \r\n
    Box E
    \r\n
    Box D
    \r\n
    Clearing Box
    \r\n
    \r\n
    ', '', -2, 0, 0, 0, '2007-06-04 15:02:49', 62, '', '2007-09-30 16:16:42', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:02:49', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 40, '', '', 0, 0, 'robots=\nauthor='), (52, 'YOOlightbox', 'Features', '', 'Test LightboxWe’ve integrated a visual clone of the popular Lightbox JS v2.0 called Slimbox. Slimbox is smaller, more efficient, more convenient and 100% compatible with the original Lightbox v2.\r\n

    \r\nLightbox allows you to show overlay popups of images on the page you are currently at instead of linking to a new window. It shows a small preloader animation before showing the full image.\r\n
    \r\n
    You have 2 different ways to use Slimbox/Lightbox. For demonstrating the "YOOtheme" Method, just click image to the right.\r\n


    \r\n

    1. "YOOtheme" Method

    \r\nAdd a class="lightbox" attribute to any image tag. Our script takes care of everything and will enable the lightbox behavior. It''s a quick and simple way to add the lightbox effect to any image.
    The related popup image filename must have the suffix _lightbox and must be in the same folder as the image.
    \r\nFor example:\r\n
    \r\n<img class="lightbox" title="my caption" src="image.jpg" width="240" height="180" />\r\n
    \r\nOptional: Use the title attribute if you want to show a caption.
    \r\n

    \r\n

    2. "traditional" Method

    \r\nAdd a rel="lightbox" attribute to any link tag to activate the lightbox.
    \r\n
    \r\nFor example:
    \r\n
    \r\n<a href="image.jpg" rel="lightbox" title="my caption">image #1</a>\r\n
    \r\nOptional: Use the title attribute if you want to show a caption.
    \r\n
    \r\nIf you have a set of related images that you would like to group, follow step one but additionally include a group name between square brackets in the rel attribute.
    \r\n
    \r\nFor example:
    \r\n
    \r\n<a href="image-1.jpg" rel="lightbox[a]">image #1</a>
    \r\n<a href="image-2.jpg" rel="lightbox[a]">image #2</a>\r\n
    \r\nTry out this feature by clicking on the following links: image #1 and showcase with two images\r\n', '', -2, 0, 0, 0, '2007-06-04 15:03:32', 62, '', '2007-09-30 16:17:09', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:03:32', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 41, '', '', 0, 4, 'robots=\nauthor='), (53, 'YOOreflection', 'Features', '', '

    Reflection

    \r\nYOOreflection allows to add fantastic reflection effects to your images in modern browsers. This template includes Reflection.js for mootools which is an improved version of the original Reflection.js script. So you don''t need to spend time in an image editor creating reflections.
    \r\n

    \r\n

    Usage

    \r\nYOOreflections can be added to any image tag over any kind of background (even image backgrounds!). Add a class="reflect" attribute to any image tag.
    \r\n
    \r\nFor example:\r\n
    \r\n<img class="reflect" title="my caption" src="image.jpg" width="240" height="180" />\r\n
    \r\n
    You can apply multiple classes to an image (separated by spaces), the script will detect if “reflect” is one of them.\r\n

    \r\nCSS limitations
    \r\nWhen adding the reflection effect, the script wraps the image inside a block and adds the reflection to the same block, just below the original image. The class and style attributes of the image will be set blank and applied to the div instead, so the whole block will show like the original image.\r\nThis means that you can style the mirrored images using CSS classes and using their style attribute, but you can not style the img tag directly.', '', -2, 0, 0, 0, '2007-06-04 15:04:05', 62, '', '2007-10-01 11:54:26', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:04:05', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 42, '', '', 0, 3, 'robots=\nauthor='), (54, 'YOOmenu', 'Features', '', 'YOOmenu\r\nAll menus shown on this page are implemented using the YOOmenu system. YOOmenu is a flexible all-in-one menu system right out of the box. It makes it possible to bring you the freshest Javascript menus and a lot of cool features. It just takes your experience to a whole new level. \r\n

    \r\nThe YOOmenu introduces to two new stunning menus to the Joomla world.\r\n\r\nIt also comes with two really enjoyable features:\r\n\r\n
    \r\n
    Active Item Detection
    \r\nWith the Active Item Detection the template knows which menu item you are currently browsing. For example set any CSS class depending on the active/current menu item in the body tag. This makes it possible to give each page a different color styling.\r\n
    \r\n
    \r\nExample how the template configuration can look like:\r\n
    \r\n/* item color variation */\r\n"item1"               => "red",          /* red | blue | green | yellow */\r\n"item2"               => "blue",         /* red | blue | green | yellow */\r\n"item3"               => "green",        /* red | blue | green | yellow */\r\n"item4"               => "yellow",       /* red | blue | green | yellow */\r\n...\r\n
    \r\n
    \r\nAnd the generated template HTML output can look like this, if you are currently in Home (item1)...\r\n
    <body class="blue">...</body>\r\n
    \r\n
    \r\n
    \r\n
    Background Images
    \r\nUsing the YOOmenu system background images can be set through Joomla! with the built in Joomla! menu image parameter. Now you can set an image to each menu item in the Joomla! menu administration and it will appear as the items background image.\r\n
    \r\n
    \r\nFor example: Take a look at the icons (e.g. new!, web 2.0) in the sub menu or the images in Slider Menu.\r\n
    After creating a new menu item open it again for editing. Now you can set an image to the menu item parameter in the parameters section. After saving the image will appear as background image behind the menu item.\r\n
    \r\nYOOmenu Configuration
    \r\n
    \r\n
    Split Menu
    \r\nYOOmenu enables you to separate one menu into different outputs displaying certain menu levels. Each output can be placed anywhere on your site.\r\n
    YOOmenu uses the ''mainmenu'' by default. The Slider Menu shows the top level of the hierarchical menu structure. All sub levels of the currently selected top level item will show up in the sub menu on the left.
    ', '', -2, 0, 0, 0, '2007-06-04 15:04:41', 62, '', '2007-10-01 08:53:16', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:04:41', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 32, '', '', 0, 8, 'robots=\nauthor='), (55, 'PNG Fix for IE6', 'Features', '', 'This template includes the YOOtheme PNG Fix for Internet Explorer up to version 6.x because these browser versions don’t support PNG transparency natively (Internet Explorer version 7 supports PNG transparency natively). The YOOtheme PNG Fix enables PNG Alpha Transparency for inline images in the whole template just by giving them a class="correct-png" attribute.
    \r\n
    \r\nFor example:
    \r\n
    \r\n<img class="correct-png" src="image-1.jpg" width="240" height="180" />\r\n
    \r\n
    \r\n
    PNG Fix only effects png images you want and not all png images. The YOOtheme PNG Fix is only activated when needed. IE7 and all other browsers ignore the PNG Fix.
    \r\nTake a look at the icons inside the black, red and yellow module boxes, which are images with PNG transparency.
    \r\n
    ', '', -2, 0, 0, 0, '2007-06-04 15:05:15', 62, '', '2007-09-30 16:18:34', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:05:15', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 31, '', '', 0, 0, 'robots=\nauthor='), (56, 'XHTML&CSS Validation', 'Features', '', 'XHTML&CSS Validation\r\nThis template validates to XHTML and CSS web standards.\r\n
    \r\n
    \r\nIn particular this template is build with tableless CSS design. This template achieves complete separation of the presentation from content and structure using nice and clean XHTML and CSS code.\r\n

    The major reason for this separation of concerns is to simplify any change from a slight design adjustment to a full-fledged redesign. Furthermore it increases the site accessibility for a wide range of user agent software and devices, like screen readers.\r\n
    You can check the validation of this template at the world wide web consortium by clicking the icons in the footer of this template.

    \r\n
    \r\n
    ', '', -2, 0, 0, 0, '2007-06-04 15:05:40', 62, '', '2007-09-30 16:18:55', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:05:40', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 14, '', '', 0, 0, 'robots=\nauthor='), (57, 'Browser Compatibility', 'Features', '', 'This template is designed to be compatible with all modern browsers. So it provides the best experience to all your visitors.\r\n

    \r\nFirefox\r\nInternet Explorer 6\r\nInternet Explorer 7\r\nSafari\r\nOpera\r\nCamino\r\nKonqueror\r\n



    Fully tested in...\r\n
    ', '', -2, 0, 0, 0, '2007-06-04 15:06:06', 62, '', '2007-09-30 16:19:14', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:06:06', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 17, '', '', 0, 0, 'robots=\nauthor='), (58, 'Demo Content', 'Features', '', 'In addition to this template you can download the complete demo content which contains all content from this demo site you see right now. It consists of the database backup as text file and all images used on this site.
    Database backup and all images downloadable as zip file.
    So you can set up the whole demo site on your own private webserver. This allows you to check all the backend administration settings and gives you a good start, how to use this template...
    Re-use of any graphics, icons or photos from the demo content for any purpose is strictly prohibited. The demo content is only for demonstration use.

    ', '', -2, 0, 0, 0, '2007-06-04 15:06:51', 62, '', '2007-09-30 16:19:52', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:06:51', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 2, 0, 18, '', '', 0, 0, 'robots=\nauthor='), (59, 'Slider Menu', 'Features', '', 'Slider MenuThis template implements the exclusive YOOtheme Slider Menu System for the horizontal top navigation.\r\n
    \r\n
    \r\nIt comes with a smooth horizontal sliding effect while hovering the menu items. The Slider Menu is completely and automatically generated from the basic Joomla! menu. This means that it can be fully administrated through the Joomla! backend. The button width can easily be set in the template configuration.\r\n
    \r\n
    \r\nFor example take a look at the top and hover the menu items.\r\n
    You can set an image to each menu item in the Joomla! menu administration and it will appear as the items background image. Nice, eh? ;-)

    \r\n
    ', '', -2, 0, 0, 0, '2007-06-04 13:07:20', 62, '', '2007-10-30 17:22:03', 62, 0, '0000-00-00 00:00:00', '2007-06-04 13:07:20', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 5, 0, 21, '', '', 0, 8, 'robots=\nauthor='), (65, 'YOOslider', 'yooslider', '', 'YOOtheme proudly presents the new YOOslider module!\r\n
    \r\n
    \r\nThe exclusive YOOslider module can be vertical or horizontal aligned and comes with smooth sliding effects while hovering the items. It also features two sliding behaviors to get different sliding effects. \r\n
    \r\n
    \r\n
    The Drawer
    \r\n\r\n
    The Slider
    \r\n\r\n
    \r\n

    Configuration of the YOOslider

    \r\nThe YOOslider comes with an huge configuration to make it as flexible as possible and to fit all purposes.\r\n

    \r\nFor example goto the Joomla! backend, install the YOOslider module and edit the module settings.\r\n
    Choose a category to set the content items which should be loaded in the YOOslider.\r\n
    \r\nYOOslider configuration\r\n
    \r\nEnjoy!\r\n
    ', '', -2, 0, 0, 0, '2007-08-02 19:28:35', 62, '', '2007-09-30 16:21:59', 62, 0, '0000-00-00 00:00:00', '2007-08-02 19:28:35', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 23, '', '', 0, 5, 'robots=\nauthor='), (61, 'Accordion Menu', 'Features', '', 'Accordion MenuThis template takes advantage of the exclusive YOOtheme Accordion Menu for the sub level navigation. The Accordion Menu uses mootools for the transition effect with smooth animation and color fading.\r\n
    \r\n
    \r\nFor example take a look at the left/right and click on the arrows in the submenu to open the next menu level.\r\n
    \r\n
    \r\nTo setup the Accordion Menu do the following.\r\n
    Create a new menu item for level 2 (this means a new item for the sub menu). Choose under "Miscellaneous" the "Separator/Placeholder" option.\r\n
    \r\nAccordion Menu Setup\r\n
    \r\nNext create new menu items in level 3 (this means the sub level of the new "Separator/Placeholder"). For example take a look.\r\n
    \r\nAccordion Menu Setup\r\n
    ', '', -2, 0, 0, 0, '2007-06-04 15:08:16', 62, '', '2007-09-30 16:20:45', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:08:16', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 24, '', '', 0, 3, 'robots=\nauthor='), (62, 'YOOlogin', 'Features', '', 'With the YOOlogin module you get a enhanced version of the default Joomla! login module. We took the liberty to get rid of the tables used in the Joomla! login module to provide you a clean design. The YOOlogin module now fits well in our professional template layouts.\r\n
    Also we have integrated some additional features. Check out the module parameters in your Joomla! backend.
    \r\n
    \r\nTo setup the YOOlogin module follow these instructions:\r\n', '', -2, 0, 0, 0, '2007-06-04 15:08:47', 62, '', '2007-09-30 16:21:16', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:08:47', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 2, 0, 27, '', '', 0, 1, 'robots=\nauthor='), (63, 'Sliced Image Sources', 'Features', '', 'Launch up your Adobe Fireworks and open the fully sliced image source files to get started with some serious customizations! Does some color doesn''t match your current taste? Or do you need to match the templates design closer to your clients corporate identity? No problem, start modifying the included image source file to suit your needs.\r\n
    Adobe Fireworks .png file downloadable as zip file.
    ', '', -2, 0, 0, 0, '2007-06-04 15:09:16', 62, '', '2007-09-30 16:21:37', 62, 0, '0000-00-00 00:00:00', '2007-06-04 15:09:16', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 3, 0, 28, '', '', 0, 2, 'robots=\nauthor='), (66, 'YOOslider', 'yooslider', '', '
    \r\n
    \r\n New! YOOslider\r\n
    \r\n

    New! YOOslider

    \r\n Keep playing with the new\r\n
    YOOslider module.\r\n
    Learn more...\r\n
    ', '', -2, 5, 0, 33, '2007-08-03 13:23:04', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:23:04', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (67, 'Latest Gadgets', 'latest-gadgets', '', '
    \r\n
    \r\n Latest Gadgets\r\n
    \r\n

    Latest Gadgets

    \r\n Check out the latest\r\n
    cutting-edge features.\r\n
    Learn more...\r\n
    ', '', -2, 5, 0, 33, '2007-08-03 13:23:33', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:23:33', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (68, 'YOOtheme', 'yootheme', '', '
    \r\n
    \r\n YOOtheme\r\n
    \r\n

    YOOtheme

    \r\n Professional Web 2.0\r\n
    Joomla! template club.\r\n
    Learn more...\r\n
    ', '', -2, 5, 0, 33, '2007-08-03 13:23:52', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:23:52', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (69, 'Sign up', 'sign-up', '', '
    \r\n
    \r\n Sign up\r\n
    \r\n

    Sign up

    \r\n Web 2.0 for your site?\r\n
    Kick your design from 1999!\r\n
    Join today...\r\n
    ', '', -2, 5, 0, 33, '2007-08-03 13:24:05', 62, '', '2007-08-03 13:24:19', 62, 0, '0000-00-00 00:00:00', '2007-08-03 13:24:05', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 2, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (70, 'YOOslider', 'yooslider', '', '
    \r\n
    \r\n
    \r\n New! YOOslider\r\n
    \r\n
    \r\n
    \r\n

    New! YOOslider

    \r\n Keep playing with the new\r\n
    YOOslider module.\r\n
    Learn more...\r\n
    \r\n
    ', '', -2, 5, 0, 34, '2007-08-03 13:24:25', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:24:25', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (71, 'Latest Gadgets', 'latest-gadgets', '', '
    \r\n
    \r\n
    \r\n Latest Gadgets\r\n
    \r\n
    \r\n
    \r\n

    Latest Gadgets

    \r\n Check out the latest\r\n
    cutting-edge features.\r\n
    Learn more...\r\n
    \r\n
    ', '', -2, 5, 0, 34, '2007-08-03 13:24:43', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:24:43', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (72, 'YOOtheme', 'yootheme', '', '
    \r\n
    \r\n
    \r\n YOOtheme\r\n
    \r\n
    \r\n
    \r\n

    YOOtheme

    \r\n Professional Web 2.0\r\n
    Joomla! template club.\r\n
    Learn more...\r\n
    \r\n
    ', '', -2, 5, 0, 34, '2007-08-03 13:25:04', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:25:04', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (73, 'Sign up', 'sign-up', '', '
    \r\n
    \r\n
    \r\n Sign up\r\n
    \r\n
    \r\n
    \r\n

    Sign up

    \r\n Web 2.0 for your site?\r\n
    Kick your design from 1999!\r\n
    Join today...\r\n
    \r\n
    ', '', -2, 5, 0, 34, '2007-08-03 13:25:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-03 13:25:15', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (74, 'YOOcarousel', 'yoocarousel', '', 'YOOtheme rolls out it''s second exclusive YOOtheme module. The YOOcarousel!\r\n
    \r\n
    \r\nYOOcarousel is a very cool slideshow module which is most suitable to present a group of articles on the frontpage. It rotates automatically through all the articles. It features a tab menu which makes it possible to pick and display certain article and stop the slideshow. YOOcarousel comes with two different transition effects: Sliding and Fading. Be sure to check it out!\r\n
    \r\n
    \r\n
    Basically the YOOcarousel is a collection of articles/items which slides or fades from one to the next, with a collection of tabs that references each article/item.
    \r\n
    \r\n
    \r\n

    Configuration of the YOOcarousel

    \r\nTake full control of the YOOcarousel! With the flexible module settings you can customize almost everything. \r\n

    \r\nFor example goto the Joomla! backend, install the YOOcarousel module and edit the module settings.\r\n
    Choose a category to set the content items which should be displayed in the YOOcarousel.\r\n
    \r\nYOOcarousel configuration\r\n
    \r\nEnjoy!\r\n
    ', '', -2, 0, 0, 0, '2007-08-23 12:44:12', 62, '', '2007-09-30 16:22:17', 62, 0, '0000-00-00 00:00:00', '2007-08-23 12:44:12', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 2, 0, 29, '', '', 0, 17, 'robots=\nauthor='), (75, 'YOOspotlight', 'yoospotlight', '', 'YOOtheme introduces another new exclusive YOOtheme template feature. YOOspotlight!\r\n
    \r\n
    \r\nYOOspotlight creates a smooth fading effect between two images while hovering a element. Now you can place cool spotlight effects all over your site.\r\n

    \r\n

    How to

    \r\nCreate a div or span element with a background image (image.png) to display your image in your content. Add a class="spotlight" attribute to the div/span tag. The filename of the related image for the hover effect has to be named with the suffix _spotlight (image_spotlight.png) and has to be in the same folder as the background image (image.png).\r\n

    Example for div tag:\r\n
    \r\n<div class="spotlight" style="background: url(../images/logo.png);" width="240" height="180"></div>
    \r\n
    Example for span tag:\r\n
    \r\n<span class="spotlight" style="background: url(../images/logo.png); display: block;" width="240" height="180"></span>\r\n
    \r\n
    \r\n
    If you want to put a link around the YOOspotlight image use span tags for the YOOspotlight to be XHTML 1.0 valid. And don''t forget to add display: block to the CSS styling for the span tag.\r\n
    \r\n
    Please Note: YOOspotlight is only working in IE6 with .jpg and .gif images. If you are using transparent .png images no effect is applied in IE6.\r\n
    ', '', -2, 0, 0, 0, '2007-08-23 12:44:46', 62, '', '2007-10-05 11:59:33', 62, 0, '0000-00-00 00:00:00', '2007-08-23 12:44:46', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 11, 0, 30, '', '', 0, 20, 'robots=\nauthor='), (76, 'Latest Gadgets', 'latest-gadgets', '', '
    \r\n\r\n
    \r\n \r\n \r\n \r\n

    YOOcarousel

    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n

    YOOspotlight

    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n

    YOOslider

    \r\n
    \r\n \r\n
    \r\n Web 2.0 for your site? Kick your design from 1999!\r\n
    Check out the latest cutting-edge template features and join the YOOtheme club today! Learn more...\r\n
    \r\n\r\n
    ', '', -2, 7, 0, 35, '2007-08-23 16:24:14', 62, '', '2007-09-08 13:55:54', 62, 0, '0000-00-00 00:00:00', '2007-08-23 16:24:14', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 5, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (77, 'YOOcarousel', 'yoocarousel', '', '
    \r\n\r\n
    \r\n \r\n New! YOOcarousel\r\n \r\n
    \r\n
    \r\n \r\n New! YOOcarousel\r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n We proudly presents the second\r\n
    exclusive YOOtheme module. The YOOcarousel!\r\n

    The YOOcarousel is a collection of items which slides\r\n
    or fades from one to the next, with a collection\r\n
    of tabs that reference each item. Learn more...\r\n
    \r\n \r\n
    ', '', -2, 7, 0, 35, '2007-08-23 16:24:43', 62, '', '2007-10-12 10:15:03', 62, 0, '0000-00-00 00:00:00', '2007-08-23 16:24:43', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 7, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (78, 'YOOspotlight', 'yoospotlight', '', '
    \r\n\r\n
    \r\n \r\n New! YOOspotlight\r\n \r\n
    \r\n
    \r\n \r\n New! YOOspotlight\r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n We introduces a new exclusive\r\n
    YOOtheme template feature. The YOOspotlight!\r\n

    The YOOspotlight makes an smooth fading between two\r\n
    images possible when hovering. Now you can place\r\n
    cool spotlight effects all over your site. Learn more...\r\n
    \r\n \r\n
    ', '', -2, 7, 0, 35, '2007-08-23 16:25:11', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-23 16:25:11', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (79, 'YOOslider', 'yooslider', '', '
    \r\n\r\n
    \r\n \r\n New! YOOslider\r\n \r\n
    \r\n
    \r\n \r\n New! YOOslider\r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n We proudly presents the\r\n
    exclusive YOOtheme module. The YOOslider!\r\n

    The YOOslider is a collection of items which can be\r\n
    vertical or horizontal aligned and comes with smooth\r\n
    sliding effects while hovering the items. Learn more...\r\n
    \r\n \r\n
    ', '', -2, 7, 0, 35, '2007-08-23 16:25:31', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2007-08-23 16:25:31', '0000-00-00 00:00:00', '', '', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (93, 'Header 05', 'bricks', '', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '', -2, 7, 0, 36, '2007-09-30 14:04:39', 62, '', '2007-10-30 17:26:15', 62, 0, '0000-00-00 00:00:00', '2007-09-30 14:04:39', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (94, 'Header 04', 'bunker', '', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '', -2, 7, 0, 36, '2007-09-30 14:04:59', 62, '', '2007-10-30 17:25:59', 62, 0, '0000-00-00 00:00:00', '2007-09-30 14:04:59', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 3, 0, 0, '', '', 0, 0, 'robots=\nauthor='); INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (95, 'Header 03', 'poster', '', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '', -2, 7, 0, 36, '2007-09-30 14:05:22', 62, '', '2007-10-30 17:25:44', 62, 0, '0000-00-00 00:00:00', '2007-09-30 14:05:22', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (96, 'Header 02', 'sewer', '', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '', -2, 7, 0, 36, '2007-09-30 14:05:45', 62, '', '2007-10-30 17:25:28', 62, 0, '0000-00-00 00:00:00', '2007-09-30 14:05:45', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (97, 'Header 01', 'windows', '', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '', -2, 7, 0, 36, '2007-09-30 14:06:06', 62, '', '2007-10-30 17:25:14', 62, 0, '0000-00-00 00:00:00', '2007-09-30 14:06:06', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (98, 'Inicio', 'inicio', '', '

    LONDRES PRODUCCIONES

    DE GERARDO VILLANUEVA

    Soy la cara visible de la empresa pero detrás mío hay un equipo interdisciplinario. Cada fiesta es única e irrepetible
    Nos fijamos en todos los detalles como si fuéramos los anfitriones de la fiesta
    Nos adaptamos al perfil del cliente. Tipo de fiesta y poder adquisitivo.
    Convierte tus sueños en realidad
    ¡será inolvidable!

    ', '', -2, 0, 0, 0, '2008-09-05 15:11:55', 62, '', '2008-09-05 17:38:28', 62, 0, '0000-00-00 00:00:00', '2008-09-05 15:11:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 5, 0, 11, '', '', 0, 3498, 'robots=\nauthor='), (99, 'Forma de trabajo', 'forma-de-trabajo', '', ' \r\n

    1) Asesoramiento e implementación
    \r\n2) Planificación y ejecución
    \r\n3) Supervisión y coordinación general
    \r\n4) Evaluación y mejora continua

    \r\n

    Ofrecemos nuestros servicios en forma:
    \r\nINTEGRAL
    \r\n
    Se buscan todos los proveedores

    \r\n

    PARCIAL
    \r\n
    Se buscan algunos
    \r\n
    \r\n

    \r\n

    BÁSICA
    \r\n
    Teniendo todos los proveedores precisan un profesional que supervise

    \r\n

    TIPOS DE EVENTOS

    \r\n

    SOCIALES
    \r\n
    Bautismo
    \r\nComunión
    \r\nDespedida de soltero/a
    \r\nCasamientos
    \r\nAniversario de bodas
    \r\nCumpleaños
    \r\nTemáticas

    \r\n
    Bar Mitzvá
    \r\nBat Mitzvá

    \r\n
    \r\nEMPRESARIALES
    \r\n
    Desayuno de trabajo
    \r\nAlmuerzo de trabajo
    \r\nDesfile de modas
    \r\nLanzamiento de productos
    \r\nInauguraciones
    \r\nExposiciones
    \r\nCongresos

    \r\n

     

    ', '', -2, 0, 0, 0, '2008-09-05 15:17:09', 62, '', '2008-10-30 00:25:27', 62, 0, '0000-00-00 00:00:00', '2008-09-05 15:17:09', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 8, 0, 5, '', '', 0, 1120, 'robots=\nauthor='), (100, 'Servicios', 'servicios', '', '

    Vea nuestras fotos

    Ofrecemos nuestros servicios en los siguientes rubros:

    CONSULTA SIN CARGO

     

    ', '', -2, 0, 0, 0, '2008-09-05 15:25:03', 62, '', '2008-10-28 21:38:46', 62, 0, '0000-00-00 00:00:00', '2008-09-05 15:25:03', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 2, '', '', 0, 999, 'robots=\nauthor='), (101, 'Modelos', 'modelos', '', '

    \r\nPara ver fotos de nuestro STAFF DE MODELOS haga clic AQUÍ
    \r\n\r\n

    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    Si le interesa pertenecer a nuestro staff de modelos envienos sus datos y nos pondremos en contacto con usted.
    \r\n
    \r\n

    Datos Personales

    \r\n
    \r\n
    Nombre *
    \r\n
    \r\n
    \r\n
    \r\n
    Apellido *
    \r\n
    \r\n
    \r\n
    \r\n
    Email *
    \r\n
    \r\n
    \r\n
    \r\n
    Teléfono *
    \r\n
    \r\n
    \r\n
    \r\n
    Edad *
    \r\n
    \r\n
    \r\n
    \r\n
    Sexo *
    \r\n
    \r\n
    \r\n
    \r\n
    Altura *
    \r\n
    \r\n
    \r\n
    \r\n
    Peso*
    \r\n
    \r\n
    \r\n
    \r\n
    País *
    \r\n
    \r\n
    \r\n
    \r\n
    Ciudad *
    \r\n
    \r\n
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n', '', -2, 0, 0, 0, '2008-09-05 15:27:08', 62, '', '2009-01-02 13:57:45', 62, 0, '0000-00-00 00:00:00', '2008-09-05 15:27:08', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 1, '', '', 0, 1942, 'robots=\nauthor='), (102, 'Contacto', 'contacto', '', '\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n

    Contacto:
    \r\n 095141900
    \r\n (2) 2096572

    \r\n

    Desde el exterior de Uruguay:
    \r\n +598 95141900
    \r\n +598 2 2096572

    \r\n

    E-mail: contacto@londresproducciones.com
    \r\n  

    \r\n
    \r\n

    Datos Personales

    \r\n
    \r\n
    Nombre *
    \r\n
    \r\n
    \r\n
    \r\n
    Apellido *
    \r\n
    \r\n
    \r\n
    \r\n
    Email *
    \r\n
    \r\n
    \r\n
    \r\n
    Télefono *
    \r\n
    \r\n
    \r\n
    \r\n
    País *
    \r\n
    \r\n
    \r\n
    \r\n
    Ciudad *
    \r\n
    \r\n
    \r\n
    \r\n
    ¿Como supiste de nuestra web? *
    \r\n
    \r\n
    \r\n
    \r\n

    Consulta

    \r\n
    \r\n

    \r\n  
    \r\n
     
    \r\n
    \r\n
    \r\n
    ', '', -2, 0, 0, 0, '2008-09-05 15:27:55', 62, '', '2008-10-30 00:30:45', 62, 0, '0000-00-00 00:00:00', '2008-09-05 15:27:55', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 3, '', '', 0, 867, 'robots=\nauthor='), (103, '1', '1', '', '

    ', '', -2, 8, 0, 37, '2008-09-05 18:42:07', 62, '', '2008-09-05 22:51:20', 62, 0, '0000-00-00 00:00:00', '2008-09-05 18:42:07', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 9, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (104, '2', '2', '', '', '', -2, 8, 0, 37, '2008-09-05 22:43:44', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2008-09-05 22:43:44', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 0, 'robots=\nauthor='), (105, 'Gracias', 'gracias', '', '
    Su mensaje se ha enviado con éxito.
    \r\n
    \r\n
    Muchas gracias!
    ', '', -2, 0, 0, 0, '2008-10-28 22:53:18', 62, '', '2009-01-02 18:46:51', 62, 0, '0000-00-00 00:00:00', '2008-10-28 22:53:18', '0000-00-00 00:00:00', '', '', 'show_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 4, 0, 4, '', '', 0, 354, 'robots=\nauthor='), (106, 'Inicio', 'inicio', '', '

    Bienvenido a

    \r\n
    Herrería Uruguay
    \r\n


    Brindamos un servicio integral en herrería cubriendo todas las necesidades que nuestros clientes tengan.

    \r\n

    Realizamos todo tipo de trabajo en hierro ya sea fabriación como reparación.

    \r\n

    También contamos con personal que se encarga de la herrería artesanal como por ejemplo lamparas, arañas, etc.

    Algunos de los trabajos que ofrecemos son:
    - Rejas en general
    - Verjas
    - Puertas a medida
    - Haleros
    - Barandas
    - Pérgolas
    - Portones corredizos
    - Encasquillado de motores y arranques
    - Ruedas para portones corredizos
    - Soldaduras
    - Techos livianos
    - Parrillas
    - Muebles a medida
    - Montajes Industriales (pañoles, protección de montacargas, estanterías, soportes para maquinarias, etc)
    - Protección de Piletas y Balcones
    - Escaleras
    - Entrepisos
    - Frentes de Locales
    - Marquesinas
    - Instalaciones para Locales

    \r\n

    Por otros trabajos no dude en consultarnos ya que probablemente podamos realizarlo para usted!

    En Herrería Uruguay, manejamos los precios más competitivos del mercado, ya que, optimizamos los tiempos de trabajo utilizando tecnología y, logrando asi, un bajo costo que como resultado final, se refleja en nuestros presupuestos, en la conformidad del cliente y en nuestra satisfacción.
    Ponganos a prueba, pidanos un presupuesto!

    \r\n

    Somos un equipo con gran experiencia formado por ex empleados de Terniven/EX Inmevi que decidimos independizarnos para emprender nuestra propia empresa.

    Creemos que este proyecto puede crecer cada día más pero apenas estamos al comienzo! Para esto nos esmeramos en cada trabajo por hacerlo de la mejor forma posible, sabemos que de esta forma nuestros clientes nos volverán a llamar y nos recomendaran, cumpliendo nuestro sueño de que el proyecto se desarolle.

    ', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '2009-04-15 04:50:13', 62, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 16, 0, 0, '', '', 0, 1134, 'robots=\nauthor='), (113, 'Servicios', 'servicios', '', '

    Desde el primer contacto con nuestro cliente, ponemos a su disposición toda nuestra experiencia en el rubro para aportar ideas y sugerir soluciones acordes a sus necesidades.

    Entre nuestros servicios se encuentra:
    -Construcción de todo tipo en metal
    -Reparaciones
    -Montajes industriales
    -Aberturas para casas, edificios, locales, etc
    -Visita a obras
    -Reparaciones de puertas, portones
    -Carpintería Metálica
    -Traslados
    -Personal con capitación adecuada y actualización constante.
    -Reparaciones
    -Montajes industriales
    -Aberturas para casas, edificios, locales, etc
    -Visita a obras
    -Reparaciones de puertas, portones
    -Carpintería Metálica
    -TrasladoAtención a consorcios, estudios y constructoras
    -Personal con capitación adecuada y actualización constante.
    -Atención a consorcios, estudios y constructoras

    ', '', -2, 0, 0, 0, '2009-02-23 00:22:04', 62, '', '2009-04-15 03:55:16', 62, 0, '0000-00-00 00:00:00', '2009-02-23 00:22:04', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 0, '', '', 0, 278, 'robots=\nauthor='), (120, 'Inicio', 'Inicio', '', '

    TRAMITESenURUGUAY.com surge para satisfacer la necesidad de miles de uruguayos que viven en el exterior y de empresas o personas interesadas en invertir en el Uruguay.

    \r\n

    Brindamos la posibilidad de realizar trámites y gestiones notariales en URUGUAY sin necesidad de tener que solicitarle ayuda a un familiar o conocido radicado en el país, que en muchas ocasiones por falta de tiempo no podrá hacerlo, lo hará con gran demora o, por falta de conocimiento, no realizara la gestión de forma correcta.

    \r\n

    Nuestro equipo formado por escribanos, abogados, gestores y traductores estará a su disposición para poder brindarle la realización y asesoramiento de trámites en todos los organismos públicos y privados tanto de Montevideo como del interior del país.

    \r\n

    También podremos ofrecerle cualquier tipo de gestión notarial. Nuestros escribanos con más de 20 años de carrera podrán asesorarlo y darle las garantías que usted necesita. Algunos de los servicios notariales más frecuentes son compraventa de inmuebles, automotores, sucesiones, certificados notariales, poderes, hipotecas, particiones.

    \r\n

    También nos encargamos de pagar facturas, tributos, administración de propiedades, clearing de informes, etc.

    \r\n

    Algunos de los trámites más frecuentes son Partidas de Nacimiento, Gestiones ante el Ministerio del Exterior, Gestiones ante la embajada del país de residencia del cliente, certificaciones notariales, traducciones de documentos para presentarlos en el exterior (ver más).

    \r\n

    Nuestro servicio es fácil! Usted simplemente tendrá que solicitar lo que necesita a través de nuestra web y nuestros asesores se contactaran con usted para acordar detalles, solicitarle información adicional y coordinar el pago. Luego de esto recibirá los documentos solicitados en su domicilio (envíos a todo el mundo) en el tiempo estipulado.

    \r\n

    Para su comodidad tenemos varias formas de pago. Aceptamos tarjetas de crédito internacionales (Visa, MasterCard, American Express), PAYPAL y giros a través de Western Union y MoneyGram.

    ', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 97, ''), (107, 'Quiénes somos', 'quienes-somos', '', '
    \r\n

    Somos un equipo con gran experiencia formado por ex empleados de Terniven/EX Inmevi que decidimos independizarnos para emprender nuestra propia empresa.

    Creemos que este proyecto puede crecer cada día más pero apenas estamos al comienzo! Para esto nos esmeramos en cada trabajo por hacerlo de la mejor forma posible, sabemos que de esta forma nuestros clientes nos volverán a llamar y nos recomendaran, cumpliendo nuestro sueño de que el proyecto se desarolle.

    Contáctenos y con gusto le daremos un presupuesto acorde a sus necesidades.

    \r\n
    ', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '2009-04-15 03:37:52', 62, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 6, 0, 0, '', '', 0, 331, 'robots=\nauthor='), (108, 'Servicios', 'Servicios', '', '', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', '', 1, 0, 7, '', '', 0, 0, ''), (109, 'Saladitos', 'Saladitos', '', '', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', '', 1, 0, 8, '', '', 0, 0, ''), (110, 'Postres', 'Postres', '', '', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', '', 1, 0, 9, '', '', 0, 0, ''), (111, 'Presupuesto', 'Presupuesto', '', '', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', '', 1, 0, 10, '', '', 0, 0, ''), (112, 'Contacto', 'Contacto', '', '', '', -2, 0, 0, 0, '2009-02-22 19:40:15', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-22 19:40:15', '0000-00-00 00:00:00', '', '', '', 1, 0, 6, '', '', 0, 0, ''), (114, 'Saladitos', 'saladitos', '', '

    \r\n\r\n(Esta lista es simplemente para dar un ejemplo de lo que hacemos, siéntase libre de consultarnos por otros productos ya que seguramente podremos realizarlo para usted)
    \r\n\r\n

    ', '', -2, 0, 0, 0, '2009-02-23 00:29:13', 62, '', '2009-02-24 22:30:17', 62, 0, '0000-00-00 00:00:00', '2009-02-23 00:29:13', '0000-00-00 00:00:00', '', '', '', 2, 0, 0, '', '', 0, 96, ''), (115, 'Postres', 'postres', '', '\r\n(Esta lista es simplemente para dar un ejemplo de lo que hacemos, siéntase libre de consultarnos por otros productos ya que seguramente podremos realizarlo para usted)
    \r\n\r\n

    ', '', -2, 0, 0, 0, '2009-02-23 00:29:13', 62, '', '2009-02-24 22:36:53', 62, 0, '0000-00-00 00:00:00', '2009-02-23 00:29:13', '0000-00-00 00:00:00', '', '', '', 2, 0, 0, '', '', 0, 69, ''), (116, 'Contacto', 'contacto', '', '
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n

    099321915

    \r\n

    E-mail: contacto@herreria-uruguay.com

    \r\n
    \r\n

    Datos Personales

    \r\n
    \r\n
    Nombre *
    \r\n
    \r\n
    \r\n
    \r\n
    Apellido *
    \r\n
    \r\n
    \r\n
    \r\n
    Email
    \r\n
    \r\n
    \r\n
    \r\n
    Télefono *
    \r\n
    \r\n
    \r\n
    Mensaje:
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ', '', -2, 0, 0, 0, '2009-02-23 03:43:29', 62, '', '2009-04-15 03:57:48', 62, 0, '0000-00-00 00:00:00', '2009-02-23 03:43:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 7, 0, 0, '', '', 0, 238, 'robots=\nauthor='); INSERT INTO `jos_content` (`id`, `title`, `alias`, `title_alias`, `introtext`, `fulltext`, `state`, `sectionid`, `mask`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `parentid`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`) VALUES (117, 'Presupuesto', 'presupuesto', '', ' \r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n

    En Herrería Uruguay, manejamos los precios más competitivos del mercado, ya que, optimizamos los tiempos de trabajo utilizando tecnología y, logrando asi, un bajo costo que como resultado final, se refleja en nuestros presupuestos, en la conformidad del cliente y en nuestra satisfacción.
    Ponganos a prueba, pidanos un presupuesto!

    \r\n

    Datos Personales

    \r\n
    \r\n
    Nombre *
    \r\n
    \r\n
    \r\n
    \r\n
    Apellido *
    \r\n
    \r\n
    \r\n
    \r\n
    Email *
    \r\n
    \r\n
    \r\n
    \r\n
    Télefono *
    \r\n
    \r\n
    \r\n
    \r\n

    \r\n
    Información sobre el trabajo a presupuestar :
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ', '', -2, 0, 0, 0, '2009-02-23 03:43:29', 62, '', '2009-04-15 04:57:34', 62, 0, '0000-00-00 00:00:00', '2009-02-23 03:43:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 5, 0, 0, '', '', 0, 272, 'robots=\nauthor='), (118, 'Gracias', 'gracias', '', '

    Su solicitud se ha enviado con éxito.

    \r\n

    Le responderemos a la brevedad.

    \r\n

    Muchas gracias!

    ', '', -2, 0, 0, 0, '2009-02-23 04:06:29', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-02-23 04:06:29', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 0, '', '', 0, 50, 'robots=\nauthor='), (119, 'Que ofrecemos', 'Que ofrecemos', '', '

    Algunos de los trabajos que ofrecemos son:
    - Rejas en general
    - Verjas
    - Puertas a medida
    - Haleros
    - Barandas
    - Pérgolas
    - Portones corredizos
    - Encasquillado de motores y arranques
    - Ruedas para portones corredizos
    - Soldaduras
    - Techos livianos
    - Parrillas
    - Muebles a medida
    - Montajes Industriales (pañoles, protección de montacargas, estanterías, soportes para maquinarias, etc)
    - Protección de Piletas y Balcones
    - Escaleras
    - Entrepisos
    - Frentes de Locales
    - Marquesinas
    - Instalaciones para Locales

    \r\n

    Por otros trabajos no dude en consultarnos ya que probablemente podamos realizarlo!

    ', '', -2, 0, 0, 0, '2009-04-15 03:38:16', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-04-15 03:38:16', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 219, ''), (121, 'Quiénes somos ', 'Quiénes somos ', '', '

    TRAMITESenURUGUAY.com es una empresa con el respaldo del estudio jurídico notarial MAZZOTTI & MACHADO (http://www.EstudioMazzottiMachado.com).

    \r\n

    Nuestro equipo de profesionales con más de 20 años de carrera le podrá dar el servicio, asesoramiento y garantías que usted necesita.

    \r\n

    No dude en contactarnos a través de nuestro formulario de contacto, nuestro e-mail contacto@tramitesenuruguay.com o nuestro teléfono +00 598 2 9000702 y con gusto podremos ayudarlo.

    ', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 0, ''), (122, 'Servicios ', 'Servicios ', '', '

    Brindamos la posibilidad de realizar trámites y gestiones notariales en URUGUAY sin necesidad de tener que solicitarle ayuda a un familiar o conocido radicado en el país, que en muchas ocasiones por falta de tiempo no podrá hacerlo, lo hará con gran demora o no lo realizara de la forma correcta por falta de conocimiento.

    \r\n

    Nuestro equipo formado por escribanos, abogados, gestores y traductores estará a su disposición para poder brindarle la realización y asesoramiento de trámites en todos los organismos públicos y privados tanto de Montevideo como del interior del país.

    \r\n

    También podremos ofrecerle cualquier tipo de gestión notarial. Nuestros escribanos con más de 20 años de carrera podrán asesorarlo y darle las garantías que usted necesita. Algunos de los servicios notariales más frecuentes son Compraventa de inmuebles, automotores, sucesiones, certificados notariales, poderes, hipotecas, particiones.

    \r\n

    También nos encargamos de pagar facturas, tributos, administración de propiedades, clearing de informes, etc.

    \r\n

    Algunos de los trámites más frecuentes son Partidas de Nacimiento, Gestiones ante el Ministerio del Exterior, Gestiones ante la embajada del país de residencia del cliente, certificaciones notariales, traducciones de documentos para presentarlos en el exterior.

    \r\n\r\n\r\n', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 0, ''), (123, 'Preguntas frecuentes ', 'Preguntas frecuentes ', '', '

    ¿Quiénes Somos?

    \r\n

    TRAMITESenURUGUAY.com es una empresa con el respaldo del estudio jurídico notarial MAZZOTTI & MACHADO (http://www.EstudioMazzottiMachado.com).

    \r\n

    Nuestro equipo de profesionales con más de 20 años de carrera le podrá dar el servicio, asesoramiento y garantías que usted necesita.

    \r\n

    No dude en contactarnos a través de nuestro formulario de contacto, nuestro e-mail contacto@tramitesenuruguay.com o nuestro teléfono +00 598 2 9000702 y con gusto podremos ayudarlo.

    \r\n

    ¿Por qué contratar TRAMITESenURUGUAY.com? (Garantías)

    \r\n

    Contar con profesionales de más de 20 años de carrera le garantizara que tendrá el asesoramiento y el servicio que usted necesita. Estudiamos caso a caso para brindar un completo asesoramiento en todas nuestras gestiones.

    \r\n

    Contamos con agentes que gestionan personalmente la obtención y legalización de partidas de nacimiento, matrimonio y defunción en todo el país y a todo el mundo, facilitando los costos de envío de todas aquellas personas que se encuentran en el extranjero.

    \r\n

    Nos comprometemos a realizar los trámites en el tiempo más breve posible.

    \r\n

    Todos nuestros envíos se certifican y se le envía al cliente un número de rastreo, de forma que pueda monitorear donde están sus documentos y en cuanto tiempo le llegaran.

    \r\n

    ¿Qué trámites pueden realizarse a través de TRAMITESenURUGUAY.com?

    \r\n

    Nuestro equipo formado por escribanos, abogados, gestores y traductores estará a su disposición para poder brindarle la realización y asesoramiento de trámites en todos los organismos públicos y privados tanto de Montevideo como del interior del país.

    \r\n

    También podremos ofrecerle cualquier tipo de gestión notarial. Nuestros escribanos con más de 20 años de carrera podrán asesorarlo y darle las garantías que usted necesita. Algunos de los servicios notariales más frecuentes son Compraventa de inmuebles, automotores, sucesiones, certificados notariales, poderes, hipotecas, particiones.

    \r\n

    También nos encargamos de pagar facturas, tributos, administración de propiedades, clearing de informes, etc.

    \r\n

    Algunos de los trámites más frecuentes son Partidas de Nacimiento, Gestiones ante el Ministerio del Exterior, Gestiones ante la embajada del país de residencia del cliente, certificaciones notariales, traducciones de documentos para presentarlos en el exterior.

    \r\n

    Otros trámites que realizamos son:

    \r\n\r\n\r\n\r\n

    \r\n

    ¿Duración de los trámites?

    \r\n

    La duración varía según el trámite pero en todos los casos nos comprometemos a realizarlos de la forma más rápida posible y damos un estimativo del tiempo requerido. A la vez enviamos un e-mail a todos nuestros clientes cada vez que su tramite ha pasado a una nueva etapa así como un número de rastreo cuando sus documentos hayan sido enviados (de esta forma podrá monitorear desde internet donde están y cuando llegaran).

    \r\n

    Contáctenos y con gusto uno de nuestros asesores podrá darle un estimativo del tiempo requerido para el trámite que usted necesita.

    \r\n

    ¿Cuál es el costo de los trámites?

    \r\n

    El costo de los trámites varía según el tipo de trámite que usted necesite, la urgencia y el tipo de envío elegido.

    \r\n

    Contáctenos y con gusto uno de nuestros asesores podrá darle un presupuesto para el trámite que usted necesita.

    \r\n

    ¿Cómo solicito un trámite?

    \r\n

    Para solicitar un trámite simplemente haga clic en SOLICITAR UN TRAMITE

    \r\n

    También puede contactarnos a través de nuestro formulario de contacto, nuestro e-mail contacto@tramitesenuruguay.com o nuestro teléfono +00 598 2 9000702 y con gusto podremos ayudarlo.

    \r\n

    ¿Cuáles son los sistemas de pago?

    \r\n

    Para su comodidad tenemos varias formas de pago. Aceptamos tarjetas de crédito internacionales (Visa, MasterCard, American Express), PAYPAL y giros a través de Western Union y MoneyGram.

    \r\n

    ¿Cómo puedo conocer el estado en que se encuentra el trámite?

    \r\n

    Nuestros asesores reportaran vía e-mail cada vez que un trámite haya pasado a una nueva etapa. De la misma forma el cliente podrá solicitar un reporte acerca de cuál es el estado de su trámite.

    \r\n

    Una vez realizado el envío se le envía al cliente un número de rastreo, de forma que pueda monitorear donde están sus documentos y en cuanto tiempo le llegaran.

    \r\n

    Para saber el estado de su tramite no dude en contactarnos a través de nuestro formulario de contacto, nuestro e-mail contacto@tramitesenuruguay.com o nuestro teléfono +00 598 2 9000702 y con gusto podremos ayudarlo.

    \r\n

    ¿Puedo solicitar un trámite personalizado?

    \r\n

    Nuestro equipo formado por escribanos, abogados, gestores y traductores estará a su disposición para poder brindarle la realización y asesoramiento de trámites en todos los organismos públicos y privados tanto de Montevideo como del interior del país.

    \r\n

    No se preocupe si no encuentra el trámite que necesita entre los listados de trámites de nuestra página web, los mismos están simplemente como referencia pero podemos realizar cualquier trámite que usted necesita.

    \r\n

    No dude en contactarnos a través de nuestro formulario de contacto, nuestro e-mail contacto@tramitesenuruguay.com o nuestro teléfono +00 598 2 9000702 y con gusto podremos ayudarlo.

    \r\n

    ¿Cómo me envían mi trámite?

    \r\n

    Realizamos envíos a cualquier país del mundo por la empresa de su preferencia.

    \r\n

    En caso de necesitar un envío económico y sin apuro los realizamos a través de EL CORREO (envío con certificación y rastreo vía internet).

    \r\n

    También trabajamos con FEDEX, DHL y TNT que nos permiten ofrecen un envío urgente (aproximadamente 5 días hábiles a cualquier parte del mundo)

    \r\n

    ¿Trabajan también con el interior de Uruguay?

    \r\n

    Trabajamos en todo el interior de Uruguay y enviamos documentación a todo el mundo.

    \r\n

    ¿Cómo es posible contactarse con TRAMITESenURUGUAY.com? Contactarnos a través de nuestro formulario de contacto, nuestro e-mail contacto@tramitesenuruguay.com o nuestro teléfono +00 598 2 9000702 y con gusto podremos ayudarlo.

    ', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 0, ''), (124, 'Forma de pago ', 'Forma de pago ', '', 'Para su comodidad tenemos varias formas de pago. Aceptamos tarjetas de crédito internacionales (Visa, MasterCard, American Express), PAYPAL y giros a través de Western Union y MoneyGram.', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 0, ''), (125, 'Envíos ', 'Envíos ', '', '

    Realizamos envíos a cualquier país del mundo por la empresa de su preferencia.

    \r\n

    En caso de necesitar un envío económico y sin apuro los realizamos a través de EL CORREO (envío con certificación y rastreo vía internet).

    \r\n

    También trabajamos con FEDEX, DHL y TNT que nos permiten ofrecen un envío urgente (aproximadamente 5 días hábiles a cualquier parte del mundo)

    ', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 0, ''), (126, 'Solicitud de servicio', 'Solicitud de servicio', '', '', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 0, ''), (127, 'Contacto', 'Contacto', '', '', '', 1, 0, 0, 0, '2009-05-25 05:46:02', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2009-05-25 05:46:02', '0000-00-00 00:00:00', '', '', '', 1, 0, 0, '', '', 0, 3, ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_content_frontpage` -- CREATE TABLE IF NOT EXISTS `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 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_content_frontpage` -- INSERT INTO `jos_content_frontpage` (`content_id`, `ordering`) VALUES (6, 3), (14, 5), (7, 4), (1, 2), (16, 6), (98, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_content_rating` -- CREATE TABLE IF NOT EXISTS `jos_content_rating` ( `content_id` int(11) NOT NULL DEFAULT '0', `rating_sum` int(11) unsigned NOT NULL DEFAULT '0', `rating_count` int(11) unsigned NOT NULL DEFAULT '0', `lastip` varchar(150) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_content_rating` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_acl_aro` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro` ( `id` int(11) NOT NULL AUTO_INCREMENT, `section_value` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0', `value` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `order_value` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `__section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=12 ; -- -- Volcar la base de datos para la tabla `jos_core_acl_aro` -- INSERT INTO `jos_core_acl_aro` (`id`, `section_value`, `value`, `order_value`, `name`, `hidden`) VALUES (10, 'users', '62', 0, 'Administrator', 0), (11, 'users', '63', 0, 'Londres Producciones', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_acl_aro_groups` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `value` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=31 ; -- -- Volcar la base de datos para la tabla `jos_core_acl_aro_groups` -- INSERT INTO `jos_core_acl_aro_groups` (`id`, `parent_id`, `name`, `lft`, `rgt`, `value`) VALUES (17, 0, 'ROOT', 1, 22, 'ROOT'), (28, 17, 'USERS', 2, 21, 'USERS'), (29, 28, 'Public Frontend', 3, 12, 'Public Frontend'), (18, 29, 'Registered', 4, 11, 'Registered'), (19, 18, 'Author', 5, 10, 'Author'), (20, 19, 'Editor', 6, 9, 'Editor'), (21, 20, 'Publisher', 7, 8, 'Publisher'), (30, 28, 'Public Backend', 13, 20, 'Public Backend'), (23, 30, 'Manager', 14, 19, 'Manager'), (24, 23, 'Administrator', 15, 18, 'Administrator'), (25, 24, 'Super Administrator', 16, 17, 'Super Administrator'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_acl_aro_map` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_map` ( `acl_id` int(11) NOT NULL DEFAULT '0', `section_value` varchar(230) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0', `value` varchar(100) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_core_acl_aro_map` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_acl_aro_sections` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_aro_sections` ( `section_id` int(11) NOT NULL AUTO_INCREMENT, `value` varchar(230) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `order_value` int(11) NOT NULL DEFAULT '0', `name` varchar(230) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`section_id`), UNIQUE KEY `value_aro_sections` (`value`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `hidden_aro_sections` (`hidden`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=11 ; -- -- Volcar la base de datos para la tabla `jos_core_acl_aro_sections` -- INSERT INTO `jos_core_acl_aro_sections` (`section_id`, `value`, `order_value`, `name`, `hidden`) VALUES (10, 'users', 1, 'Users', 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_acl_groups_aro_map` -- CREATE TABLE IF NOT EXISTS `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL DEFAULT '0', `section_value` varchar(240) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `aro_id` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_core_acl_groups_aro_map` -- INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES (21, '', 11), (25, '', 10); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_log_items` -- CREATE TABLE IF NOT EXISTS `jos_core_log_items` ( `time_stamp` date NOT NULL DEFAULT '0000-00-00', `item_table` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `item_id` int(11) unsigned NOT NULL DEFAULT '0', `hits` int(11) unsigned NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_core_log_items` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_core_log_searches` -- CREATE TABLE IF NOT EXISTS `jos_core_log_searches` ( `search_term` text COLLATE utf8_unicode_ci NOT NULL, `hits` int(11) unsigned NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_core_log_searches` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_dbcache` -- CREATE TABLE IF NOT EXISTS `jos_dbcache` ( `id` varchar(32) NOT NULL DEFAULT '', `groupname` varchar(32) NOT NULL DEFAULT '', `expire` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `value` mediumblob NOT NULL, PRIMARY KEY (`id`,`groupname`), KEY `expire` (`expire`,`groupname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Volcar la base de datos para la tabla `jos_dbcache` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_groups` -- CREATE TABLE IF NOT EXISTS `jos_groups` ( `id` tinyint(3) unsigned NOT NULL DEFAULT '0', `name` varchar(150) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Volcar la base de datos para la tabla `jos_groups` -- INSERT INTO `jos_groups` (`id`, `name`) VALUES (0, 'Public'), (1, 'Registered'), (2, 'Special'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_jce_extensions` -- CREATE TABLE IF NOT EXISTS `jos_jce_extensions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `extension` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `folder` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `published` tinyint(3) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `jos_jce_extensions` -- INSERT INTO `jos_jce_extensions` (`id`, `pid`, `name`, `extension`, `folder`, `published`) VALUES (1, 15, 'Joomla Links for Advanced Link', 'joomlalinks', 'links', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_jce_groups` -- CREATE TABLE IF NOT EXISTS `jos_jce_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `users` text COLLATE utf8_unicode_ci NOT NULL, `types` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `components` text COLLATE utf8_unicode_ci NOT NULL, `rows` text COLLATE utf8_unicode_ci NOT NULL, `plugins` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `published` tinyint(3) NOT NULL, `ordering` int(11) NOT NULL, `checked_out` tinyint(3) NOT NULL, `checked_out_time` datetime NOT NULL, `params` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Volcar la base de datos para la tabla `jos_jce_groups` -- INSERT INTO `jos_jce_groups` (`id`, `name`, `description`, `users`, `types`, `components`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES (1, 'Default', 'Default group for all users with edit access', '', '19,20,21,23,24,25', '', '28,27,32,33,19,20,21,29,45,44,43,46,26,49,36,37,30,31,39,40;56,47,38,5,9,48,42,24,25,22,18,2;7,17,13,10,3;23,15,14,59,16,4,6,8,12,54,34,41,11', '1,52,53,55,57,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,28,54,59', 1, 1, 62, '2008-08-01 18:52:15', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_jce_plugins` -- CREATE TABLE IF NOT EXISTS `jos_jce_plugins` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `type` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'plugin', `icon` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `layout` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `row` int(11) NOT NULL DEFAULT '0', `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(3) NOT NULL DEFAULT '0', `editable` tinyint(3) NOT NULL DEFAULT '0', `elements` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `params` text COLLATE utf8_unicode_ci NOT NULL, `iscore` tinyint(3) 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', PRIMARY KEY (`id`), UNIQUE KEY `plugin` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=60 ; -- -- Volcar la base de datos para la tabla `jos_jce_plugins` -- INSERT INTO `jos_jce_plugins` (`id`, `title`, `name`, `type`, `icon`, `layout`, `row`, `ordering`, `published`, `editable`, `elements`, `params`, `iscore`, `checked_out`, `checked_out_time`) VALUES (1, 'Context Menu', 'contextmenu', 'plugin', '', '', 0, 19, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (2, 'Directionality', 'directionality', 'plugin', 'ltr,rtl', 'directionality', 3, 26, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (3, 'Emotions', 'emotions', 'plugin', 'emotions', 'emotions', 3, 24, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (4, 'Fullscreen', 'fullscreen', 'plugin', 'fullscreen', 'fullscreen', 3, 27, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (5, 'Paste', 'paste', 'plugin', 'pasteword,pastetext', 'paste', 2, 15, 1, 1, '', '', 1, 0, '0000-00-00 00:00:00'), (6, 'Preview', 'preview', 'plugin', 'preview', 'preview', 3, 29, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (7, 'Tables', 'table', 'plugin', 'tablecontrols', 'buttons', 3, 11, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (8, 'Print', 'print', 'plugin', 'print', 'print', 3, 25, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (9, 'Search Replace', 'searchreplace', 'plugin', 'search,replace', 'searchreplace', 2, 18, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (10, 'Styles', 'style', 'plugin', 'styleprops', 'style', 4, 16, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (11, 'Non-Breaking', 'nonbreaking', 'plugin', 'nonbreaking', 'nonbreaking', 4, 21, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (12, 'Visual Characters', 'visualchars', 'plugin', 'visualchars', 'visualchars', 4, 20, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (13, 'XHTML Xtras', 'xhtmlxtras', 'plugin', 'cite,abbr,acronym,del,ins,attribs', 'xhtmlxtras', 4, 17, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (14, 'Image Manager', 'imgmanager', 'plugin', 'imgmanager', 'imgmanager', 4, 30, 1, 1, '', '', 1, 0, '0000-00-00 00:00:00'), (15, 'Advanced Link', 'advlink', 'plugin', 'advlink', 'advlink', 4, 31, 1, 1, '', '', 1, 0, '0000-00-00 00:00:00'), (16, 'Spell Checker', 'spellchecker', 'plugin', 'spellchecker', 'spellchecker', 4, 22, 1, 1, '', '', 1, 0, '0000-00-00 00:00:00'), (17, 'Layers', 'layer', 'plugin', 'insertlayer,moveforward,movebackward,absolute', 'layer', 4, 10, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (18, 'Font ForeColour', 'forecolor', 'command', 'forecolor', 'forecolor', 2, 17, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (19, 'Bold', 'bold', 'command', 'bold', 'bold', 1, 2, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (20, 'Italic', 'italic', 'command', 'italic', 'italic', 1, 3, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (21, 'Underline', 'underline', 'command', 'underline', 'underline', 1, 4, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (22, 'Font BackColour', 'backcolor', 'command', 'backcolor', 'backcolor', 2, 18, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (23, 'Unlink', 'unlink', 'command', 'unlink', 'unlink', 2, 11, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (24, 'Font Select', 'fontselect', 'command', 'fontselect', 'fontselect', 1, 12, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (25, 'Font Size Select', 'fontsizeselect', 'command', 'fontsizeselect', 'fontsizeselect', 1, 13, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (26, 'Style Select', 'styleselect', 'command', 'styleselect', 'styleselect', 1, 10, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (27, 'New Document', 'newdocument', 'command', 'newdocument', 'newdocument', 1, 1, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (28, 'Help', 'help', 'plugin', 'help', 'help', 1, 6, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (29, 'StrikeThrough', 'strikethrough', 'command', 'strikethrough', 'strikethrough', 1, 5, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (30, 'Indent', 'indent', 'command', 'indent', 'indent', 2, 7, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (31, 'Outdent', 'outdent', 'command', 'outdent', 'outdent', 2, 6, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (32, 'Undo', 'undo', 'command', 'undo', 'undo', 2, 8, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (33, 'Redo', 'redo', 'command', 'redo', 'redo', 2, 9, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (34, 'Horizontal Rule', 'hr', 'command', 'hr', 'hr', 3, 2, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (35, 'HTML', 'html', 'command', 'code', 'code', 2, 16, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (36, 'Numbered List', 'numlist', 'command', 'numlist', 'numlist', 2, 5, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (37, 'Bullet List', 'bullist', 'command', 'bullist', 'bullist', 2, 4, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (38, 'Clipboard Actions', 'clipboard', 'command', 'cut,copy,paste', 'clipboard', 2, 1, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (39, 'Subscript', 'sub', 'command', 'sub', 'sub', 3, 5, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (40, 'Superscript', 'sup', 'command', 'sup', 'sup', 3, 6, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (41, 'Visual Aid', 'visualaid', 'command', 'visualaid', 'visualaid', 3, 4, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (42, 'Character Map', 'charmap', 'command', 'charmap', 'charmap', 3, 7, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (43, 'Justify Full', 'full', 'command', 'justifyfull', 'justifyfull', 1, 8, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (44, 'Justify Center', 'center', 'command', 'justifycenter', 'justifycenter', 1, 7, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (45, 'Justify Left', 'left', 'command', 'justifyleft', 'justifyleft', 1, 6, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (46, 'Justify Right', 'right', 'command', 'justifyright', 'justifyright', 1, 9, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (47, 'Remove Format', 'removeformat', 'command', 'removeformat', 'removeformat', 3, 3, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (48, 'Anchor', 'anchor', 'command', 'anchor', 'anchor', 2, 12, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (49, 'Format Select', 'formatselect', 'command', 'formatselect', 'formatselect', 1, 11, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (50, 'Image', 'image', 'command', 'image', 'image', 2, 13, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (51, 'Link', 'link', 'command', 'link', 'link', 2, 10, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (52, 'File Browser', 'browser', 'plugin', '', '', 0, 28, 1, 1, '', '', 1, 0, '0000-00-00 00:00:00'), (53, 'Inline Popups', 'inlinepopups', 'plugin', '', '', 0, 12, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (54, 'Read More', 'readmore', 'plugin', 'readmore', 'readmore', 4, 23, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (55, 'Media Support', 'media', 'plugin', '', '', 0, 9, 1, 1, '', '', 1, 0, '0000-00-00 00:00:00'), (56, 'Code Cleanup', 'cleanup', 'command', 'cleanup', 'cleanup', 2, 14, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (57, 'Safari Browser Support', 'safari', 'plugin', '', '', 0, 13, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'), (59, 'Advanced Code Editor', 'advcode', 'plugin', 'advcode', 'advcode', 4, 8, 1, 0, '', '', 1, 0, '0000-00-00 00:00:00'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `jos_jf_content` -- CREATE TABLE IF NOT EXISTS `jos_jf_content` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `language_id` int(11) NOT NULL DEFAULT '0', `reference_id` int(11) NOT NULL DEFAULT '0', `reference_table` varchar(100) NOT NULL DEFAULT '', `reference_field` varchar(100) NOT NULL DEFAULT '', `value` mediumtext NOT NULL, `original_value` varchar(255) DEFAULT NULL, `original_text` mediumtext NOT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL DEFAULT '0', `published` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `combo` (`reference_id`,`reference_field`,`reference_table`), KEY `jfContent` (`language_id`,`reference_id`,`reference_table`), KEY `jfContentLanguage` (`reference_id`,`reference_field`,`reference_table`,`language_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6347 ; -- -- Volcar la base de datos para la tabla `jos_jf_content` -- INSERT INTO `jos_jf_content` (`id`, `language_id`, `reference_id`, `reference_table`, `reference_field`, `value`, `original_value`, `original_text`, `modified`, `modified_by`, `published`) VALUES (1, 2, 3, 'banner', 'name', 'Joomla!', 'ebfd59777230e1503f8b8986a78c4cc6', '', '2009-01-02 09:44:37', 62, 0), (2, 2, 3, 'banner', 'clickurl', 'http://www.joomla.org', 'dbad5e86abf37af199eab496ede3e0a4', '', '2009-01-02 09:44:37', 62, 0), (3, 2, 3, 'banner', 'custombannercode', '{NAME}\r\n
    \r\nJoomla! The most popular and widely used Open Source CMS Project in the world.', '9043473d49e914c2f6a400b801b18913', '', '2009-01-02 09:44:37', 62, 0), (4, 2, 5, 'banner', 'name', 'Joomla! Extensions', '78d3a253f694c95b2fd2089a91374247', '', '2009-01-02 09:44:37', 62, 0), (5, 2, 5, 'banner', 'clickurl', 'http://extensions.joomla.org', 'b774450df2c498f1522e76fe63ccf503', '', '2009-01-02 09:44:37', 62, 0), (6, 2, 5, 'banner', 'custombannercode', '{NAME}\r\n
    \r\nJoomla! components, modules, plugins and languages by the bucket load.', '5fd92e00da2e9a5ba7a92e5780eba5f4', '', '2009-01-02 09:44:37', 62, 0), (7, 2, 4, 'banner', 'name', 'Joomla! Forge', '5268afc8366e0702c1078743bad4aeec', '', '2009-01-02 09:44:37', 62, 0), (8, 2, 4, 'banner', 'clickurl', 'http://forge.joomla.org', 'f165600931bda33ec303cff6fd89e730', '', '2009-01-02 09:44:37', 62, 0), (9, 2, 4, 'banner', 'custombannercode', '{NAME}\r\n
    \r\nJoomla! Forge, development and distribution made easy.', '0aafd7c578c315575b9a4e7234a47834', '', '2009-01-02 09:44:37', 62, 0), (10, 2, 1, 'banner', 'name', 'OSM 1', '378517f9713212097724306426ee19d1', '', '2009-01-02 09:44:37', 62, 0), (11, 2, 1, 'banner', 'clickurl', 'http://www.opensourcematters.org', '002a770c7f3f0449417428db2d5f0551', '', '2009-01-02 09:44:37', 62, 0), (12, 2, 2, 'banner', 'name', 'OSM 2', 'e1d57fab0edf6dac46e2bc81ee5c6c07', '', '2009-01-02 09:44:37', 62, 0), (13, 2, 2, 'banner', 'clickurl', 'http://www.opensourcematters.org', '002a770c7f3f0449417428db2d5f0551', '', '2009-01-02 09:44:37', 62, 0), (14, 2, 1, 'bannerclient', 'name', 'Open Source Matters', '52625d06167c002cc67992fdfd5ed10c', '', '2009-01-02 09:44:38', 62, 0), (15, 2, 1, 'bannerclient', 'contact', 'Administrator', '7b7bc2512ee1fedcd76bdc68926d4f7b', '', '2009-01-02 09:44:38', 62, 0), (16, 2, 1, 'bannerclient', 'email', 'admin@opensourcematters.org', '01f54f0f1e5753d710e131ac8d17e9e1', '', '2009-01-02 09:44:38', 62, 0), (17, 2, 33, 'categories', 'title', ' YOOslider Vertical', 'e746b43ed05737b006f2426eabd993bf', '', '2009-01-02 09:44:39', 62, 0), (18, 2, 33, 'categories', 'alias', '-yooslider-vertical', '45f9767b487381e232faaca14d85481a', '', '2009-01-02 09:44:39', 62, 0), (19, 2, 17, 'categories', 'title', 'Benefits', 'e654f7a86a4458b9cd662267e0f29b52', '', '2009-01-02 09:44:39', 62, 0), (20, 2, 17, 'categories', 'alias', 'benefits', '79da17fa16c14866aa3306a4541afec5', '', '2009-01-02 09:44:39', 62, 0), (21, 2, 5, 'categories', 'title', 'Business: general', 'd969030bff530f3341adab3daa0dc12f', '', '2009-01-02 09:44:39', 62, 0), (22, 2, 5, 'categories', 'alias', 'business-general', 'cf8ecdb509829c83612ba3c1a08e2e00', '', '2009-01-02 09:44:39', 62, 0), (23, 2, 12, 'categories', 'title', 'Contacts', '9aa698f602b1e5694855cee73a683488', '', '2009-01-02 09:44:39', 62, 0), (24, 2, 12, 'categories', 'alias', 'contacts', '4136a932eb7724a00cb87c3fb9e1ea1d', '', '2009-01-02 09:44:39', 62, 0), (25, 2, 12, 'categories', 'description', 'Contact Details for this website', '4ccca9a61425b844cb01153d294e77cb', '', '2009-01-02 09:44:39', 62, 0), (26, 2, 28, 'categories', 'title', 'Current Users', 'a23344250a7513ea64f44dbe86af2b45', '', '2009-01-02 09:44:39', 62, 0), (27, 2, 28, 'categories', 'alias', 'current-users', '645d4e98f0a98b87c1bf5e9f56ff5d9f', '', '2009-01-02 09:44:39', 62, 0), (28, 2, 28, 'categories', 'description', 'Questions that users migrating to Joomla! 1.5 are likely to raise
    ', '93a1cce438bb2c535ea1bdfc444999f9', '', '2009-01-02 09:44:39', 62, 0), (29, 2, 15, 'categories', 'title', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:39', 62, 0), (30, 2, 15, 'categories', 'alias', 'features', '9f034b63948763d489f944319c2eb3de', '', '2009-01-02 09:44:39', 62, 0), (31, 2, 31, 'categories', 'title', 'General', '0db377921f4ce762c62526131097968f', '', '2009-01-02 09:44:39', 62, 0), (32, 2, 31, 'categories', 'alias', 'general', '958153f1b8b96ec4c4eb2147429105d9', '', '2009-01-02 09:44:39', 62, 0), (33, 2, 31, 'categories', 'description', 'General questions about the Joomla! CMS', '9fe0624303ad5172dbfdc6b292d3d94d', '', '2009-01-02 09:44:39', 62, 0), (34, 2, 7, 'categories', 'title', 'Internet', 'c8205c7636e728d448c2774e6a4a944b', '', '2009-01-02 09:44:39', 62, 0), (35, 2, 7, 'categories', 'alias', 'internet', 'c3581516868fb3b71746931cac66390e', '', '2009-01-02 09:44:39', 62, 0), (36, 2, 13, 'categories', 'title', 'Joomla', '57ac91865e5064f231cf620988223590', '', '2009-01-02 09:44:39', 62, 0), (37, 2, 13, 'categories', 'alias', 'joomla', '226776f356d7ecf58b60bab12a05d38f', '', '2009-01-02 09:44:39', 62, 0), (38, 2, 4, 'categories', 'title', 'Joomla!', 'ebfd59777230e1503f8b8986a78c4cc6', '', '2009-01-02 09:44:39', 62, 0), (39, 2, 4, 'categories', 'alias', 'joomla', '226776f356d7ecf58b60bab12a05d38f', '', '2009-01-02 09:44:39', 62, 0), (40, 2, 2, 'categories', 'title', 'Joomla! Specific Links', '7e5951bc6211ff1d64d5dc7f4112de8b', '', '2009-01-02 09:44:40', 62, 0), (41, 2, 2, 'categories', 'alias', 'joomla-specific-links', '6692180db0b99dfe6b8d8a88676e9130', '', '2009-01-02 09:44:40', 62, 0), (42, 2, 2, 'categories', 'description', 'A selection of links that are all related to the Joomla! Project.', '2ae51babd82c99127e360fd289568143', '', '2009-01-02 09:44:40', 62, 0), (43, 2, 32, 'categories', 'title', 'Languages', '3a08e2e340ab29fd9263af48193cbf8e', '', '2009-01-02 09:44:40', 62, 0), (44, 2, 32, 'categories', 'alias', 'languages', 'f3e334d42863e8250c7d03efefbfd387', '', '2009-01-02 09:44:40', 62, 0), (45, 2, 32, 'categories', 'description', 'Questions related to localisation and languages', 'c6da8fe5c13606c9f9439e6f95bf49b9', '', '2009-01-02 09:44:40', 62, 0), (46, 2, 1, 'categories', 'title', 'Latest', 'cd118d21c3b0b4762c6e0063661e6e45', '', '2009-01-02 09:44:40', 62, 0), (47, 2, 1, 'categories', 'alias', 'latest-news', '4501531bad9932f42204a01335fd41e9', '', '2009-01-02 09:44:40', 62, 0), (48, 2, 1, 'categories', 'description', 'The latest news from the Joomla! Team', '5af48546e8dd577a5393073300e260e7', '', '2009-01-02 09:44:40', 62, 0), (49, 2, 6, 'categories', 'title', 'Linux', 'edc9f0a5a5d57797bf68e37364743831', '', '2009-01-02 09:44:40', 62, 0), (50, 2, 6, 'categories', 'alias', 'linux', 'e206a54e97690cce50cc872dd70ee896', '', '2009-01-02 09:44:40', 62, 0), (51, 2, 27, 'categories', 'title', 'New to Joomla', '2b38b2c002d31c9944c42e110ac9b79d', '', '2009-01-02 09:44:40', 62, 0), (52, 2, 27, 'categories', 'alias', 'new-to-joomla', 'dc5c0ae7de7f126ef6f6baa9c765bb8c', '', '2009-01-02 09:44:40', 62, 0), (53, 2, 27, 'categories', 'description', 'Questions for new users of Joomla!
    ', '2148aa120b57ce8b413543f26410b56b', '', '2009-01-02 09:44:40', 62, 0), (54, 2, 3, 'categories', 'title', 'Newsflash', 'ce73b3f1ddef05e1ab9644fb98ff2de1', '', '2009-01-02 09:44:40', 62, 0), (55, 2, 3, 'categories', 'alias', 'newsflash', '17c0d609af1a093f12d4e3180a68b89b', '', '2009-01-02 09:44:40', 62, 0), (56, 2, 19, 'categories', 'title', 'Other Resources', '683d44d4b3ece04cb2ae977257f365fe', '', '2009-01-02 09:44:40', 62, 0), (57, 2, 19, 'categories', 'alias', 'other-resources', '0ae1921df32b3f541150ee0e79c49a32', '', '2009-01-02 09:44:40', 62, 0), (58, 2, 18, 'categories', 'title', 'Platforms', 'ed49a36c4fd547e5e2ace11bef4f21cf', '', '2009-01-02 09:44:40', 62, 0), (59, 2, 18, 'categories', 'alias', 'platforms', 'a7c281f374c78d5e835f4e117805d967', '', '2009-01-02 09:44:40', 62, 0), (60, 2, 37, 'categories', 'title', 'slider', '10bf08f0bbd6689475be65b4ae441bd9', '', '2009-01-02 09:44:40', 62, 0), (61, 2, 37, 'categories', 'alias', 'slider', '10bf08f0bbd6689475be65b4ae441bd9', '', '2009-01-02 09:44:40', 62, 0), (62, 2, 38, 'categories', 'title', 'slider', '10bf08f0bbd6689475be65b4ae441bd9', '', '2009-01-02 09:44:40', 62, 0), (63, 2, 38, 'categories', 'alias', 'slider', '10bf08f0bbd6689475be65b4ae441bd9', '', '2009-01-02 09:44:40', 62, 0), (64, 2, 14, 'categories', 'title', 'Text Ads', '3d6bfc7b84396866d87d0c4305f87a4f', '', '2009-01-02 09:44:41', 62, 0), (65, 2, 14, 'categories', 'alias', 'text-ads', '647fb4496de3252897bf4123afe3ed9e', '', '2009-01-02 09:44:41', 62, 0), (66, 2, 29, 'categories', 'title', 'The CMS', '82df749ff18075341c06f69bf2c24678', '', '2009-01-02 09:44:41', 62, 0), (67, 2, 29, 'categories', 'alias', 'the-cms', '9a7daef3462fc936a8d88ee66725d78f', '', '2009-01-02 09:44:41', 62, 0), (68, 2, 29, 'categories', 'description', 'Information about the software behind Joomla!
    ', 'e015ff5a32610550d22c621ad6d034f4', '', '2009-01-02 09:44:41', 62, 0), (69, 2, 30, 'categories', 'title', 'The Community', 'a9c4d3ef0823677325f8e0fb23ee024d', '', '2009-01-02 09:44:41', 62, 0), (70, 2, 30, 'categories', 'alias', 'the-community', '43d330caeb631dc0709aa626322f29ee', '', '2009-01-02 09:44:41', 62, 0), (71, 2, 30, 'categories', 'description', 'About the millions of Joomla! users and websites
    ', '5a95f7396b601ec276fb57d7f7d0ff09', '', '2009-01-02 09:44:41', 62, 0), (72, 2, 25, 'categories', 'title', 'The Project', '56d81ae95f7bc1f6c3eab47c82e15d97', '', '2009-01-02 09:44:41', 62, 0), (73, 2, 25, 'categories', 'alias', 'the-project', '9a69986afd996f06e967a011635ee4b0', '', '2009-01-02 09:44:41', 62, 0), (74, 2, 25, 'categories', 'description', 'General facts about Joomla!
    ', 'c2f946f750184ed5073fa49987ecab46', '', '2009-01-02 09:44:41', 62, 0), (75, 2, 35, 'categories', 'title', 'YOOcarousel', 'd0d82bd0ff7ebcc3607b0eecdfc0c453', '', '2009-01-02 09:44:41', 62, 0), (76, 2, 35, 'categories', 'alias', 'yoocarousel', 'ab7c270711e4c3ca57af350772967fdb', '', '2009-01-02 09:44:41', 62, 0), (77, 2, 36, 'categories', 'title', 'YOOcarousel (Slideshow)', '7e27d330bf465a5b41401118d56b2eff', '', '2009-01-02 09:44:41', 62, 0), (78, 2, 36, 'categories', 'alias', 'yoocarousel-slideshow', 'fb137255a3a00c9c56ed92e7bc845c40', '', '2009-01-02 09:44:41', 62, 0), (79, 2, 34, 'categories', 'title', 'YOOslider Horizontal', '9f1ff35dade9425107c7be7f6deb8528', '', '2009-01-02 09:44:41', 62, 0), (80, 2, 34, 'categories', 'alias', 'yooslider-horizontal', '9400626da914a640401d84ee61afa11b', '', '2009-01-02 09:44:41', 62, 0), (81, 2, 1, 'contact_details', 'name', 'Name', '49ee3087348e8d44e1feda1917443987', '', '2009-01-02 09:44:42', 62, 0), (82, 2, 1, 'contact_details', 'alias', 'name', 'b068931cc450442b63f5b3d276ea4297', '', '2009-01-02 09:44:42', 62, 0), (83, 2, 1, 'contact_details', 'con_position', 'Position', '52f5e0bc3859bc5f5e25130b6c7e8881', '', '2009-01-02 09:44:42', 62, 0), (84, 2, 1, 'contact_details', 'email_to', 'email@email.com', '4f64c9f81bb0d4ee969aaf7b4a5a6f40', '', '2009-01-02 09:44:42', 62, 0), (85, 2, 1, 'contact_details', 'address', 'Street', 'd61ebdd8a0c0cd57c22455e9f0918c65', '', '2009-01-02 09:44:42', 62, 0), (86, 2, 1, 'contact_details', 'suburb', 'Suburb', 'd51ac448d2f00e3f977c92a3e6568695', '', '2009-01-02 09:44:42', 62, 0), (87, 2, 1, 'contact_details', 'state', 'State', '46a2a41cc6e552044816a2d04634545d', '', '2009-01-02 09:44:42', 62, 0), (88, 2, 1, 'contact_details', 'country', 'Country', '59716c97497eb9694541f7c3d37b1a4d', '', '2009-01-02 09:44:42', 62, 0), (89, 2, 1, 'contact_details', 'postcode', 'Zip Code', '5e178542b85fb18ca3c459e9a95f4f2e', '', '2009-01-02 09:44:42', 62, 0), (90, 2, 1, 'contact_details', 'telephone', 'Telephone', 'b2a1e8c4e743228e0a3719e3abc4cc1e', '', '2009-01-02 09:44:42', 62, 0), (91, 2, 1, 'contact_details', 'fax', 'Fax', '9810aa2b9f44401be4bf73188ef2b67d', '', '2009-01-02 09:44:42', 62, 0), (92, 2, 1, 'contact_details', 'misc', 'Miscellanous info', '4c75e6f97f9f9c5ecee12120fc4199ef', '', '2009-01-02 09:44:42', 62, 0), (93, 2, 1, 'contact_details', 'params', 'menu_image=-1\r\npageclass_sfx=\r\nprint=\r\nname=1\r\nposition=1\r\nemail=0\r\nstreet_address=1\r\nsuburb=1\r\nstate=1\r\ncountry=1\r\npostcode=1\r\ntelephone=1\r\nfax=1\r\nmisc=1\r\nimage=1\r\nvcard=0\r\nemail_description=1\r\nemail_description_text=\r\nemail_form=1\r\nemail_copy=1\r\ndrop_down=0\r\ncontact_icons=0\r\nicon_address=\r\nicon_email=\r\nicon_telephone=\r\nicon_fax=\r\nicon_misc=', '91749a489d041e1e93b54b8c9411d1d5', '', '2009-01-02 09:44:42', 62, 0), (94, 2, 103, 'content', 'title', '1', 'c4ca4238a0b923820dcc509a6f75849b', '', '2009-01-02 09:44:43', 62, 0), (95, 2, 103, 'content', 'alias', '1', 'c4ca4238a0b923820dcc509a6f75849b', '', '2009-01-02 09:44:43', 62, 0), (96, 2, 103, 'content', 'introtext', '

    ', '864279a1136309dc4de45c49380f76e8', '', '2009-01-02 09:44:43', 62, 0), (97, 2, 103, 'content', 'publish_up', '2008-09-05 18:42:07', 'f89490046adcb9c639753b2ac26c2e25', '', '2009-01-02 09:44:43', 62, 0), (98, 2, 103, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (99, 2, 103, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:43', 62, 0), (100, 2, 104, 'content', 'title', '2', 'c81e728d9d4c2f636f067f89cc14862c', '', '2009-01-02 09:44:43', 62, 0), (101, 2, 104, 'content', 'alias', '2', 'c81e728d9d4c2f636f067f89cc14862c', '', '2009-01-02 09:44:43', 62, 0), (102, 2, 104, 'content', 'introtext', '', '8d760d07856e72cd175ea2aa7d28c115', '', '2009-01-02 09:44:43', 62, 0), (103, 2, 104, 'content', 'publish_up', '2008-09-05 22:43:44', '1177866e20f25486a2f820e5f0a92839', '', '2009-01-02 09:44:43', 62, 0), (104, 2, 104, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (105, 2, 104, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:43', 62, 0), (106, 2, 61, 'content', 'title', 'Accordion Menu', '3fa88033d075e54aa16f8023b8c228a0', '', '2009-01-02 09:44:43', 62, 0), (107, 2, 61, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:43', 62, 0), (108, 2, 61, 'content', 'introtext', 'Accordion MenuThis template takes advantage of the exclusive YOOtheme Accordion Menu for the sub level navigation. The Accordion Menu uses mootools for the transition effect with smooth animation and color fading.\r\n
    \r\n
    \r\nFor example take a look at the left/right and click on the arrows in the submenu to open the next menu level.\r\n
    \r\n
    \r\nTo setup the Accordion Menu do the following.\r\n
    Create a new menu item for level 2 (this means a new item for the sub menu). Choose under "Miscellaneous" the "Separator/Placeholder" option.\r\n
    \r\nAccordion Menu Setup\r\n
    \r\nNext create new menu items in level 3 (this means the sub level of the new "Separator/Placeholder"). For example take a look.\r\n
    \r\nAccordion Menu Setup\r\n
    ', '43d4af89b617dcca48841be56fcef259', '', '2009-01-02 09:44:43', 62, 0), (109, 2, 61, 'content', 'publish_up', '2007-06-04 15:08:16', '486ff255ddda0af9235ae4588e1e795e', '', '2009-01-02 09:44:43', 62, 0), (110, 2, 61, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (111, 2, 61, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:43', 62, 0), (112, 2, 57, 'content', 'title', 'Browser Compatibility', '1079312d80f88122bb2e0ddf6e295d49', '', '2009-01-02 09:44:43', 62, 0), (113, 2, 57, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:43', 62, 0), (114, 2, 57, 'content', 'introtext', 'This template is designed to be compatible with all modern browsers. So it provides the best experience to all your visitors.\r\n

    \r\nFirefox\r\nInternet Explorer 6\r\nInternet Explorer 7\r\nSafari\r\nOpera\r\nCamino\r\nKonqueror\r\n



    Fully tested in...\r\n
    ', 'e743ff397afbf5f307b9390164f8b09f', '', '2009-01-02 09:44:43', 62, 0), (115, 2, 57, 'content', 'publish_up', '2007-06-04 15:06:06', '291b086fbf4009384656d4ce707c758e', '', '2009-01-02 09:44:43', 62, 0), (116, 2, 57, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (117, 2, 57, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:43', 62, 0), (118, 2, 15, 'content', 'title', 'Can Joomla! 1.5 operate with PHP Safe Mode On?', '5f04e2c6a8b4167f3a031b96a5d5df7c', '', '2009-01-02 09:44:43', 62, 0), (119, 2, 15, 'content', 'alias', 'can-joomla-15-operate-with-php-safe-mode-on', '6486240699d73ba7e9137b7ef0c572c8', '', '2009-01-02 09:44:43', 62, 0), (120, 2, 15, 'content', 'introtext', '

    Yes it can! This is a significant security improvement.

    The safe mode limits PHP file to be able to perfom actions only on files/folders who''s owner is the same as PHP is currently using (this is usually ''apache''). As files normally are created either by the Joomla! application or by FTP access, the combination of PHP file actions and the FTP layer allows Joomla! to operate in PHP Safe Mode.

    ', '4b36599002e56dea96c915a44476c6c4', '', '2009-01-02 09:44:43', 62, 0), (121, 2, 15, 'content', 'publish_up', '2006-10-05 16:00:00', '045ed0d9ac437e04f39354fffa1622b3', '', '2009-01-02 09:44:43', 62, 0), (122, 2, 15, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (123, 2, 15, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:43', 62, 0), (124, 2, 102, 'content', 'title', 'Contacto', '0a25e3680d265c53368dde50f60c925f', '', '2009-01-02 09:44:43', 62, 1), (125, 2, 102, 'content', 'alias', 'contacto', '0d87b5c76b4c480a107b621cc67f469d', '', '2009-01-02 09:44:43', 62, 1), (126, 2, 102, 'content', 'introtext', '\r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n

    Contacto:
    \r\n 095141900
    \r\n (2) 2096572

    \r\n

    Desde el exterior de Uruguay:
    \r\n +598 95141900
    \r\n +598 2 2096572

    \r\n

    E-mail: contacto@londresproducciones.com
    \r\n  

    \r\n
    \r\n

    Datos Personales

    \r\n
    \r\n
    Nombre *
    \r\n
    \r\n
    \r\n
    \r\n
    Apellido *
    \r\n
    \r\n
    \r\n
    \r\n
    Email *
    \r\n
    \r\n
    \r\n
    \r\n
    Télefono *
    \r\n
    \r\n
    \r\n
    \r\n
    País *
    \r\n
    \r\n
    \r\n
    \r\n
    Ciudad *
    \r\n
    \r\n
    \r\n
    \r\n
    ¿Como supiste de nuestra web? *
    \r\n
    \r\n
    \r\n
    \r\n

    Consulta

    \r\n
    \r\n

    \r\n  
    \r\n
     
    \r\n
    \r\n
    \r\n
    ', '0c30305c96b2bc95846d62fd693886de', '', '2009-01-02 09:44:43', 62, 1), (127, 2, 102, 'content', 'publish_up', '2008-09-05 15:27:55', 'fdd91007c9e1bbb53b499cb4a60e1f47', '', '2009-01-02 09:44:43', 62, 1), (128, 2, 102, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 1), (129, 2, 102, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:43', 62, 1), (130, 2, 24, 'content', 'title', 'Content Layouts', 'da67658283b9cb4ff566d571289f9ea8', '', '2009-01-02 09:44:43', 62, 0), (131, 2, 24, 'content', 'alias', 'content-layouts', 'e911217b34628fe566f2e4ab33ec678a', '', '2009-01-02 09:44:43', 62, 0), (132, 2, 24, 'content', 'introtext', '

    Joomla! provides plenty of flexibility when displaying your web content. Whether you are using Joomla! for a blog site, news or a website for a company, you''ll find one or more content styles to showcase your information. You can also change the style of content dynamically depending on your preferences. Joomla calls how a page is laid out a layout. Use the guide below to understand which layouts are available and how you might use them.

    Content

    Joomla! makes it extremely easy to add and display content. All content is placed where your mainbody tag in your template is located. There are three main types of layouts available in Joomla! and all of them can be customised via parameters. The display and parameters are set in the menu item used to display the content your working on. You create these layouts by creating a menu item and choosing how you want the content to display.

    Blog layout

    Blog layout will show a listing of all content items of the selected blog type (section or category) in the mainbody position of your template. It will give you the standard title, and Intro of each content article in that particular Category and/or Section. You can customise this layout via the use of the content parameters, (See Content Parameters) this is done from the menu not the section manager!

    Blog Archive layout

    A Blog Archive layout will give you a similar output of content as the normal Blog Display but will add at the top two dropdown boxes for Month and year plus a search button to allow users to search for all archived content from a specific month and year

    Table layout

    Table layout will simply give you a table of all the titles in that particular section or category. No intro will be displayed just the titles. You can set how many titles will be displayed in this table by Parameters. The table layout will also provide a filter section so that users can reorder, filter and set how many titles are listed on a single page (up to 50)

    Wrapper

    Wrappers allow you to place stand alone applications and 3rd party websites inside your Joomla! site. The content within a wrapper appears within the primary content area defined by the "mainbody" tag and allows you to display content to display them as part of your own site. A Wrapper will place an IFRAME into the content section of your website and wrap your standard template navigation around it so it appears in the same way a content item would.

    Content Parameters

    The parameters for each layout type can be found on the right hand side of the editor boxes in the menu item configuration screen. The parameters available depend largely on what kind of layout you are configuring.

    ', '2a806022b06e98556bce16f01577f6cc', '', '2009-01-02 09:44:43', 62, 0), (133, 2, 24, 'content', 'publish_up', '2006-10-11 08:00:00', '24b01a55f2043c98f18f696a7a77e82d', '', '2009-01-02 09:44:43', 62, 0), (134, 2, 24, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (135, 2, 24, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:43', 62, 0), (136, 2, 58, 'content', 'title', 'Demo Content', '0c6ac90b57479652ccb4b60b05b6776b', '', '2009-01-02 09:44:43', 62, 0), (137, 2, 58, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:43', 62, 0), (138, 2, 58, 'content', 'introtext', 'In addition to this template you can download the complete demo content which contains all content from this demo site you see right now. It consists of the database backup as text file and all images used on this site.
    Database backup and all images downloadable as zip file.
    So you can set up the whole demo site on your own private webserver. This allows you to check all the backend administration settings and gives you a good start, how to use this template...
    Re-use of any graphics, icons or photos from the demo content for any purpose is strictly prohibited. The demo content is only for demonstration use.

    ', '821cc899244af2b140978c692910cf6b', '', '2009-01-02 09:44:43', 62, 0), (139, 2, 58, 'content', 'publish_up', '2007-06-04 15:06:51', '5a6ab1ca9cda52094479d223195dac32', '', '2009-01-02 09:44:43', 62, 0), (140, 2, 58, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (141, 2, 58, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:43', 62, 0), (142, 2, 34, 'content', 'title', 'Does the PDF icon render pictures and special characters?', '49a0a9b2482252b57e184f6a38565834', '', '2009-01-02 09:44:43', 62, 0), (143, 2, 34, 'content', 'alias', 'does-the-pdf-icon-render-pictures-and-special-characters', '21826a69e7ece3b53be97a9ece8fa5aa', '', '2009-01-02 09:44:43', 62, 0), (144, 2, 34, 'content', 'introtext', 'Yes! Prior to Joomla! 1.5, only the text values of an article and only for ISO-8859-1 encoding was allowed in the PDF rendition. With the new PDF library in place, the complete article including images is rendered and applied to the PDF. The PDF generator also handles the UTF-8 texts and can handle any character sets from any language. The appropriate fonts must be installed but this is done automatically during a language pack installation.', '395813d32d1469335ffde4dafe694b66', '', '2009-01-02 09:44:43', 62, 0), (145, 2, 34, 'content', 'publish_up', '2006-10-10 16:00:00', '68bedc32ee2c08a3b36e62888d49ba45', '', '2009-01-02 09:44:43', 62, 0), (146, 2, 34, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (147, 2, 34, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:43', 62, 0), (148, 2, 49, 'content', 'title', 'Dummy Content', '3041bff94f76ca21040fade0543bf33d', '', '2009-01-02 09:44:43', 62, 0), (149, 2, 49, 'content', 'alias', 'dummy-content', '9022161435d9295549294408b780288b', '', '2009-01-02 09:44:43', 62, 0), (150, 2, 49, 'content', 'introtext', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', 'abd2d6ce5bd1ae8c959b7db20d766c39', '', '2009-01-02 09:44:43', 62, 0), (151, 2, 49, 'content', 'publish_up', '2007-06-04 15:00:30', 'aded6d9fb7ef85156ac47d63540ff03d', '', '2009-01-02 09:44:43', 62, 0), (152, 2, 49, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:43', 62, 0), (153, 2, 49, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 'f31b74e41d36fedd7f9a401d62f69c40', '', '2009-01-02 09:44:43', 62, 0), (154, 2, 6, 'content', 'title', 'Example News Item 1', 'e4eeee3728bce276bfceca9243830735', '', '2009-01-02 09:44:44', 62, 0), (155, 2, 6, 'content', 'alias', 'example-news-item-1', '5fe61355a4863887585e9e6e7ecfdf94', '', '2009-01-02 09:44:44', 62, 0), (156, 2, 6, 'content', 'introtext', 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.', 'cd473a03d052107edcffc855556fe6c8', '', '2009-01-02 09:44:44', 62, 0), (157, 2, 6, 'content', 'fulltext', '

    Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

    Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

    Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

    Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores duo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet clita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero voluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.

    Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

    ', 'a0e962dc2164f3029979e9f0f407194c', '', '2009-01-02 09:44:44', 62, 0), (158, 2, 6, 'content', 'publish_up', '2004-07-07 00:00:00', 'fc173c11a347b312ea5d3cd30b45010d', '', '2009-01-02 09:44:44', 62, 0), (159, 2, 6, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (160, 2, 6, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:44', 62, 0), (161, 2, 7, 'content', 'title', 'Example News Item 2', 'e97158420b4c5e106e4f1ed6fd785e24', '', '2009-01-02 09:44:44', 62, 0), (162, 2, 7, 'content', 'alias', 'example-news-item-2', '72323a017a0f4b73ed547b5259bf96a6', '', '2009-01-02 09:44:44', 62, 0), (163, 2, 7, 'content', 'introtext', '

    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

    ', '8f992b32b78d052a103e8cfc5bfacdc8', '', '2009-01-02 09:44:44', 62, 0), (164, 2, 7, 'content', 'fulltext', '

    At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

    ', 'daac25e4fa38efb43b2c791a35802654', '', '2009-01-02 09:44:44', 62, 0), (165, 2, 7, 'content', 'publish_up', '2004-07-07 12:00:00', 'eef8c4f5a36c4ea170d328a9c02afe5a', '', '2009-01-02 09:44:44', 62, 0), (166, 2, 7, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (167, 2, 7, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:44', 62, 0), (168, 2, 8, 'content', 'title', 'Example News Item 3', '46dd95600ff7f728be49044a85733319', '', '2009-01-02 09:44:44', 62, 0), (169, 2, 8, 'content', 'alias', 'example-news-item-3', '995024efe5d5ecad0cbf3acf9c12e8dc', '', '2009-01-02 09:44:44', 62, 0), (170, 2, 8, 'content', 'introtext', '

    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

    ', '67f34bda1bdc060a173f765c84613fb3', '', '2009-01-02 09:44:44', 62, 0), (171, 2, 8, 'content', 'publish_up', '2004-07-07 00:00:00', 'fc173c11a347b312ea5d3cd30b45010d', '', '2009-01-02 09:44:44', 62, 0), (172, 2, 8, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (173, 2, 8, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:44', 62, 0), (174, 2, 9, 'content', 'title', 'Example News Item 4', '8df3e1efb8992e7d68b7d63960ac9b75', '', '2009-01-02 09:44:44', 62, 0), (175, 2, 9, 'content', 'alias', 'example-news-item-4', '494ae2b40fa78f7b555eb6f73c349d57', '', '2009-01-02 09:44:44', 62, 0), (176, 2, 9, 'content', 'introtext', '

    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

    ', '77389c682c829d431ffdb4328692565a', '', '2009-01-02 09:44:44', 62, 0), (177, 2, 9, 'content', 'fulltext', '

    Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.


    Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.

    Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.

    Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores duo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet clita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero voluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.


    Consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

    ', 'a5d43ba23bb4a8986893d5e531edd238', '', '2009-01-02 09:44:44', 62, 0), (178, 2, 9, 'content', 'publish_up', '2004-07-07 00:00:00', 'fc173c11a347b312ea5d3cd30b45010d', '', '2009-01-02 09:44:44', 62, 0), (179, 2, 9, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (180, 2, 9, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:44', 62, 0), (181, 2, 43, 'content', 'title', 'Example Pages and Menu Links', '8ff89da833dec28e43542683c60f14f7', '', '2009-01-02 09:44:44', 62, 0), (182, 2, 43, 'content', 'alias', 'example-pages-and-menu-links', '707eb8e6a7b82ee88070d666cde6ab6c', '', '2009-01-02 09:44:44', 62, 0), (183, 2, 43, 'content', 'introtext', '

    This page is an example of content that is "uncategorized". You will see there is a new menu in the left column. It shows links to the SAME content presented in 4 different page layouts.

    Follow the links in the Example Pages menu to see some of the options available to you to present content.

    You can also have links to components and individual articles. This is all controlled in the menu links.

    ', '5da14be09f854b8e33c4ef8e676ac52f', '', '2009-01-02 09:44:44', 62, 0), (184, 2, 43, 'content', 'metakey', 'Uncategorized, Uncategorized, Example Pages and Menu Links', 'a6fd3ff74cf36468450ae28d80493773', '', '2009-01-02 09:44:44', 62, 0), (185, 2, 43, 'content', 'publish_up', '2006-10-11 12:00:00', '4070d2a596dc0c3d2b111b93696dd9dc', '', '2009-01-02 09:44:44', 62, 0), (186, 2, 43, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0); INSERT INTO `jos_jf_content` (`id`, `language_id`, `reference_id`, `reference_table`, `reference_field`, `value`, `original_value`, `original_text`, `modified`, `modified_by`, `published`) VALUES (187, 2, 43, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:44', 62, 0), (188, 2, 26, 'content', 'title', 'Extensions', '5e2f5f3c24ae8c6ab3eca618826b0e23', '', '2009-01-02 09:44:44', 62, 0), (189, 2, 26, 'content', 'alias', 'extensions', '2ac737d240fc746cef37129b7569f08e', '', '2009-01-02 09:44:44', 62, 0), (190, 2, 26, 'content', 'introtext', '

    Out of the box, Joomla does a great job of managing the content needed to make your website sing. But for many people, the true power of Joomla lies in the application framework that makes it possible for thousands of developers around the world to create powerful add-ons that are called extensions. An extension is used to add capabilities to Joomla! that do not exist in the base core code. Here are just some examples of the hundreds of available extensions:

    You can find more examples over at our growing Joomla! Extensions Directory. Prepare to be amazed at the amount of exciting work produced by our active developer community!

    A useful guide to the extension site can be found at:
    http://extensions.joomla.org/content/view/15/63/

    Types of Extensions

    There are five types of extensions:

    You can read more about the specifics of these using the links in the article table of contents (another useful feature of Joomla!) at the top right or by clicking on the next link below.


    Component - Joomla! Extension Directory Components

    A component is the largest and most complex of the extension types. Components are like mini-applications that renders the main body of the page. An analogy that might make the relationship easier to understand would be that Joomla! is a book and all the components are chapters in the book. The core content component (com_content), for example, is the mini-application that handles all core content rendering just as the core registration component (com_user) is the mini-application that handles user registration.

    Many of Joomla''s core features are provided by the use of default components such as:

    A Component will manage data, set displays, provide functions and in general can perform any operation that doesn''t fall under the general functions of the core code.

    Components work hand in hand with Modules and Plugins to provide a rich variety of content display and functionality aside from the standard article and content display. Components make it possible to completely transform Joomla and greatly expand its capabilities.

    More information on components is available from the Joomla! help manual: Components
    http://help.joomla.org/content/view/77/153/


    Module - Joomla! Extension Directory Modules

    A more lightweight and flexible extension used for page rendering is a module. Modules are used for small bits of the page that are generally less complex and able to be seen across different components. To continue in our book analogy, a module can be looked at as a footnote or header block, or perhaps an image/caption block that can be rendered on a particular page. Obviously you can have a footnote on any page but not all pages will have them. Footnotes also might appear regardless of which chapter you are reading. Simlarly modules can be rendered regardless of which component you have loaded.

    Modules are like little mini-applets that can be placed anywhere on your site. They work in conjunction with components in some cases and in others are complete stand alone snippets of code used to display some data from the database such as Content (Newsflash) Modules are usually used to output data but they can also be form items to input data (Login Module and Polls as an example)

    Modules can be assigned to module positions which are defined in both your template and backend under the Site/Template Manager/Module Positions menu items. For example, "left" and "right" are common for a 3 column layout.

    Displaying Modules

    Each module is assigned to a module position on your site. If you wish it to display in two different locations you must copy the module and assign the copy to display at the new location. You can also set which menu items (and thus pages) a module will display on. You can select all menu items or you can pick and choose specific menu items by holding down the control key and selecting multiple menu items one by one in the Modules Edit screen

    Note your Main Menu is a Module! When you create a new menu in the menu manager you are actually copying the Main Menu module code and giving it the name of your new menu. When you copy a module you do not copy all it''s parameters you simply allow Joomla to use the same code with two separate settings.

    NewsFlash Example

    NewsFlash is a Module which will display content items from your site in an assignable module position. It can be used and configured to display one category, all categories or to randomly choose content items to highlight to users. It will display as much of an article as you set, and will show a "read more" link to take the user to the full page.

    The Newsflash component is particularly useful for things like Site News or to show the latest content item added to your site.

    More information on Modules is available from the Joomla! help manual: Modules
    http://help.joomla.org/content/view/91/153/


    Plugin - Joomla! Extension Directory Plugins

    One of the more advanced extensions for Joomla! is the plugin (formerly called a mambot). In previous versions plugins were known as mambots. Along with the development of Joomla! 1.5, mambots have been renamed to plugins and their functionality has been expanded. A plugin is a section of code that runs when a pre-defined event happens within Joomla! Editors are plugins, for example, that execute when the Joomla! event "onGetEditorArea" occurs. Using a plugin allows a developer to change the way their code behaves depending upon which plugins are installed to react to an event.

    More information on Plugins is available from the Joomla! help manual: Plugins
    http://help.joomla.org/content/view/110/153/


    Language - Joomla! Extensions Directory Languages

    New to Joomla! 1.5 and perhaps the most basic and critical extension is a language. Languages are packaged as either a core language pack or an extension language pack. They allow both the Joomla! core as well as third party components and modules to be internationalised.

    More information on languages is available from the Joomla! help manual: Languages
    http://help.joomla.org/content/view/23/160/

    ', 'b72847b74371fda1a1b0931df3e68a5b', '', '2009-01-02 09:44:44', 62, 0), (191, 2, 26, 'content', 'metakey', 'About Joomla!, General, Extensions', 'b4024c103f90d3d2fd9476b742ef47a0', '', '2009-01-02 09:44:44', 62, 0), (192, 2, 26, 'content', 'publish_up', '2006-10-11 04:00:00', 'f053abee6352ee64e8ccfc85147aa97f', '', '2009-01-02 09:44:44', 62, 0), (193, 2, 26, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (194, 2, 26, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:44', 62, 0), (195, 2, 48, 'content', 'title', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:44', 62, 0), (196, 2, 48, 'content', 'alias', 'features', '9f034b63948763d489f944319c2eb3de', '', '2009-01-02 09:44:44', 62, 0), (197, 2, 48, 'content', 'introtext', 'Take a look at all the features implemented in this template and read short introduction how to use them. Select a feature from the left to jump to the details.\r\n
    \r\n
    \r\nClient site JS Framework\r\n
    All client side effects are written and optimized for the mootools framework. Our custom scripts take advantage of this framework to deliver the most reliable functionality in compact size. No Javascript library overload.\r\n

    \r\nMootools version\r\n
    This template uses Mootools 1.11\r\n

    \r\nTemplate download sizes\r\n
    All scripts and images are fast loading.\r\n\r\nIsn''t it really small? ;-)\r\n

    \r\nJavascript Compatibility\r\n
    All scripts are compatible with all modern browsers. More Information...\r\n
    Also most Javascript features can turned on/off in the configuration. A turned off feature will not effect the template anymore.\r\n
    \r\n

    Template Configuration

    \r\nThis template comes with an huge configuration to make it as flexible as possible and to fit all purposes. Features can turned on/off in the configuration.\r\n
    For example it''s no problem to deactivate the Styleswitcher completely and to stay always with a fixed width.
    \r\n
    \r\n/*** template parameters ***/\r\n$template_parameters = array(\r\n/* color variation */\r\n"color"               => "black",        /* default (white) | black */\r\n/* item color variation */\r\n"item1"               => "red",          /* default | red | blue | green | yellow | lilac */\r\n"item2"               => "blue",         /* default | red | blue | green | yellow | lilac */\r\n"item3"               => "green",        /* default | red | blue | green | yellow | lilac */\r\n"item4"               => "yellow",       /* default | red | blue | green | yellow | lilac */\r\n"item5"               => "lilac",        /* default | red | blue | green | yellow | lilac */\r\n"item6"               => "default",      /* default | red | blue | green | yellow | lilac */\r\n/* layout */\r\n"dogear"              => true,           /* true | false */\r\n"date"                => true,           /* true | false */\r\n"styleswitcherFont"   => true,           /* true | false */\r\n"styleswitcherWidth"  => true,           /* true | false */\r\n"layout"              => "left",         /* left | right */ \r\n/* features */\r\n"lightbox"            => true,           /* true | false */\r\n"reflection"          => true,           /* true | false */\r\n"snap"                => false,          /* true | false */\r\n/* style switcher */\r\n"fontDefault"         => "font-medium",  /* font-small | font-medium | font-large */\r\n"widthDefault"        => "width-wide",   /* width-thin | width-wide | width-fluid */\r\n"widthThinPx"         => 780,            /* template width for style "width-thin" */\r\n"widthWidePx"         => 940,            /* template width for style "width-wide" */\r\n"widthFluidPx"        => 0.9,            /* template width for style "width-fluid" */\r\n/* top panel */\r\n"toppanel"            => true,           /* true | false */\r\n"heightToppanel"      => 320,            /* height of the sliding when moving down */\r\n/* text */\r\n"textToppanel"        => "Top Panel",    /* text label for the toppanel */\r\n/* javascript */\r\n"loadJavascript"      => "true"        /* true | false */\r\n);\r\n
    \r\n

    \r\nDid you notice?\r\n
    This template supports two general layout option. The "left" module block with the sub menu can be aligned to the left or the right site. More Information...\r\n
    \r\n
    ', '04c8aaa2650b3ecf526397cd6a2d79cf', '', '2009-01-02 09:44:44', 62, 0), (198, 2, 48, 'content', 'publish_up', '2007-06-04 14:59:48', 'aeca12f66c550edc4662cebde9c75ec3', '', '2009-01-02 09:44:44', 62, 0), (199, 2, 48, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (200, 2, 48, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 'f31b74e41d36fedd7f9a401d62f69c40', '', '2009-01-02 09:44:44', 62, 0), (201, 2, 99, 'content', 'title', 'Forma de trabajo', '97e40cbeff1ecb02b83f5ff83b434a2b', '', '2009-01-02 09:44:44', 62, 0), (202, 2, 99, 'content', 'alias', 'forma-de-trabajo', '79dd34b69fd19eb8531b8d626a979048', '', '2009-01-02 09:44:44', 62, 0), (203, 2, 99, 'content', 'introtext', ' \r\n

    1) Asesoramiento e implementación
    \r\n2) Planificación y ejecución
    \r\n3) Supervisión y coordinación general
    \r\n4) Evaluación y mejora continua

    \r\n

    Ofrecemos nuestros servicios en forma:
    \r\nINTEGRAL
    \r\n
    Se buscan todos los proveedores

    \r\n

    PARCIAL
    \r\n
    Se buscan algunos
    \r\n
    \r\n

    \r\n

    BÁSICA
    \r\n
    Teniendo todos los proveedores precisan un profesional que supervise

    \r\n

    TIPOS DE EVENTOS

    \r\n

    SOCIALES
    \r\n
    Bautismo
    \r\nComunión
    \r\nDespedida de soltero/a
    \r\nCasamientos
    \r\nAniversario de bodas
    \r\nCumpleaños
    \r\nTemáticas

    \r\n
    Bar Mitzvá
    \r\nBat Mitzvá

    \r\n
    \r\nEMPRESARIALES
    \r\n
    Desayuno de trabajo
    \r\nAlmuerzo de trabajo
    \r\nDesfile de modas
    \r\nLanzamiento de productos
    \r\nInauguraciones
    \r\nExposiciones
    \r\nCongresos

    \r\n

     

    ', '0be7fc961d39d6ad9e2b7829b27b72c5', '', '2009-01-02 09:44:44', 62, 0), (204, 2, 99, 'content', 'publish_up', '2008-09-05 15:17:09', '548958db14309c4427a2f69173bef60c', '', '2009-01-02 09:44:44', 62, 0), (205, 2, 99, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (206, 2, 99, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:44', 62, 0), (207, 2, 105, 'content', 'title', 'Danke', 'e44165d04caec1113db6159d0210c4c3', 'Gracias', '2009-01-02 13:20:23', 62, 0), (208, 2, 105, 'content', 'alias', 'danke', '3e0a5f7ef3ae90289abe88023b987cd9', 'gracias', '2009-01-02 13:20:23', 62, 0), (209, 2, 105, 'content', 'introtext', '
    Ihre Nachricht wurde erfolgreich gesendet

    Vielen Dank!
    ', '5b72ff58613ad03c08503be016fd3dbd', '
    Su mensaje se ha enviado con éxito.
    \r\n
    \r\n
    Muchas gracias!
    ', '2009-01-02 13:20:23', 62, 0), (210, 2, 105, 'content', 'publish_up', '2008-10-28 22:53:18', 'f6dcf66ba70d5338d0c7490a51115528', '2008-10-28 22:53:18', '2009-01-02 13:20:23', 62, 0), (211, 2, 105, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '0000-00-00 00:00:00', '2009-01-02 13:20:23', 62, 0), (212, 2, 105, 'content', 'attribs', 'created_by=62\ncreated_by_alias=\naccess=0\ncreated=\npublish_up=\npublish_down=\nshow_title=0\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=\n\n', '23b3e1bf0d60ec6d1355a859bed1ea0e', 'show_title=0\r\nlink_titles=\r\nshow_intro=\r\nshow_section=\r\nlink_section=\r\nshow_category=\r\nlink_category=\r\nshow_vote=\r\nshow_author=\r\nshow_create_date=\r\nshow_modify_date=\r\nshow_pdf_icon=\r\nshow_print_icon=\r\nshow_email_icon=\r\nlanguage=\r\nkeyref=\r\nreadmore=', '2009-01-02 13:20:23', 62, 0), (213, 2, 97, 'content', 'title', 'Header 01', '82df8b014542d5c5141039212f257761', '', '2009-01-02 09:44:44', 62, 0), (214, 2, 97, 'content', 'alias', 'windows', '0f4137ed1502b5045d6083aa258b5c42', '', '2009-01-02 09:44:44', 62, 0), (215, 2, 97, 'content', 'introtext', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '256416e95a05ea80f4eb47fc1519b9a6', '', '2009-01-02 09:44:44', 62, 0), (216, 2, 97, 'content', 'publish_up', '2007-09-30 14:06:06', '2e72f926347c05aabcfd70a40955889d', '', '2009-01-02 09:44:44', 62, 0), (217, 2, 97, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:44', 62, 0), (218, 2, 97, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:44', 62, 0), (219, 2, 96, 'content', 'title', 'Header 02', '8d9fdf543d72c9cf8a635a5e8d1c0297', '', '2009-01-02 09:44:45', 62, 0), (220, 2, 96, 'content', 'alias', 'sewer', 'a8891c8e979543bd38bd205c5eee4ee4', '', '2009-01-02 09:44:45', 62, 0), (221, 2, 96, 'content', 'introtext', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '50012bf379361eabcf782e3b6b307cbd', '', '2009-01-02 09:44:45', 62, 0), (222, 2, 96, 'content', 'publish_up', '2007-09-30 14:05:45', '5cf5e411da115a007c2cd5704bc3babf', '', '2009-01-02 09:44:45', 62, 0), (223, 2, 96, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (224, 2, 96, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:45', 62, 0), (225, 2, 95, 'content', 'title', 'Header 03', 'd23ed6f877024384de6d6dad89627beb', '', '2009-01-02 09:44:45', 62, 0), (226, 2, 95, 'content', 'alias', 'poster', '49e20b8766c85b92858bdf473be281af', '', '2009-01-02 09:44:45', 62, 0), (227, 2, 95, 'content', 'introtext', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '51b6c19917296b7f3ceeabc8109a2b9a', '', '2009-01-02 09:44:45', 62, 0), (228, 2, 95, 'content', 'publish_up', '2007-09-30 14:05:22', 'bde49951dc530c9f5b9d01c6eb9b13dd', '', '2009-01-02 09:44:45', 62, 0), (229, 2, 95, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (230, 2, 95, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:45', 62, 0), (231, 2, 94, 'content', 'title', 'Header 04', '69038e32d34316293aba431d00416695', '', '2009-01-02 09:44:45', 62, 0), (232, 2, 94, 'content', 'alias', 'bunker', '3ca1138120a63a2b7888ceedffe44451', '', '2009-01-02 09:44:45', 62, 0), (233, 2, 94, 'content', 'introtext', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', 'e677f5b158ba3767148c1d8627c26cd7', '', '2009-01-02 09:44:45', 62, 0), (234, 2, 94, 'content', 'publish_up', '2007-09-30 14:04:59', '192b496995fcfd22a1dfa639acbeba7d', '', '2009-01-02 09:44:45', 62, 0), (235, 2, 94, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (236, 2, 94, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:45', 62, 0), (237, 2, 93, 'content', 'title', 'Header 05', 'd50afb161f46a696f00409134e31026b', '', '2009-01-02 09:44:45', 62, 0), (238, 2, 93, 'content', 'alias', 'bricks', 'ecfd485b7a182bfae368098672fd35c8', '', '2009-01-02 09:44:45', 62, 0), (239, 2, 93, 'content', 'introtext', '
    \r\n \r\n
    \r\n This Slideshow is powered by YOOcarousel! Learn more...\r\n
    \r\n\r\n
    ', '073621f6f6d779d21cb8daf85130dbaf', '', '2009-01-02 09:44:45', 62, 0), (240, 2, 93, 'content', 'publish_up', '2007-09-30 14:04:39', '433e4cf1ccefc75b42bb906f4477a745', '', '2009-01-02 09:44:45', 62, 0), (241, 2, 93, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (242, 2, 93, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:45', 62, 0), (243, 2, 28, 'content', 'title', 'How do I install Joomla! 1.5?', '00f9774be11efeb0eba599500a14981f', '', '2009-01-02 09:44:45', 62, 0), (244, 2, 28, 'content', 'alias', 'how-do-i-install-joomla-15', 'ec8b720693e6523caa07d035790d6778', '', '2009-01-02 09:44:45', 62, 0), (245, 2, 28, 'content', 'introtext', 'Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your website, and it is accessible with your browser.

    Download Joomla! 1.5, unzip it and put the files into the directory you website points to, fire up your browser and go to the page and the installation will start. We refer to the installation instructions on the help site for more information.', '168d7f3703457c9eb9e8bb07e664d471', '', '2009-01-02 09:44:45', 62, 0), (246, 2, 28, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:45', 62, 0), (247, 2, 28, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (248, 2, 28, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:45', 62, 0), (249, 2, 10, 'content', 'title', 'How do I localise Joomla! to my language?', '0dba29e799ef4ded97f7c6577e939a62', '', '2009-01-02 09:44:45', 62, 0), (250, 2, 10, 'content', 'alias', 'how-do-i-localise-joomla-to-my-language', '74a4700e77712972a032e20dd9c0ac40', '', '2009-01-02 09:44:45', 62, 0), (251, 2, 10, 'content', 'introtext', '

    General

    In Joomla! 1.5 all user interfaces can be localised. This includes the installation, the administrator interface and the front end site.

    The core release of Joomla! 1.5 is shipped with mutliple language choices in the installation but languages for the site and administration interfaces need to be added after installation. (Other than English). Links to such language packs exist below.

    ', 'cb507be0d0aa854e9e9456615350b606', '', '2009-01-02 09:44:45', 62, 0), (252, 2, 10, 'content', 'fulltext', '

    Translation Teams for Joomla! 1.5 may have also released fully localised installation packages where site, administrator and sample data are in the local language. These localised releases can be found in the specific team projects on the Joomla! Forge.

    How do I install language packs?

    How do I select languages?

    Where can I find Language Packs and Localised Releases?

    Please note that Joomla! 1.5 is new and language packs for this version may have not been released at this time.

    Mutli-lingual sites:

    Joomla! can be adapted to provide multi-lingual sites by installing the Joom-Fish component.

    ', '1c8c8fa6451b35d0c79eb73e5f2b68f0', '', '2009-01-02 09:44:45', 62, 0), (253, 2, 10, 'content', 'publish_up', '2006-09-29 12:00:00', 'a624671b6088e65972be21b5f53c35f3', '', '2009-01-02 09:44:45', 62, 0), (254, 2, 10, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (255, 2, 10, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:45', 62, 0), (256, 2, 39, 'content', 'title', 'How do I remove an article?', 'f774472783eb3241b07448bb55d50943', '', '2009-01-02 09:44:45', 62, 0), (257, 2, 39, 'content', 'alias', 'how-do-i-remove-an-article', '207c2c64a0fa6a4267bc1dcf84d85304', '', '2009-01-02 09:44:45', 62, 0), (258, 2, 39, 'content', 'introtext', '

    To completely remove an article, select the articles that you want to delete and move them to the trash. Next, open the Article Trash in the Content menu and select the articles you want to delete. After deleting an article, it is no longer available and it is not possible to undo this operation.

    ', 'c1ed455ffc910ffdc8f42417cf163011', '', '2009-01-02 09:44:45', 62, 0), (259, 2, 39, 'content', 'publish_up', '2006-10-10 12:00:00', '4c310ad99bddeed1fdaed234c3544fe6', '', '2009-01-02 09:44:45', 62, 0), (260, 2, 39, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (261, 2, 39, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:45', 62, 0), (262, 2, 11, 'content', 'title', 'How do I upgrade to Joomla! 1.5 ?', '8c0a4fd54270b62cd9ff7c1d6d04ae10', '', '2009-01-02 09:44:45', 62, 0), (263, 2, 11, 'content', 'alias', 'how-do-i-upgrade-to-joomla-15', '9958835b3bea86858d88534944a2626a', '', '2009-01-02 09:44:45', 62, 0), (264, 2, 11, 'content', 'introtext', '

    Joomla 1.5 does not provide an upgrade path from earlier versions. Converting an older site to a Joomla 1.5 site requires creation of a new empty site using Joomla 1.5 and then populating the new site with the content from the old site. This migration of content is not a one-to-one process and involves conversions and modifications to the content dump.

    There are two ways to perform the migration:

    ', '38066a6c7f062df3522a0003483fae01', '', '2009-01-02 09:44:45', 62, 0), (265, 2, 11, 'content', 'fulltext', '
  • An automated method of migration has been provided which uses a migrator component to create the migration dump out of the old site (Mambo 4.5.x up to Joomla 1.0.x) and a smart import facility in the Joomla 1.5 Installation that performs required conversions and modifications during the installation process.
  • Migration can be performed manually. This involves exporting the required tables, manually performing required conversions and modifications and then importing the content to the new site after it is installed.
  • Automated migration

    This is a two phased process using two tools. The first tool is a migrator component named ''com_migrator''. This component has been contributed by Harald Baer and is based on his ''eBackup'' component. The migrator needs to be installed on the old site and when activated it prepares the required export dump of the old site''s data. The second tool is built into the Joomla 1.5 installation process. The exported content dump is loaded to the new site and all conversions and modification are performed ''on-the-fly''.


    Step 1 - Using com_migrator to export data from old site:

  • Install the com_migrator component on the old site. It can be found at the Joomla! official Addons forge .
  • Select the component in the component menu of the administrator.
  • Click on the ''Dump it'' icon. Three exported gzipped export scripts will be created. The first is a complete backup of the old site. The second is the migration content of all core elements which will be imported to the new site. The third is a backup of all 3PD component tables.
  • Click on the download icon of the particular exports files needed and store locally.
  • Multiple export sets can be created.
  • The exported data is not modified in anyway and the original encoding is preserved. This makes the com_migrator tool a recommended tool to use for manual migration as well.

  • Step 2 - Using the migration facility to import and convert data during Joomla 1.5 installation:

    Note: This function requires use of the iconv function in PHP to convert encodings. If iconv is not found a warning will be provided.

  • In step 6 - Configuration select the ''Load Migration Script'' option in the ''Load Sample Data, Restore or Migrate Backed Up Content'' section of the page.
  • Enter the table prefix used in the content dump. For example: ''#_'' or ''#__'' are acceptable values.
  • Select the encoding of the dumped content in the dropdown list. This should be the encoding used on the pages of the old site. (As defined in the _ISO variable in the language file or as seen in the browser page info/encoding/source)
  • Browse the local host and select the migration export and click on ''Upload and Execute''
  • A success message should appear or alternately a listing of db errors
  • Complete the other required fields in the Configuration step such as Site Name and Admin details and advance to the final step of installation. (Admin details will be ignored as the imported data will take priority. Please remember admin name and password from the old site)

  • ', '53cd1d07a9c2591c5d48f3cb8e1b1efa', '', '2009-01-02 09:44:45', 62, 0), (266, 2, 11, 'content', 'publish_up', '2006-09-29 16:00:00', '2c2dafbf65895b6c7b6e84253b682eb2', '', '2009-01-02 09:44:45', 62, 0), (267, 2, 11, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (268, 2, 11, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:45', 62, 0), (269, 2, 38, 'content', 'title', 'I installed with my own language, but the back end is still in English', 'd160f8471aaf74036a9571fe7b6ddbe2', '', '2009-01-02 09:44:45', 62, 0), (270, 2, 38, 'content', 'alias', 'i-installed-with-my-own-language-but-the-back-end-is-still-in-english', '761492e9b9e85c48a838a0d56d2f4ec2', '', '2009-01-02 09:44:45', 62, 0), (271, 2, 38, 'content', 'introtext', '

    A lot of different languages are available for the back end, but by default this language may not be installed. If you want a translated back end, get your language pack and install it using the back end installer. After this, go to the extensions menu, select language manager and make your language the default one. Your back end will be translated instantaneously.

    Users who have access rights to the back end may choose the language they prefer in their personal details parameters.

    This is of course also true for the front-end language.

    A good place to find where to download your languages and localised versions of Joomla is on our Help Site.

    ', 'bcc35998853fc3bfd35847ff2535d902', '', '2009-01-02 09:44:45', 62, 0), (272, 2, 38, 'content', 'publish_up', '2006-10-10 16:00:00', '68bedc32ee2c08a3b36e62888d49ba45', '', '2009-01-02 09:44:45', 62, 0), (273, 2, 38, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:45', 62, 0), (274, 2, 38, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:45', 62, 0), (6342, 5, 63, 'users', 'name', 'Londra Productions', '577d023732687af72d8df7231f2df48b', 'Londres Producciones', '2009-02-01 08:13:05', 62, 1), (281, 2, 35, 'content', 'title', 'Is it possible to change the types of menu entries?', '183001d9fe613320a5487856b98b2f78', '', '2009-01-02 09:44:46', 62, 0), (282, 2, 35, 'content', 'alias', 'is-it-possible-to-change-the-types-of-menu-entries', 'a9fc842a80e14dfe555f67fdd818df16', '', '2009-01-02 09:44:46', 62, 0), (283, 2, 35, 'content', 'introtext', 'You indeed can change the menu items type to whatever you want, even after they have been created. If you for instance want to change the blog section of a menu link, jump to the back end and edit the menu item. Push the "change type" button and select the details for the menu you want to assign.', '6d20538537b85f909d5fcfb085e60538', '', '2009-01-02 09:44:46', 62, 0), (284, 2, 35, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:46', 62, 0), (285, 2, 35, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (286, 2, 35, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (287, 2, 31, 'content', 'title', 'Is it useful to install the example data?', 'de1d3ae16c2826a00bde0fc4f6b7e3ac', '', '2009-01-02 09:44:46', 62, 0), (288, 2, 31, 'content', 'alias', 'is-it-useful-to-install-the-example-data', '604eb77bd9d85c36f00bedf90b4a24e1', '', '2009-01-02 09:44:46', 62, 0), (289, 2, 31, 'content', 'introtext', 'This depends on what you want to achieve. If you are new to Joomla! and have no clue how all fits together, just install the example data. If you don''t like the English example because you - for instance - speak Chinese, then leave it out.', 'cb10982af7e329f269e44ee71aa97705', '', '2009-01-02 09:44:46', 62, 0), (290, 2, 31, 'content', 'publish_up', '2006-10-10 12:00:00', '4c310ad99bddeed1fdaed234c3544fe6', '', '2009-01-02 09:44:46', 62, 0), (291, 2, 31, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (292, 2, 31, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (293, 2, 21, 'content', 'title', 'Joomla! Facts', '0e655eb97aa2ddf22db38df391ee0661', '', '2009-01-02 09:44:46', 62, 0), (294, 2, 21, 'content', 'alias', 'joomla-facts', '376b54b7a60f14862e303cd24379bab5', '', '2009-01-02 09:44:46', 62, 0), (295, 2, 21, 'content', 'introtext', '

    Here are some interesting facts about Joomla!

     

    ', '9381c7c6e62ee2924a56eb405d99d640', '', '2009-01-02 09:44:46', 62, 0), (296, 2, 21, 'content', 'publish_up', '2006-10-07 16:00:00', 'd0a8e4422578eaee7bae3035623205c1', '', '2009-01-02 09:44:46', 62, 0), (297, 2, 21, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (298, 2, 21, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (299, 2, 18, 'content', 'title', 'Joomla! Features', 'cc1c9b7a924d96bd50616674ac2ecf4a', '', '2009-01-02 09:44:46', 62, 0), (300, 2, 18, 'content', 'alias', 'joomla-features', 'e901cf6f39ebb30c73986f8471cdffb2', '', '2009-01-02 09:44:46', 62, 0), (301, 2, 18, 'content', 'introtext', '

    Joomla! features:

    Extensive Administration:

    ', '8b264e786c8ac08c47a05ad0fe5b26fe', '', '2009-01-02 09:44:46', 62, 0), (303, 2, 18, 'content', 'publish_up', '2006-10-07 08:00:00', '7f664b8225cefea38e8342b3e1ef63c6', '', '2009-01-02 09:44:46', 62, 0), (304, 2, 18, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (305, 2, 18, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (306, 2, 5, 'content', 'title', 'Joomla! License Guidelines', '399a05fb31206453af373c8b12d14d3f', '', '2009-01-02 09:44:46', 62, 0), (307, 2, 5, 'content', 'alias', 'joomla-license-guidelines', '7a66b19f4144cb7aa6ce0e8b714cad57', '', '2009-01-02 09:44:46', 62, 0); INSERT INTO `jos_jf_content` (`id`, `language_id`, `reference_id`, `reference_table`, `reference_field`, `value`, `original_value`, `original_text`, `modified`, `modified_by`, `published`) VALUES (308, 2, 5, 'content', 'introtext', '

    This website is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2006 Open Source Matters. All other content and data, including data entered into this website and templates added after installation, are copyrighted by their respective copyright owners.

    If you want to distribute, copy or modify Joomla!, you are welcome to do so under the terms of the GNU General Public License. If you are unfamiliar with this license, you might want to read ''How To Apply These Terms To Your Program'' and the ''GNU General Public License FAQ''.

    ', '6b38cdb49943aae0bc38297feb955362', '', '2009-01-02 09:44:46', 62, 0), (309, 2, 5, 'content', 'publish_up', '2004-08-19 08:00:00', '7a7b1cbf40696992bde2f65279fde2b6', '', '2009-01-02 09:44:46', 62, 0), (310, 2, 5, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (311, 2, 5, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (312, 2, 19, 'content', 'title', 'Joomla! Overview', '8ac68def4f400443d65a0de648c7f3fc', '', '2009-01-02 09:44:46', 62, 0), (313, 2, 19, 'content', 'alias', 'joomla-overview', '76b2d78165ee15fbc1009f592ad497eb', '', '2009-01-02 09:44:46', 62, 0), (314, 2, 19, 'content', 'introtext', '

    If you''re new to web publishing systems, you''ll find that Joomla! delivers sophisticated solutions to your online needs. It can deliver a robust enterprise-level website, empowered by endless extensibility for your bespoke publishing needs. Moreover, it is often the system of choice for small business or home users who want a professional looking site that''s simple to deploy and use. We do content right.

    So what''s the catch? How much does this system cost? Well, there''s good news ... and more good news! Joomla! 1.5 is free released under an Open Source license.

    Had you invested in a commercial alternatives, there''d be nothing but moths left in your wallet.

    Joomla! is set to change all that ... Joomla! is different from the normal models for content management software. For a start, it''s not complicated. Joomla! has been developed for everybody. It''s licensed under the GNU/GPL license, easy to install and administer and reliable. Joomla! doesn''t even require the user or administrator of the system to know HTML to operate it once it''s up and running.', 'a346360e57595cffcd48d68665325d85', '', '2009-01-02 09:44:46', 62, 0), (315, 2, 19, 'content', 'publish_up', '2006-10-07 12:00:00', '79a1abace5b2068985643ff6283cad11', '', '2009-01-02 09:44:46', 62, 0), (316, 2, 19, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (317, 2, 19, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (318, 2, 67, 'content', 'title', 'Latest Gadgets', 'bba451a55c446bafc801069b1f5535bd', '', '2009-01-02 09:44:46', 62, 0), (319, 2, 67, 'content', 'alias', 'latest-gadgets', 'c01100fe9c511e6c2bb5700fce7250ed', '', '2009-01-02 09:44:46', 62, 0), (320, 2, 67, 'content', 'introtext', '
    \r\n
    \r\n Latest Gadgets\r\n
    \r\n

    Latest Gadgets

    \r\n Check out the latest\r\n
    cutting-edge features.\r\n
    Learn more...\r\n
    ', 'd5323c01c754243def16f21561ab2480', '', '2009-01-02 09:44:46', 62, 0), (321, 2, 67, 'content', 'publish_up', '2007-08-03 13:23:33', 'ed16ac1607750139c39c4d8c5ad6c820', '', '2009-01-02 09:44:46', 62, 0), (322, 2, 67, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (323, 2, 67, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (324, 2, 71, 'content', 'title', 'Latest Gadgets', 'bba451a55c446bafc801069b1f5535bd', '', '2009-01-02 09:44:46', 62, 0), (325, 2, 71, 'content', 'alias', 'latest-gadgets', 'c01100fe9c511e6c2bb5700fce7250ed', '', '2009-01-02 09:44:46', 62, 0), (326, 2, 71, 'content', 'introtext', '
    \r\n
    \r\n
    \r\n Latest Gadgets\r\n
    \r\n
    \r\n
    \r\n

    Latest Gadgets

    \r\n Check out the latest\r\n
    cutting-edge features.\r\n
    Learn more...\r\n
    \r\n
    ', '2a34f094511b93247e9ba0b18d549935', '', '2009-01-02 09:44:46', 62, 0), (327, 2, 71, 'content', 'publish_up', '2007-08-03 13:24:43', 'c9a393dbcb082a3eeeca0ffd7fad6764', '', '2009-01-02 09:44:46', 62, 0), (328, 2, 71, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (329, 2, 71, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:46', 62, 0), (330, 2, 76, 'content', 'title', 'Latest Gadgets', 'bba451a55c446bafc801069b1f5535bd', '', '2009-01-02 09:44:46', 62, 0), (331, 2, 76, 'content', 'alias', 'latest-gadgets', 'c01100fe9c511e6c2bb5700fce7250ed', '', '2009-01-02 09:44:46', 62, 0), (332, 2, 76, 'content', 'introtext', '
    \r\n\r\n
    \r\n \r\n \r\n \r\n

    YOOcarousel

    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n

    YOOspotlight

    \r\n
    \r\n \r\n
    \r\n \r\n \r\n \r\n

    YOOslider

    \r\n
    \r\n \r\n
    \r\n Web 2.0 for your site? Kick your design from 1999!\r\n
    Check out the latest cutting-edge template features and join the YOOtheme club today! Learn more...\r\n
    \r\n\r\n
    ', 'e0597896cd908a89897b9ee9b81a3f95', '', '2009-01-02 09:44:46', 62, 0), (333, 2, 76, 'content', 'publish_up', '2007-08-23 16:24:14', '02138cf40eb4cd5a7c35037d7df72245', '', '2009-01-02 09:44:46', 62, 0), (334, 2, 76, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (335, 2, 76, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', 'a5db2d581afac19444cbf4c950046fcd', '', '2009-01-02 09:44:46', 62, 0), (336, 2, 47, 'content', 'title', 'Layout', 'ebd9bec4d70abc789d439c1f136b0538', '', '2009-01-02 09:44:46', 62, 0), (337, 2, 47, 'content', 'alias', 'layout', 'c61404957758dfda283709e89376ab3e', '', '2009-01-02 09:44:46', 62, 0), (338, 2, 47, 'content', 'introtext', '
    With the module positions it is possible to have a nested right column or a normal right column.
    \r\nThis template also supports a wide variety of module positions and variations. All the modules are fully collapsible. If there is no module published in a certain position, this module position will contract and disappear.\r\n

    \r\nModules adjust to fit content vertically and horizontally. Many modules come in different colors and varieties. To switch between colors just set a module class suffix in the module properties.\r\n
    \r\n
    This template supports two general layout option. The "left" module block with the sub menu can be aligned to the left or the right site.
    \r\n
    \r\n/*** template parameters ***/\r\n$template_parameters = array(\r\n	"layout" => "left"     /* left | right */ \r\n);\r\n
    \r\n
    \r\n

    Left aligned


    \r\nLayout left with module positions\r\n
    \r\n

    Right aligned


    \r\nLayout right with module positions\r\n
    ', '359cdd21c4c3a14af2fdccb25810367e', '', '2009-01-02 09:44:46', 62, 0), (339, 2, 47, 'content', 'publish_up', '2007-06-04 12:59:10', '259d1eb370e6769d3a0e2f1e616475fa', '', '2009-01-02 09:44:46', 62, 0), (340, 2, 47, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:46', 62, 0), (341, 2, 47, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4b2dcc154c45eb945fc12110fc5757d9', '', '2009-01-02 09:44:46', 62, 0), (342, 2, 45, 'content', 'title', 'Loom', 'bc723fb2c080a160fc97c622efa2ff83', '', '2009-01-02 09:44:47', 62, 0), (343, 2, 45, 'content', 'alias', 'switch', 'b36eb6a54154f7301f004e1e61c87ce8', '', '2009-01-02 09:44:47', 62, 0), (344, 2, 45, 'content', 'introtext', 'YOOtheme proudly presents Loom! Loom catches the spirit of the autumn season and combines beautiful colors with an elegant design. This exclusive YOOtheme Joomla! template re-introduces the great slider menu and is packed with all your favorite features and effects. Plus its ready to use with our popular YOOslider and YOOcarousel modules. The template and modules are available for Joomla! 1.0 and also as native Joomla! 1.5. Like always we bring you an unique style with the latest Web 2.0 features!\r\n\r\nAnd of course all the classic features are included: Tableless CSS Design, YOOmenu System, YOOspotlight, YOOlightbox, YOOreflection, YOOtoppanel, Styleswitcher, Active Item Detection and many more...\r\n

    \r\nGet this and 10+ additional templates for Joomla 1.5! Join the YOOtheme template club today.\r\n

    \r\nCheck out Surface at the demo page.\r\n
    Visit YOOtheme website.', '0add5d139e61f59c0e3e922a41e93519', '', '2009-01-02 09:44:47', 62, 0), (345, 2, 45, 'content', 'publish_up', '2007-06-04 12:56:16', 'bda6cd74563bbec8070f04710488e91f', '', '2009-01-02 09:44:47', 62, 0), (346, 2, 45, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (347, 2, 45, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4b2dcc154c45eb945fc12110fc5757d9', '', '2009-01-02 09:44:47', 62, 0), (348, 2, 101, 'content', 'title', 'Modelos', '42f4eae5bb4402c284050a7692fb32ff', '', '2009-01-02 09:44:47', 62, 0), (349, 2, 101, 'content', 'alias', 'modelos', '878c6abf3e28e7cd36314019b8d4a766', '', '2009-01-02 09:44:47', 62, 0), (350, 2, 101, 'content', 'introtext', '

    \r\nPara ver fotos de nuestro STAFF DE MODELOS haga clic AQUÍ
    \r\n\r\n

    \r\n\r\n
    \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
    \r\n
    Si le interesa pertenecer a nuestro staff de modelos envienos sus datos y nos pondremos en contacto con usted.
    \r\n
    \r\n

    Datos Personales

    \r\n
    \r\n
    Nombre *
    \r\n
    \r\n
    \r\n
    \r\n
    Apellido *
    \r\n
    \r\n
    \r\n
    \r\n
    Email *
    \r\n
    \r\n
    \r\n
    \r\n
    Teléfono *
    \r\n
    \r\n
    \r\n
    \r\n
    Edad *
    \r\n
    \r\n
    \r\n
    \r\n
    Sexo *
    \r\n
    \r\n
    \r\n
    \r\n
    Altura *
    \r\n
    \r\n
    \r\n
    \r\n
    Peso*
    \r\n
    \r\n
    \r\n
    \r\n
    País *
    \r\n
    \r\n
    \r\n
    \r\n
    Ciudad *
    \r\n
    \r\n
    \r\n
     
    \r\n
    \r\n
    \r\n
    \r\n', 'cdfd7bff8cf9d65232230f41cb5260c7', '', '2009-01-02 09:44:47', 62, 0), (351, 2, 101, 'content', 'publish_up', '2008-09-05 15:27:08', '539c4591aadb4e915904f33da1c2af91', '', '2009-01-02 09:44:47', 62, 0), (352, 2, 101, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (353, 2, 101, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:47', 62, 0), (354, 2, 17, 'content', 'title', 'My MySql database does not support UTF-8. Do I have a problem?', '5c4c251df93500563d1ff70438ec5e2c', '', '2009-01-02 09:44:47', 62, 0), (355, 2, 17, 'content', 'alias', 'my-mysql-database-does-not-support-utf-8-do-i-have-a-problem', 'b6dad770ba3e9880ee3177f5f0ce4200', '', '2009-01-02 09:44:47', 62, 0), (356, 2, 17, 'content', 'introtext', 'No you don''t. Versions of MySql lower than 4.1 do not have build in utf-8 support. However, Joomla! 1.5 has made provisions for backward compatibility and is able to use utf-8 on older databases. Let the installer take care of all settings and there is no need to make any changes to the database (charset, collation or any other).', '06650d2f687e1fe93f5e2788fbf633d5', '', '2009-01-02 09:44:47', 62, 0), (357, 2, 17, 'content', 'publish_up', '2006-10-06 00:00:00', '316aebc73153d2b685733b55b4499103', '', '2009-01-02 09:44:47', 62, 0), (358, 2, 17, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (359, 2, 17, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (360, 2, 2, 'content', 'title', 'Newsflash 1', '4527df950946e9e482e992b3714acbfb', '', '2009-01-02 09:44:47', 62, 0), (361, 2, 2, 'content', 'alias', 'newsflash-1', 'db1ffcf8ec10c024b9b66c8d797d0c5e', '', '2009-01-02 09:44:47', 62, 0), (362, 2, 2, 'content', 'introtext', '

    Joomla! makes it easy to launch a website of any kind. Whether you want a brochure site or you''re building a large online community, Joomla! allows you to deploy a site in minutes and add functionality as you need it. The hundreds of extensions will expand your site and allow you to deliver new services that expand your reach into the Internet.

    ', 'a3572147388b159f46573596620e111b', '', '2009-01-02 09:44:47', 62, 0), (363, 2, 2, 'content', 'publish_up', '2004-08-09 12:00:00', 'f337bb29b8d1a9ff2af6664ea486651c', '', '2009-01-02 09:44:47', 62, 0), (364, 2, 2, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (365, 2, 2, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (366, 2, 3, 'content', 'title', 'Newsflash 2', '6bb9ac24fbb2926c7c18c01dff8aa695', '', '2009-01-02 09:44:47', 62, 0), (367, 2, 3, 'content', 'alias', 'newsflash-2', 'b7be8b85b00ae2bc66bc71bc3a0dc209', '', '2009-01-02 09:44:47', 62, 0), (368, 2, 3, 'content', 'introtext', '

    The one thing about a website, it always changes! Joomla! makes it easy to add article, content, images, videos and more. Site administrators can edit and manage content ''in-context'' by clicking the ''edit'' link. Webmasters can also edit content though a graphical administration panel that give you complete control over your site.

    ', 'c6d7a164f8d34605544aac483af2e311', '', '2009-01-02 09:44:47', 62, 0), (369, 2, 3, 'content', 'publish_up', '2004-08-09 08:00:00', '8480ac634d82a4861b98bb189ec6ffe3', '', '2009-01-02 09:44:47', 62, 0), (370, 2, 3, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (371, 2, 3, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (372, 2, 4, 'content', 'title', 'Newsflash 3', 'b084c6c7fa1b11b38922cda8402f4f05', '', '2009-01-02 09:44:47', 62, 0), (373, 2, 4, 'content', 'alias', 'newsflash-3', '4057528cbc0617864f4ab0e83f0bc0d6', '', '2009-01-02 09:44:47', 62, 0), (374, 2, 4, 'content', 'introtext', '

    With a library of hundreds of free extensions, you can add what you need as your site grows. Don''t wait, look through the Joomla! extensions library today.

    ', '6bc4e341af57b79616594215d2777757', '', '2009-01-02 09:44:47', 62, 0), (375, 2, 4, 'content', 'publish_up', '2004-08-09 12:00:00', 'f337bb29b8d1a9ff2af6664ea486651c', '', '2009-01-02 09:44:47', 62, 0), (376, 2, 4, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (377, 2, 4, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (378, 2, 42, 'content', 'title', 'Newsflash 4', '068f81200bd35dd40c7336cb3a770c4a', '', '2009-01-02 09:44:47', 62, 0), (379, 2, 42, 'content', 'alias', 'newsflash-4', '8fdaa613c96dc4dc9da7c6fff0e8de24', '', '2009-01-02 09:44:47', 62, 0), (380, 2, 42, 'content', 'introtext', 'Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.', '4a4a3ffb9a18c92d830a78478ddbd223', '', '2009-01-02 09:44:47', 62, 0), (381, 2, 42, 'content', 'publish_up', '2006-10-11 08:00:00', '24b01a55f2043c98f18f696a7a77e82d', '', '2009-01-02 09:44:47', 62, 0), (382, 2, 42, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (383, 2, 42, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (384, 2, 41, 'content', 'title', 'Newsflash 5', '3fe850555edef37696e1630c0d040d3c', '', '2009-01-02 09:44:47', 62, 0), (385, 2, 41, 'content', 'alias', 'newsflash-5', '56c30d25f2ff489734c762115ea2c825', '', '2009-01-02 09:44:47', 62, 0), (386, 2, 41, 'content', 'introtext', 'Joomla! 1.5 - ''Experience the Freedom''!. It has never been easier to create your own dynamic site. Manage all your content from the best CMS admin interface and in virtually any language you speak.', '7eabf1bc83b9616c78f713eaa5daba69', '', '2009-01-02 09:44:47', 62, 0), (387, 2, 41, 'content', 'publish_up', '2006-10-11 08:00:00', '24b01a55f2043c98f18f696a7a77e82d', '', '2009-01-02 09:44:47', 62, 0), (388, 2, 41, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (389, 2, 41, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (390, 2, 16, 'content', 'title', 'Only one edit window! How do I create "Read more..."?', '6bd85699eab343bacddaae880ff71df5', '', '2009-01-02 09:44:47', 62, 0), (391, 2, 16, 'content', 'alias', 'only-one-edit-window-how-do-i-create-read-more', '5b630becba4dfebb0640f469c8d81bd8', '', '2009-01-02 09:44:47', 62, 0), (392, 2, 16, 'content', 'introtext', '

    This is now implemented by inserting a tag (button is in the editor area) a dotted line appears in the edited text showing the split location for the "Read more...". A new bot takes care of the rest.

    It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.

    ', '1407d049f4c0e4f32ca7d56ca10edaa7', '', '2009-01-02 09:44:47', 62, 0), (393, 2, 16, 'content', 'publish_up', '2006-10-05 16:00:00', '045ed0d9ac437e04f39354fffa1622b3', '', '2009-01-02 09:44:47', 62, 0), (394, 2, 16, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (395, 2, 16, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (396, 2, 23, 'content', 'title', 'Platforms and Open Standards', '25c18bd20d4aaf9b0f2f73ee79b6708b', '', '2009-01-02 09:44:47', 62, 0), (397, 2, 23, 'content', 'alias', 'platforms-and-open-standards', '0334173f689ac8cde39ae669b9e83d13', '', '2009-01-02 09:44:47', 62, 0), (398, 2, 23, 'content', 'introtext', '

    Joomla! runs on any platform including Windows, most flavors of Linux, Several Unix versions, and the Apple OSX platform. Joomla! depends PHP and the MySQL database to deliver dynamic content.

    The minimum requirements are:

    ', 'c185776aabc814078c6b79e220dc1c00', '', '2009-01-02 09:44:47', 62, 0), (399, 2, 23, 'content', 'publish_up', '2006-10-10 12:00:00', '4c310ad99bddeed1fdaed234c3544fe6', '', '2009-01-02 09:44:47', 62, 0), (400, 2, 23, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:47', 62, 0), (401, 2, 23, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:47', 62, 0), (402, 2, 55, 'content', 'title', 'PNG Fix for IE6', '92d2ed5e946763b5141caa53a4bcd90d', '', '2009-01-02 09:44:48', 62, 0), (403, 2, 55, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:48', 62, 0), (404, 2, 55, 'content', 'introtext', 'This template includes the YOOtheme PNG Fix for Internet Explorer up to version 6.x because these browser versions don’t support PNG transparency natively (Internet Explorer version 7 supports PNG transparency natively). The YOOtheme PNG Fix enables PNG Alpha Transparency for inline images in the whole template just by giving them a class="correct-png" attribute.
    \r\n
    \r\nFor example:
    \r\n
    \r\n<img class="correct-png" src="image-1.jpg" width="240" height="180" />\r\n
    \r\n
    \r\n
    PNG Fix only effects png images you want and not all png images. The YOOtheme PNG Fix is only activated when needed. IE7 and all other browsers ignore the PNG Fix.
    \r\nTake a look at the icons inside the black, red and yellow module boxes, which are images with PNG transparency.
    \r\n
    ', '6d59f81e7509fdbf4505fd379b437cb7', '', '2009-01-02 09:44:48', 62, 0), (405, 2, 55, 'content', 'publish_up', '2007-06-04 15:05:15', '0b64cc2fc441956a445509226722957f', '', '2009-01-02 09:44:48', 62, 0), (406, 2, 55, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (407, 2, 55, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:48', 62, 0), (408, 2, 100, 'content', 'title', 'Servicios', '0eccfe309366d289ed1ffab9930e7d9c', '', '2009-01-02 09:44:48', 62, 0), (409, 2, 100, 'content', 'alias', 'servicios', '5f82c4cc00aa13b4d16458481c75d39a', '', '2009-01-02 09:44:48', 62, 0), (410, 2, 100, 'content', 'introtext', '

    Vea nuestras fotos

    Ofrecemos nuestros servicios en los siguientes rubros:

    CONSULTA SIN CARGO

     

    ', '891f7b1704fa10524ae07cd03a477a1b', '', '2009-01-02 09:44:48', 62, 0), (411, 2, 100, 'content', 'publish_up', '2008-09-05 15:25:03', 'e4f26e679ed3b9263d51ff7aaffeea12', '', '2009-01-02 09:44:48', 62, 0), (412, 2, 100, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (413, 2, 100, 'content', 'attribs', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '56405df14c2814f631f9f82fcbfc75a2', '', '2009-01-02 09:44:48', 62, 0), (414, 2, 69, 'content', 'title', 'Sign up', 'd9776f0775997b2e698c6975420b5c5d', '', '2009-01-02 09:44:48', 62, 0), (415, 2, 69, 'content', 'alias', 'sign-up', '3232cb6b61415092122d840c1f61664b', '', '2009-01-02 09:44:48', 62, 0), (416, 2, 69, 'content', 'introtext', '
    \r\n
    \r\n Sign up\r\n
    \r\n

    Sign up

    \r\n Web 2.0 for your site?\r\n
    Kick your design from 1999!\r\n
    Join today...\r\n
    ', '173100b6e823e05ae98a06fdd7acae76', '', '2009-01-02 09:44:48', 62, 0), (417, 2, 69, 'content', 'publish_up', '2007-08-03 13:24:05', '338781a7880f05418204f0ac5faa292c', '', '2009-01-02 09:44:48', 62, 0), (418, 2, 69, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (419, 2, 69, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:48', 62, 0), (420, 2, 73, 'content', 'title', 'Sign up', 'd9776f0775997b2e698c6975420b5c5d', '', '2009-01-02 09:44:48', 62, 0), (421, 2, 73, 'content', 'alias', 'sign-up', '3232cb6b61415092122d840c1f61664b', '', '2009-01-02 09:44:48', 62, 0), (422, 2, 73, 'content', 'introtext', '
    \r\n
    \r\n
    \r\n Sign up\r\n
    \r\n
    \r\n
    \r\n

    Sign up

    \r\n Web 2.0 for your site?\r\n
    Kick your design from 1999!\r\n
    Join today...\r\n
    \r\n
    ', 'ca25caf4e276313f993c5767b2e1c183', '', '2009-01-02 09:44:48', 62, 0), (423, 2, 73, 'content', 'publish_up', '2007-08-03 13:25:15', '9e6ca6689dd0c31b4515587aeb7086a9', '', '2009-01-02 09:44:48', 62, 0), (424, 2, 73, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (425, 2, 73, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:48', 62, 0), (426, 2, 63, 'content', 'title', 'Sliced Image Sources', 'd6dbcbb35cf9a192509f21e5ee51a6eb', '', '2009-01-02 09:44:48', 62, 0), (427, 2, 63, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:48', 62, 0), (428, 2, 63, 'content', 'introtext', 'Launch up your Adobe Fireworks and open the fully sliced image source files to get started with some serious customizations! Does some color doesn''t match your current taste? Or do you need to match the templates design closer to your clients corporate identity? No problem, start modifying the included image source file to suit your needs.\r\n
    Adobe Fireworks .png file downloadable as zip file.
    ', '6b2cd1411a3e130d0c3923507e32d991', '', '2009-01-02 09:44:48', 62, 0), (429, 2, 63, 'content', 'publish_up', '2007-06-04 15:09:16', 'b8e0a5e07bc1e6c6e2619baac81ddc46', '', '2009-01-02 09:44:48', 62, 0), (430, 2, 63, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (431, 2, 63, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:48', 62, 0), (432, 2, 59, 'content', 'title', 'Slider Menu', 'a19ccb1fd547ac5d436de9bb47da917a', '', '2009-01-02 09:44:48', 62, 0), (433, 2, 59, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:48', 62, 0), (434, 2, 59, 'content', 'introtext', 'Slider MenuThis template implements the exclusive YOOtheme Slider Menu System for the horizontal top navigation.\r\n
    \r\n
    \r\nIt comes with a smooth horizontal sliding effect while hovering the menu items. The Slider Menu is completely and automatically generated from the basic Joomla! menu. This means that it can be fully administrated through the Joomla! backend. The button width can easily be set in the template configuration.\r\n
    \r\n
    \r\nFor example take a look at the top and hover the menu items.\r\n
    You can set an image to each menu item in the Joomla! menu administration and it will appear as the items background image. Nice, eh? ;-)

    \r\n
    ', '608bc47629b3fe0b4b517a768c88a2a4', '', '2009-01-02 09:44:48', 62, 0), (435, 2, 59, 'content', 'publish_up', '2007-06-04 13:07:20', 'b3b4a564d976edb2e8aabbe3e2ff61cc', '', '2009-01-02 09:44:48', 62, 0), (436, 2, 59, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (437, 2, 59, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4b2dcc154c45eb945fc12110fc5757d9', '', '2009-01-02 09:44:48', 62, 0), (438, 2, 50, 'content', 'title', 'Styleswitcher', '8a677c1df4d4d4b6aa97d774ecd36586', '', '2009-01-02 09:44:48', 62, 0), (439, 2, 50, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:48', 62, 0); INSERT INTO `jos_jf_content` (`id`, `language_id`, `reference_id`, `reference_table`, `reference_field`, `value`, `original_value`, `original_text`, `modified`, `modified_by`, `published`) VALUES (440, 2, 50, 'content', 'introtext', 'Styleswitcher\r\nAccessibility is very important to make your website accessible for a wide range of users. The YOOtheme Styleswitcher enables your website to fit to any screen resolution and to resize the entire text. This is done by giving users ability to change font size and page width.\r\n
    \r\n
    \r\nThe YOOtheme Styleswitcher is a smart combination of javascript and php which delivers an advanced solution for best user experience.
    And the icing on the cake is a smooth sliding effect. Try it out now, by clicking the styleswitcher!
    \r\n
    Notice: it''s no problem to deactivate the Styleswitcher completely and to stay always at a fixed width. Just set the Styleswitcher in the template configuration to false and choose your default fixed width.
    \r\nFor Example:\r\n
    \r\n"styleswitcherFont"   => false,           /* true | false */\r\n"styleswitcherWidth"  => false,           /* true | false */\r\n\r\n"fontDefault"         => "font-medium",   /* font-small | font-medium | font-large */\r\n"widthDefault"        => "width-wide",    /* width-thin | width-wide | width-fluid */\r\n
    ', '8e63f56087d2d7046a25c446b23bb31b', '', '2009-01-02 09:44:48', 62, 0), (441, 2, 50, 'content', 'publish_up', '2007-06-04 15:00:56', 'a287b70c0bc6d0822c98c4bcd5d31c0a', '', '2009-01-02 09:44:48', 62, 0), (442, 2, 50, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (443, 2, 50, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:48', 62, 0), (444, 2, 20, 'content', 'title', 'Support and Documentation', '703d2d3f6aa5b2ce745f7ed65ca218a6', '', '2009-01-02 09:44:48', 62, 0), (445, 2, 20, 'content', 'alias', 'support-and-documentation', '1ed8a0a2b192624ce802c733bb239f8a', '', '2009-01-02 09:44:48', 62, 0), (446, 2, 20, 'content', 'introtext', '

    Support

    Support for the Joomla! CMS can be found on several places. The best place to start would be the official Help Site . On the Help Site you can find a lot of documantation such as an Administrator manual, Developer info, Frequently Asked Questions and so on.

    Of course you should not forget the Help System of the CMS itself. On the topmenu in the Backend Administrator you find the Help button which will provide you with lots of explanation on features.

    Another great place would of course be the Forum . On the Joomla! Forum you can find help and support from both Community members, but also from Joomla! Core members and Working Group members. The forum contains a lot of information, FAQ''s, just about anything you are looking for in terms of support.

    Two other resources for Support are the Developer Site and the Extensions Site . The Developer Site for example provides lots of technical info to developers. The Joomla! Core members are regularly posting there blog reports about several topics such as programming techniques used in Joomla!, Security, Events and more.

    Documentation

    Joomla! Documentation can of course be found on the Help Site . You can find information such as an Installation Guide, User and Administrator manuals, Frueqently Asked Questions and a lot more.

    Other than the documantation provided by the joomla! Core team, there are also books written about Joomla! You can find a listing of these books in the Joomla! Bookshelf .

    Can you help?

    Yes! If you have any suggestions for us, please post them to:
    http://forum.joomla.org/index.php/board,59.0.html

    ', 'e57df58073d98cc0a246b7f2a415035a', '', '2009-01-02 09:44:48', 62, 0), (447, 2, 20, 'content', 'publish_up', '2006-10-07 12:00:00', '79a1abace5b2068985643ff6283cad11', '', '2009-01-02 09:44:48', 62, 0), (448, 2, 20, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (449, 2, 20, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:48', 62, 0), (450, 2, 51, 'content', 'title', 'Tableless CSS Design', 'e26bb876b7141f4811157f003ceb8184', '', '2009-01-02 09:44:48', 62, 0), (451, 2, 51, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:48', 62, 0), (452, 2, 51, 'content', 'introtext', 'Tableless CSS design is the art of building websites without resorting to the use of tables merely for presentational purposes. Instead of tables, CSS (Cascading Style Sheets) positioning is used to arrange elements and text on a web page. This Template is build with tableless CSS design. This improves web accessibility and makes HTML code semantic. \r\n
    For more advantages look at Wikipedia: tableless web design
    \r\nOur tableless CSS design works in nearly every modern browser. Look at Browser compatibility. Also you can use any Div-Layout with float and clear inside the template.
    \r\n
    \r\nFor Example some left and right floating boxes:

    \r\n
    Box A
    \r\n
    Box B
    \r\n
    Box C
    \r\n
    Box F
    \r\n
    Box E
    \r\n
    Box D
    \r\n
    Clearing Box
    \r\n
    \r\n
    ', '4db677c3a72c8ef963733d7822ebee43', '', '2009-01-02 09:44:48', 62, 0), (453, 2, 51, 'content', 'publish_up', '2007-06-04 15:02:49', '10602222f8c96636d97990344d9f1441', '', '2009-01-02 09:44:48', 62, 0), (454, 2, 51, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (455, 2, 51, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:48', 62, 0), (456, 2, 27, 'content', 'title', 'The Joomla Community', '7654537ea7ed7dd95ec5f2a52b978c95', '', '2009-01-02 09:44:48', 62, 0), (457, 2, 27, 'content', 'alias', 'the-joomla-community', '9ccbe3c973c4ca7775444c2e5fd6f8ac', '', '2009-01-02 09:44:48', 62, 0), (458, 2, 27, 'content', 'introtext', '

    Got a question? With over 60,000 members, the online forum at Joomla.org are a great resource for both new an experienced users. Go ahead, ask your toughest questions, the community is waiting to see what you''re going to do with your Joomla! site.

    Do you want to show off your new Joomla website? Go ahead, we have a section dedicated to that on our forum.

    Do you want to join in?

    If you think working with Joomla! is fun, wait until you start working on it. We''re passionate about helping Joomla! users make the jump to becoming contributing members of the community, so there are many ways you can help Joomla''s development:

    That''s all you need to know if you''d like to join the Joomla! development community.

    ', 'a47fa0dc28be20c05c653c5a25e3a0c1', '', '2009-01-02 09:44:48', 62, 0), (459, 2, 27, 'content', 'publish_up', '2006-10-11 04:00:00', 'f053abee6352ee64e8ccfc85147aa97f', '', '2009-01-02 09:44:48', 62, 0), (460, 2, 27, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:48', 62, 0), (461, 2, 27, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:48', 62, 0), (462, 2, 44, 'content', 'title', 'Typography', '603850e072131401265c4fc01027db93', '', '2009-01-02 09:44:49', 62, 0), (463, 2, 44, 'content', 'alias', 'typography', '4acfe94183f4e917d7a73c5b6bd6396b', '', '2009-01-02 09:44:49', 62, 0), (464, 2, 44, 'content', 'introtext', '
    Typography is a key element in web design. This templates delivers you sophisticated typography and various stylings. The style guide gives you an overview about all possible HTML tag stylings provided by the template. It also helps you to set up the available classes for special stylings.

    \r\n

    This is a H1 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n

    This is a H2 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n

    This is a H3 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n

    This is a H4 Header

    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    This is a H5 Header
    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    This is a H6 Header
    \r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\n\r\n This are a sample <ul> and <li> tags:
    \r\n Without any classes:\r\n \r\n <ul> with class="checkbox"\r\n \r\n <ul> with class="checkbox-big"\r\n \r\n <ul> with class="arrow"\r\n \r\n <ul> with class="arrow-big"\r\n \r\n \r\n
    \r\n
    \r\n \r\n This are a sample <ol> and <li> tags:
    \r\n Without any classes:\r\n
      \r\n
    1. item 1
    2. \r\n
    3. item 2
    4. \r\n
    5. item 3
    6. \r\n
    \r\n <ol> with class="disc"\r\n
      \r\n
    1. item 1
    2. \r\n
    3. item 2
    4. \r\n
    5. item 3
    6. \r\n
    7. item 4
    8. \r\n
    9. item 5
    10. \r\n
    11. item 6
    12. \r\n
    \r\n <ol> with class="disc-big"\r\n
      \r\n
    1. item 1
    2. \r\n
    3. item 2
    4. \r\n
    5. item 3
    6. \r\n
    7. item 4
    8. \r\n
    9. item 6
    10. \r\n
    11. item 6
    12. \r\n
    \r\n \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\nThis is a sample <hr> tag:\r\n
    \r\n
    \r\n
    \r\nThis are sample <em> tags with special classes:
    \r\n
    \r\nem tag with class="box"
    \r\nem tag with class="file"
    \r\nem tag with class="directory"
    \r\n
    \r\n
    \r\nThis are a sample <div> tags with special classes:\r\n
    <div> tag with class="note" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="alert" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="download" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="info" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n
    \r\n
    <div> tag with class="tip" Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.
    \r\n

    \r\n
    \r\n\r\nThis is a sample <blockquote> tag:\r\n
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    \r\n
    \r\nThis is a sample <blockquote> tag with an additional <div> tag
    \r\n(use <blockquote><div>....</div></blockquote>):\r\n
    \r\n
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\nThis is a sample <blockquote> tag with class="big":\r\n
    Lorem ipsum dolor sit amet, consec est tetur adipisicing elit, sed do eiusmod.
    \r\n
    \r\nThis is a sample <blockquote> tag with class="big" and an additional <div> tag
    \r\n(use <blockquote class="big"><div>....</div></blockquote>):\r\n
    \r\n
    Lorem ipsum dolor sit amet, consec est tetur adipisicing elit, sed do eiusmod.
    \r\n
    \r\n
    \r\n\r\n
    \r\n
    \r\nThis is a sample <pre> tag:\r\n
    \r\npre {\r\nbackground: #fff;\r\ncolor: #333;\r\npadding:10px;\r\nborder: 1px solid #ccc;\r\nborder-left: 5px solid #ccc;\r\n}\r\n
    ', 'f30b32f212f53eebfa23f96cb1745a7a', '', '2009-01-02 09:44:49', 62, 0), (465, 2, 44, 'content', 'publish_up', '2007-06-04 14:55:09', '093be8947883c30885ca614a80416d4e', '', '2009-01-02 09:44:49', 62, 0), (466, 2, 44, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (467, 2, 44, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4b2dcc154c45eb945fc12110fc5757d9', '', '2009-01-02 09:44:49', 62, 0), (468, 2, 1, 'content', 'title', 'Welcome to Joomla!', 'ebf8cea264f9b2e9fb2e48478d3f2f77', '', '2009-01-02 09:44:49', 62, 0), (469, 2, 1, 'content', 'alias', 'welcome-to-joomla', 'e35d3428aedbf7dfd9d22463aa376ef5', '', '2009-01-02 09:44:49', 62, 0), (470, 2, 1, 'content', 'introtext', '
    ** Joomla! 1.5.0 Beta should NOT to be used for `live` or `production` sites. **

    Joomla! is a free open source framework and content publishing system designed for quickly creating highly interactive multi-language Web sites, online communities, media portals, blogs and eCommerce applications.

    Joomla! LogoJoomla! provides an easy-to-use graphical user interface that simplifies the management and publishing of large volumes of content including HTML, documents, and rich media. Joomla! is used by organisations of all sizes for Public Websites, Intranets and Extranets and is supported by a community of thousands of users.

    ', '65e8aeb7142cc99e80ef82b12fea1dee', '', '2009-01-02 09:44:49', 62, 0), (471, 2, 1, 'content', 'fulltext', 'With fully documented library of developer resources, Joomla! allows the customisation of every aspect of a Website including presentation, layout, administration and rapid integration with third-party applications.

    Joomla! has a rich heritage and has been crowned CMS king many times over. Now with more power under the hood, Joomla! is shifting gear and provides developer power while making the user experience all the more friendly. For those who always wanted increased extensibility, Joomla! 1.5 can make this happen.

    ', 'dc33f9862768cf3cd184b87b85741fad', '', '2009-01-02 09:44:49', 62, 0), (472, 2, 1, 'content', 'publish_up', '2006-01-02 16:00:00', '82aaeb5a99b7fb63b107071a19328154', '', '2009-01-02 09:44:49', 62, 0), (473, 2, 1, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (474, 2, 1, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (475, 2, 25, 'content', 'title', 'What are the requirements to run Joomla! 1.5?', '8ff7ca0f546371e4b7658d7cf60779b1', '', '2009-01-02 09:44:49', 62, 0), (476, 2, 25, 'content', 'alias', 'what-are-the-requirements-to-run-joomla-15', '707fbbc660e287083cbfe95ab30c58c7', '', '2009-01-02 09:44:49', 62, 0), (477, 2, 25, 'content', 'introtext', 'Joomla! runs on the php pre-processor. Php comes in many flavors, for a lot of operating systems. Beside php you will need a web server. Most of the times Apache is used, but also php can run on different web-servers like Microsoft IIS. Joomla! also depends on a database, for this currently you can only use MySQL.

    Many people know from their own experience that it''s not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl. XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start. You can even install it on your local desktop or laptop with Windows XP.

    The minimum version requirements are:
    ', '8f3cf6c34f88fd0148aa8c6ec3a77763', '', '2009-01-02 09:44:49', 62, 0), (478, 2, 25, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:49', 62, 0), (479, 2, 25, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (480, 2, 25, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (481, 2, 13, 'content', 'title', 'What happened to the locale setting?', 'a4df4aa588523b10975bbc58f614f054', '', '2009-01-02 09:44:49', 62, 0), (482, 2, 13, 'content', 'alias', 'what-happened-to-the-locale-setting', 'cc1ac06009911d76bcb4406f568a95d2', '', '2009-01-02 09:44:49', 62, 0), (483, 2, 13, 'content', 'introtext', 'This is now defined in the language <lang>.xml file in the language metadata settings. If you are having locale problems (dates don''t appear in your language) you might want to check/edit the entries in the locale tag. Note that multiple locale strings can be set and the host will usually accept the first one recognised.', 'c96e99900662f3bce5548905752140a7', '', '2009-01-02 09:44:49', 62, 0), (484, 2, 13, 'content', 'publish_up', '2006-10-05 16:00:00', '045ed0d9ac437e04f39354fffa1622b3', '', '2009-01-02 09:44:49', 62, 0), (485, 2, 13, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (486, 2, 13, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (487, 2, 40, 'content', 'title', 'What is the difference between archiving and trashing an article?', '0f29d8539550ed5c665216eed1f9c9ca', '', '2009-01-02 09:44:49', 62, 0), (488, 2, 40, 'content', 'alias', 'what-is-the-difference-between-archiving-and-trashing-an-article', '91fb7c269ccb78c12048634736bcc04c', '', '2009-01-02 09:44:49', 62, 0), (489, 2, 40, 'content', 'introtext', '

    When you archive an article, the content is put into a state which removes it from your site as published content. The article is still available from within the administration interface and can be retrieved for archival purposes. Trashed articles are just one step from being deleted but are still available until you remove the items from the trash manager. You should use archive if you consider an article important, but not current. Trashed should be used when you want to delete the content entirely from your site and from future search results.

    ', '4238c5fd846f74e49e82a8f1dfb237aa', '', '2009-01-02 09:44:49', 62, 0), (490, 2, 40, 'content', 'publish_up', '2006-10-10 12:00:00', '4c310ad99bddeed1fdaed234c3544fe6', '', '2009-01-02 09:44:49', 62, 0), (491, 2, 40, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (492, 2, 40, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (493, 2, 14, 'content', 'title', 'What is the FTP layer for?', '8ee784665c1d1dac447446a669f1a790', '', '2009-01-02 09:44:49', 62, 0), (494, 2, 14, 'content', 'alias', 'what-is-the-ftp-layer-for', '2ea7a599dc6be3decd38213359bd7ec0', '', '2009-01-02 09:44:49', 62, 0), (495, 2, 14, 'content', 'introtext', '

    This allows file operations (such installing extensions or updating the main configuration) without having to make all the folders and files writeable. This makes the site admin''s life a lot easier and increases security of the site

    You can check the write status of relevent folders by going to ''''Help->System Info" and then in the sub-menu to "Directory Permissions". With FTP even if all directories are red, Joomla! will operate smoothly.

    NOTE: the FTP layer is not required on a Windows host.

    ', 'f3bd64fc434a2eb91bd609b6e8d8807e', '', '2009-01-02 09:44:49', 62, 0), (496, 2, 14, 'content', 'publish_up', '2006-10-05 16:00:00', '045ed0d9ac437e04f39354fffa1622b3', '', '2009-01-02 09:44:49', 62, 0), (497, 2, 14, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (498, 2, 14, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (499, 2, 29, 'content', 'title', 'What is the purpose of the collation selection in the installation screen?', 'cc43b8951ed7e1b8109fa933e046e956', '', '2009-01-02 09:44:49', 62, 0), (500, 2, 29, 'content', 'alias', 'what-is-the-purpose-of-the-collation-selection-in-the-installation-screen', 'a7d75928f16e1673643680de444de2e8', '', '2009-01-02 09:44:49', 62, 0), (501, 2, 29, 'content', 'introtext', 'The collation option determines the way ordering in the database is done. In languages that use special characters, for instance the German umlaut, the database collation determines the sorting order. If you don''t know which collation you need, select the "utf8_general_ci" as most languages use this. The other collations listed are exceptions in regards to the general collation. If your language is not listed in the list of collations it most likely means that "utf8_general_ci is suitable.', '04f881b12437bea753f3f80ed3ea71d7', '', '2009-01-02 09:44:49', 62, 0), (502, 2, 29, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:49', 62, 0), (503, 2, 29, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (504, 2, 29, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (505, 2, 33, 'content', 'title', 'What is uncategorised content?', 'e28663f9634b7f347a76957b5fff7c74', '', '2009-01-02 09:44:49', 62, 0), (506, 2, 33, 'content', 'alias', 'what-is-uncategorised-content', '1101d53f013773c80844d9b2727b7775', '', '2009-01-02 09:44:49', 62, 0), (507, 2, 33, 'content', 'introtext', 'Most articles will be assigned to a section and category. In many cases, you might not know where you want it to appear so put the article in the uncategorized section. The articles marked as uncategorized are handled as static content.', 'bbbd9b476e1db53d12ecdae142f87bc9', '', '2009-01-02 09:44:49', 62, 0), (508, 2, 33, 'content', 'publish_up', '2006-10-10 16:00:00', '68bedc32ee2c08a3b36e62888d49ba45', '', '2009-01-02 09:44:49', 62, 0), (509, 2, 33, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (510, 2, 33, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (511, 2, 30, 'content', 'title', 'What languages are supported by Joomla! 1.5?', '854173f148eae0afb224b3e3e332645d', '', '2009-01-02 09:44:49', 62, 0), (512, 2, 30, 'content', 'alias', 'what-languages-are-supported-by-joomla-15', '4da6ae0ba689d0551219859e75596fca', '', '2009-01-02 09:44:49', 62, 0), (513, 2, 30, 'content', 'introtext', 'Within the installer you will find a wide collection of languages. The installer currently supports the following languages: Arabic, Bulgarian, Bengali, Czech, Danish, German, Greek, English, Spanish, Finnish, French, Hebrew, Devanagari(India), Croatian(Croatia), Magyar (Hungary), Italian, Malay,
    Norwegian bokmal, Dutch, Portuguese(Brasil), Portugues(Portugal), Romanian, Russian, Serbian, Svenska, Thai and more are being added.

    By default the English language is installed for the back and front-ends. You can download the language files from the Joomla! extensions site. In addition some translation teams are offering fully localised versions of the entire package. Please check the Joomla! help site for links to locations where languages and localised versions can be found.', '8cba603b9ed3358b5381feadf9ac2a81', '', '2009-01-02 09:44:49', 62, 0), (514, 2, 30, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:49', 62, 0), (515, 2, 30, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (516, 2, 30, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (517, 2, 22, 'content', 'title', 'What''s New In 1.5?', '75504b02fb6bebfa407d18bcd39258fc', '', '2009-01-02 09:44:49', 62, 0), (518, 2, 22, 'content', 'alias', 'whats-new-in-15', '098f680347eca192f9358bbdd63d6993', '', '2009-01-02 09:44:49', 62, 0), (519, 2, 22, 'content', 'introtext', '

    As with previous releases, Joomla! provides a unified and easy-to-use framework for delivering content for websites of all kinds. To support the changing nature of the Internet and emerging web technologies, Joomla! required substantial restructuring of its core functionality and we also used this effort to simplify many challenges within the current user interface. Joomla! 1.5 has many new features.

    ', '8e32fe775696b20331efc63c6d97ec81', '', '2009-01-02 09:44:49', 62, 0), (520, 2, 22, 'content', 'fulltext', '

     

    The goals for the Joomla! 1.5 release are to:

     

    ', '8d3f1d446fbc148b9be4c74eaef876e2', '', '2009-01-02 09:44:49', 62, 0), (521, 2, 22, 'content', 'publish_up', '2006-10-10 20:00:00', '9bc29b726d85276175db3a130e4d42da', '', '2009-01-02 09:44:49', 62, 0), (522, 2, 22, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:49', 62, 0), (523, 2, 22, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:49', 62, 0), (524, 2, 36, 'content', 'title', 'Where did the installer go?', 'e07dc776b6feaa91a86cf4f6354a6012', '', '2009-01-02 09:44:50', 62, 0), (525, 2, 36, 'content', 'alias', 'where-did-the-installer-go', '45e372a6fd65bbb06122330eb5196fe6', '', '2009-01-02 09:44:50', 62, 0), (526, 2, 36, 'content', 'introtext', 'The improved installer can be found under the extensions option. With versions prior to 1.5 you needed to select a specific extensions type when you wanted to install it, with Joomla! 1.5 you just select the extension you want to upload, and click on install. The installer will do all the hard work for you.', 'e1a6b85dd6e6c59034edeb619638b771', '', '2009-01-02 09:44:50', 62, 0), (527, 2, 36, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:50', 62, 0), (528, 2, 36, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (529, 2, 36, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:50', 62, 0), (530, 2, 37, 'content', 'title', 'Where did the Mambots go?', '950b30a4f2d7229a6c9fbf706d2ded2f', '', '2009-01-02 09:44:50', 62, 0), (531, 2, 37, 'content', 'alias', 'where-did-the-mambots-go', '5d5c06753d820a674969d9c64f59f518', '', '2009-01-02 09:44:50', 62, 0), (532, 2, 37, 'content', 'introtext', 'Mambots have been renamed as "Plugins" Mambots were introduced in Mambo and offered possibilities to add plugin logic to your site to mainly for the purpose of manipulating content. In Joomla!, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.', '7436d04081532fbc9d87dfde846938c9', '', '2009-01-02 09:44:50', 62, 0), (533, 2, 37, 'content', 'publish_up', '2006-10-10 12:00:00', '4c310ad99bddeed1fdaed234c3544fe6', '', '2009-01-02 09:44:50', 62, 0), (534, 2, 37, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (535, 2, 37, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:50', 62, 0), (536, 2, 32, 'content', 'title', 'Where is the static content?', '6ec40363e217e42a84d7a1b1724c1a1d', '', '2009-01-02 09:44:50', 62, 0), (537, 2, 32, 'content', 'alias', 'where-is-the-static-content', 'ad5702e002d5c690e123fc4532c9299e', '', '2009-01-02 09:44:50', 62, 0), (538, 2, 32, 'content', 'introtext', 'In Joomla! versions prior to 1.5 there was a distinctive difference on static and normal content. Both content types are still around, but are not handled as separate items. If you want to create static content, just select "uncategorized" as section and category and the content is handled as static content.', '0a3c41f508447140ea2bf0bc2c921ebd', '', '2009-01-02 09:44:50', 62, 0), (539, 2, 32, 'content', 'publish_up', '2006-10-10 08:00:00', '2e7045692e33f043eea7ee4d616d891e', '', '2009-01-02 09:44:50', 62, 0), (540, 2, 32, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (541, 2, 32, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:50', 62, 0), (542, 2, 12, 'content', 'title', 'Why does Joomla! 1.5 use utf-8 encoding?', '0c135bda6fb7a1f2ed1c0c04f2a44083', '', '2009-01-02 09:44:50', 62, 0), (543, 2, 12, 'content', 'alias', 'why-does-joomla-15-use-utf-8-encoding', '5c409766c86d27eaed7e0fb3d5d8e308', '', '2009-01-02 09:44:50', 62, 0), (544, 2, 12, 'content', 'introtext', '

    Well... how about never needing to mess with encoding settings again?

    Ever needed to display several languages on one page or site and something always came up in Giberish?

    With utf-8 (a variant of Unicode) glyphs (charcter forms) of all basically all languages can be displayed with one single encoding setting. For example if you might wish to say WELCOME in as many language possible you could do the following:

    ', '784e58dd61b93d84f5e22c136badeef4', '', '2009-01-02 09:44:50', 62, 0), (545, 2, 12, 'content', 'publish_up', '2006-10-03 12:00:00', 'cf7ed831630cf2790a6b09ce0c31f54a', '', '2009-01-02 09:44:50', 62, 0), (546, 2, 12, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (547, 2, 12, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:50', 62, 0), (548, 2, 56, 'content', 'title', 'XHTML&CSS Validation', 'e48d41935ca58e5ddc0b2dcb1ed7a957', '', '2009-01-02 09:44:50', 62, 0), (549, 2, 56, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:50', 62, 0), (550, 2, 56, 'content', 'introtext', 'XHTML&CSS Validation\r\nThis template validates to XHTML and CSS web standards.\r\n
    \r\n
    \r\nIn particular this template is build with tableless CSS design. This template achieves complete separation of the presentation from content and structure using nice and clean XHTML and CSS code.\r\n

    The major reason for this separation of concerns is to simplify any change from a slight design adjustment to a full-fledged redesign. Furthermore it increases the site accessibility for a wide range of user agent software and devices, like screen readers.\r\n
    You can check the validation of this template at the world wide web consortium by clicking the icons in the footer of this template.

    \r\n
    \r\n
    ', 'd00465f3573bfdb67d198e785f592906', '', '2009-01-02 09:44:50', 62, 0), (551, 2, 56, 'content', 'publish_up', '2007-06-04 15:05:40', '94874de82665bda17e8b046c59e47a57', '', '2009-01-02 09:44:50', 62, 0), (552, 2, 56, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (553, 2, 56, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:50', 62, 0), (554, 2, 74, 'content', 'title', 'YOOcarousel', 'd0d82bd0ff7ebcc3607b0eecdfc0c453', '', '2009-01-02 09:44:50', 62, 0), (555, 2, 74, 'content', 'alias', 'yoocarousel', 'ab7c270711e4c3ca57af350772967fdb', '', '2009-01-02 09:44:50', 62, 0), (556, 2, 74, 'content', 'introtext', 'YOOtheme rolls out it''s second exclusive YOOtheme module. The YOOcarousel!\r\n
    \r\n
    \r\nYOOcarousel is a very cool slideshow module which is most suitable to present a group of articles on the frontpage. It rotates automatically through all the articles. It features a tab menu which makes it possible to pick and display certain article and stop the slideshow. YOOcarousel comes with two different transition effects: Sliding and Fading. Be sure to check it out!\r\n
    \r\n
    \r\n
    Basically the YOOcarousel is a collection of articles/items which slides or fades from one to the next, with a collection of tabs that references each article/item.
    \r\n
    \r\n
    \r\n

    Configuration of the YOOcarousel

    \r\nTake full control of the YOOcarousel! With the flexible module settings you can customize almost everything. \r\n

    \r\nFor example goto the Joomla! backend, install the YOOcarousel module and edit the module settings.\r\n
    Choose a category to set the content items which should be displayed in the YOOcarousel.\r\n
    \r\nYOOcarousel configuration\r\n
    \r\nEnjoy!\r\n
    ', '5aa663b3b180b41e91c2f3102c6c95d2', '', '2009-01-02 09:44:50', 62, 0), (557, 2, 74, 'content', 'publish_up', '2007-08-23 12:44:12', '0bdbf8d2b00fd590047dea9dd83aa454', '', '2009-01-02 09:44:50', 62, 0), (558, 2, 74, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (559, 2, 74, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:50', 62, 0), (560, 2, 77, 'content', 'title', 'YOOcarousel', 'd0d82bd0ff7ebcc3607b0eecdfc0c453', '', '2009-01-02 09:44:50', 62, 0), (561, 2, 77, 'content', 'alias', 'yoocarousel', 'ab7c270711e4c3ca57af350772967fdb', '', '2009-01-02 09:44:50', 62, 0), (562, 2, 77, 'content', 'introtext', '
    \r\n\r\n
    \r\n \r\n New! YOOcarousel\r\n \r\n
    \r\n
    \r\n \r\n New! YOOcarousel\r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n We proudly presents the second\r\n
    exclusive YOOtheme module. The YOOcarousel!\r\n

    The YOOcarousel is a collection of items which slides\r\n
    or fades from one to the next, with a collection\r\n
    of tabs that reference each item. Learn more...\r\n
    \r\n \r\n
    ', '34d199b4c8ad2f93add6bb4bc7cd0069', '', '2009-01-02 09:44:50', 62, 0), (563, 2, 77, 'content', 'publish_up', '2007-08-23 16:24:43', '901ed89c2a9575a2d9a7358c2fefca70', '', '2009-01-02 09:44:50', 62, 0), (564, 2, 77, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (565, 2, 77, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 'b2aa0d3d34ab21262f9cd0cfb584dffa', '', '2009-01-02 09:44:50', 62, 0), (566, 2, 52, 'content', 'title', 'YOOlightbox', '5fd96935d78f406c30dabfb3667069f7', '', '2009-01-02 09:44:50', 62, 0), (567, 2, 52, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:50', 62, 0); INSERT INTO `jos_jf_content` (`id`, `language_id`, `reference_id`, `reference_table`, `reference_field`, `value`, `original_value`, `original_text`, `modified`, `modified_by`, `published`) VALUES (568, 2, 52, 'content', 'introtext', 'Test LightboxWe’ve integrated a visual clone of the popular Lightbox JS v2.0 called Slimbox. Slimbox is smaller, more efficient, more convenient and 100% compatible with the original Lightbox v2.\r\n

    \r\nLightbox allows you to show overlay popups of images on the page you are currently at instead of linking to a new window. It shows a small preloader animation before showing the full image.\r\n
    \r\n
    You have 2 different ways to use Slimbox/Lightbox. For demonstrating the "YOOtheme" Method, just click image to the right.\r\n


    \r\n

    1. "YOOtheme" Method

    \r\nAdd a class="lightbox" attribute to any image tag. Our script takes care of everything and will enable the lightbox behavior. It''s a quick and simple way to add the lightbox effect to any image.
    The related popup image filename must have the suffix _lightbox and must be in the same folder as the image.
    \r\nFor example:\r\n
    \r\n<img class="lightbox" title="my caption" src="image.jpg" width="240" height="180" />\r\n
    \r\nOptional: Use the title attribute if you want to show a caption.
    \r\n

    \r\n

    2. "traditional" Method

    \r\nAdd a rel="lightbox" attribute to any link tag to activate the lightbox.
    \r\n
    \r\nFor example:
    \r\n
    \r\n<a href="image.jpg" rel="lightbox" title="my caption">image #1</a>\r\n
    \r\nOptional: Use the title attribute if you want to show a caption.
    \r\n
    \r\nIf you have a set of related images that you would like to group, follow step one but additionally include a group name between square brackets in the rel attribute.
    \r\n
    \r\nFor example:
    \r\n
    \r\n<a href="image-1.jpg" rel="lightbox[a]">image #1</a>
    \r\n<a href="image-2.jpg" rel="lightbox[a]">image #2</a>\r\n
    \r\nTry out this feature by clicking on the following links: image #1 and showcase with two images\r\n', 'd392aa9ca6c9974325fbdbcefc055579', '', '2009-01-02 09:44:50', 62, 0), (569, 2, 52, 'content', 'publish_up', '2007-06-04 15:03:32', '77017dfe0678792207c33d7a942811dd', '', '2009-01-02 09:44:50', 62, 0), (570, 2, 52, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (571, 2, 52, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:50', 62, 0), (572, 2, 62, 'content', 'title', 'YOOlogin', '537d2028ce23ae9723457e6a9ee07061', '', '2009-01-02 09:44:50', 62, 0), (573, 2, 62, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:50', 62, 0), (574, 2, 62, 'content', 'introtext', 'With the YOOlogin module you get a enhanced version of the default Joomla! login module. We took the liberty to get rid of the tables used in the Joomla! login module to provide you a clean design. The YOOlogin module now fits well in our professional template layouts.\r\n
    Also we have integrated some additional features. Check out the module parameters in your Joomla! backend.
    \r\n
    \r\nTo setup the YOOlogin module follow these instructions:\r\n', '7b8bc71412121453d9531444369b8bf0', '', '2009-01-02 09:44:50', 62, 0), (575, 2, 62, 'content', 'publish_up', '2007-06-04 15:08:47', '07482b089e950c5586f572ab05e88de6', '', '2009-01-02 09:44:50', 62, 0), (576, 2, 62, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (577, 2, 62, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:50', 62, 0), (578, 2, 54, 'content', 'title', 'YOOmenu', '4636ad9ba0112188925ac7a090a2fa74', '', '2009-01-02 09:44:50', 62, 0), (579, 2, 54, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:50', 62, 0), (580, 2, 54, 'content', 'introtext', 'YOOmenu\r\nAll menus shown on this page are implemented using the YOOmenu system. YOOmenu is a flexible all-in-one menu system right out of the box. It makes it possible to bring you the freshest Javascript menus and a lot of cool features. It just takes your experience to a whole new level. \r\n

    \r\nThe YOOmenu introduces to two new stunning menus to the Joomla world.\r\n\r\nIt also comes with two really enjoyable features:\r\n\r\n
    \r\n
    Active Item Detection
    \r\nWith the Active Item Detection the template knows which menu item you are currently browsing. For example set any CSS class depending on the active/current menu item in the body tag. This makes it possible to give each page a different color styling.\r\n
    \r\n
    \r\nExample how the template configuration can look like:\r\n
    \r\n/* item color variation */\r\n"item1"               => "red",          /* red | blue | green | yellow */\r\n"item2"               => "blue",         /* red | blue | green | yellow */\r\n"item3"               => "green",        /* red | blue | green | yellow */\r\n"item4"               => "yellow",       /* red | blue | green | yellow */\r\n...\r\n
    \r\n
    \r\nAnd the generated template HTML output can look like this, if you are currently in Home (item1)...\r\n
    <body class="blue">...</body>\r\n
    \r\n
    \r\n
    \r\n
    Background Images
    \r\nUsing the YOOmenu system background images can be set through Joomla! with the built in Joomla! menu image parameter. Now you can set an image to each menu item in the Joomla! menu administration and it will appear as the items background image.\r\n
    \r\n
    \r\nFor example: Take a look at the icons (e.g. new!, web 2.0) in the sub menu or the images in Slider Menu.\r\n
    After creating a new menu item open it again for editing. Now you can set an image to the menu item parameter in the parameters section. After saving the image will appear as background image behind the menu item.\r\n
    \r\nYOOmenu Configuration
    \r\n
    \r\n
    Split Menu
    \r\nYOOmenu enables you to separate one menu into different outputs displaying certain menu levels. Each output can be placed anywhere on your site.\r\n
    YOOmenu uses the ''mainmenu'' by default. The Slider Menu shows the top level of the hierarchical menu structure. All sub levels of the currently selected top level item will show up in the sub menu on the left.
    ', '4543fcd14fdecc7cf3eb9f624b7275d4', '', '2009-01-02 09:44:50', 62, 0), (581, 2, 54, 'content', 'publish_up', '2007-06-04 15:04:41', 'c7bcb723393bb98eb02a85768cd792dd', '', '2009-01-02 09:44:50', 62, 0), (582, 2, 54, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:50', 62, 0), (583, 2, 54, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:50', 62, 0), (584, 2, 53, 'content', 'title', 'YOOreflection', '6680be1330a45fda6edb9591ed926763', '', '2009-01-02 09:44:51', 62, 0), (585, 2, 53, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:51', 62, 0), (586, 2, 53, 'content', 'introtext', '

    Reflection

    \r\nYOOreflection allows to add fantastic reflection effects to your images in modern browsers. This template includes Reflection.js for mootools which is an improved version of the original Reflection.js script. So you don''t need to spend time in an image editor creating reflections.
    \r\n

    \r\n

    Usage

    \r\nYOOreflections can be added to any image tag over any kind of background (even image backgrounds!). Add a class="reflect" attribute to any image tag.
    \r\n
    \r\nFor example:\r\n
    \r\n<img class="reflect" title="my caption" src="image.jpg" width="240" height="180" />\r\n
    \r\n
    You can apply multiple classes to an image (separated by spaces), the script will detect if “reflect” is one of them.\r\n

    \r\nCSS limitations
    \r\nWhen adding the reflection effect, the script wraps the image inside a block and adds the reflection to the same block, just below the original image. The class and style attributes of the image will be set blank and applied to the div instead, so the whole block will show like the original image.\r\nThis means that you can style the mirrored images using CSS classes and using their style attribute, but you can not style the img tag directly.', '1e6bdd4ef0556ac051f88dbcc782aeaa', '', '2009-01-02 09:44:51', 62, 0), (587, 2, 53, 'content', 'publish_up', '2007-06-04 15:04:05', '8ced2ad090b6c44d6aba1d05bec8a879', '', '2009-01-02 09:44:51', 62, 0), (588, 2, 53, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:51', 62, 0), (589, 2, 53, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:51', 62, 0), (590, 2, 65, 'content', 'title', 'YOOslider', 'c38d2c1435762fd6e6873a867e3fefc1', '', '2009-01-02 09:44:51', 62, 0), (591, 2, 65, 'content', 'alias', 'yooslider', '9c3297ad8b89ac3a9a270500f274874b', '', '2009-01-02 09:44:51', 62, 0), (592, 2, 65, 'content', 'introtext', 'YOOtheme proudly presents the new YOOslider module!\r\n
    \r\n
    \r\nThe exclusive YOOslider module can be vertical or horizontal aligned and comes with smooth sliding effects while hovering the items. It also features two sliding behaviors to get different sliding effects. \r\n
    \r\n
    \r\n
    The Drawer
    \r\n\r\n
    The Slider
    \r\n\r\n
    \r\n

    Configuration of the YOOslider

    \r\nThe YOOslider comes with an huge configuration to make it as flexible as possible and to fit all purposes.\r\n

    \r\nFor example goto the Joomla! backend, install the YOOslider module and edit the module settings.\r\n
    Choose a category to set the content items which should be loaded in the YOOslider.\r\n
    \r\nYOOslider configuration\r\n
    \r\nEnjoy!\r\n
    ', '1437dd2dda1dad0967606fd464b07f1c', '', '2009-01-02 09:44:51', 62, 0), (593, 2, 65, 'content', 'publish_up', '2007-08-02 19:28:35', '413176749f57870c6aafffd27e01cfce', '', '2009-01-02 09:44:51', 62, 0), (594, 2, 65, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:51', 62, 0), (595, 2, 65, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:51', 62, 0), (596, 2, 66, 'content', 'title', 'YOOslider', 'c38d2c1435762fd6e6873a867e3fefc1', '', '2009-01-02 09:44:51', 62, 0), (597, 2, 66, 'content', 'alias', 'yooslider', '9c3297ad8b89ac3a9a270500f274874b', '', '2009-01-02 09:44:51', 62, 0), (598, 2, 66, 'content', 'introtext', '
    \r\n
    \r\n New! YOOslider\r\n
    \r\n

    New! YOOslider

    \r\n Keep playing with the new\r\n
    YOOslider module.\r\n
    Learn more...\r\n
    ', 'd267ddc5f0cb4436495c446005b21752', '', '2009-01-02 09:44:51', 62, 0), (599, 2, 66, 'content', 'publish_up', '2007-08-03 13:23:04', '3d0723b33ba0d24bfc51a4124ba7b655', '', '2009-01-02 09:44:51', 62, 0), (600, 2, 66, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:51', 62, 0), (601, 2, 66, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:51', 62, 0), (602, 2, 70, 'content', 'title', 'YOOslider', 'c38d2c1435762fd6e6873a867e3fefc1', '', '2009-01-02 09:44:51', 62, 0), (603, 2, 70, 'content', 'alias', 'yooslider', '9c3297ad8b89ac3a9a270500f274874b', '', '2009-01-02 09:44:51', 62, 0), (604, 2, 70, 'content', 'introtext', '
    \r\n
    \r\n
    \r\n New! YOOslider\r\n
    \r\n
    \r\n
    \r\n

    New! YOOslider

    \r\n Keep playing with the new\r\n
    YOOslider module.\r\n
    Learn more...\r\n
    \r\n
    ', '4af95c5852a897be2f624ad64856c00a', '', '2009-01-02 09:44:51', 62, 0), (605, 2, 70, 'content', 'publish_up', '2007-08-03 13:24:25', '32e8dea52a5129a2d08403062025acea', '', '2009-01-02 09:44:51', 62, 0), (606, 2, 70, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:51', 62, 0), (607, 2, 70, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:51', 62, 0), (608, 2, 79, 'content', 'title', 'YOOslider', 'c38d2c1435762fd6e6873a867e3fefc1', '', '2009-01-02 09:44:51', 62, 0), (609, 2, 79, 'content', 'alias', 'yooslider', '9c3297ad8b89ac3a9a270500f274874b', '', '2009-01-02 09:44:51', 62, 0), (610, 2, 79, 'content', 'introtext', '
    \r\n\r\n
    \r\n \r\n New! YOOslider\r\n \r\n
    \r\n
    \r\n \r\n New! YOOslider\r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n We proudly presents the\r\n
    exclusive YOOtheme module. The YOOslider!\r\n

    The YOOslider is a collection of items which can be\r\n
    vertical or horizontal aligned and comes with smooth\r\n
    sliding effects while hovering the items. Learn more...\r\n
    \r\n \r\n
    ', 'dee41590756141cedd6d998b2bf5b92e', '', '2009-01-02 09:44:51', 62, 0), (611, 2, 79, 'content', 'publish_up', '2007-08-23 16:25:31', 'e8f821778c51cddc24b0d2991688b3e3', '', '2009-01-02 09:44:51', 62, 0), (612, 2, 79, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:51', 62, 0), (613, 2, 79, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:51', 62, 0), (614, 2, 75, 'content', 'title', 'YOOspotlight', '08d62dcf07ab461299e46e80fbc713f1', '', '2009-01-02 09:44:52', 62, 0), (615, 2, 75, 'content', 'alias', 'yoospotlight', '99604aa493071c7a31bdd236506126dc', '', '2009-01-02 09:44:52', 62, 0), (616, 2, 75, 'content', 'introtext', 'YOOtheme introduces another new exclusive YOOtheme template feature. YOOspotlight!\r\n
    \r\n
    \r\nYOOspotlight creates a smooth fading effect between two images while hovering a element. Now you can place cool spotlight effects all over your site.\r\n

    \r\n

    How to

    \r\nCreate a div or span element with a background image (image.png) to display your image in your content. Add a class="spotlight" attribute to the div/span tag. The filename of the related image for the hover effect has to be named with the suffix _spotlight (image_spotlight.png) and has to be in the same folder as the background image (image.png).\r\n

    Example for div tag:\r\n
    \r\n<div class="spotlight" style="background: url(../images/logo.png);" width="240" height="180"></div>
    \r\n
    Example for span tag:\r\n
    \r\n<span class="spotlight" style="background: url(../images/logo.png); display: block;" width="240" height="180"></span>\r\n
    \r\n
    \r\n
    If you want to put a link around the YOOspotlight image use span tags for the YOOspotlight to be XHTML 1.0 valid. And don''t forget to add display: block to the CSS styling for the span tag.\r\n
    \r\n
    Please Note: YOOspotlight is only working in IE6 with .jpg and .gif images. If you are using transparent .png images no effect is applied in IE6.\r\n
    ', 'c3eb09706b6a6e961d4fce451f39c692', '', '2009-01-02 09:44:52', 62, 0), (617, 2, 75, 'content', 'publish_up', '2007-08-23 12:44:46', '0674f2605afda9391cebe2700997e862', '', '2009-01-02 09:44:52', 62, 0), (618, 2, 75, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:52', 62, 0), (619, 2, 75, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '9f65e3a10ed88897516309a600df3d82', '', '2009-01-02 09:44:52', 62, 0), (620, 2, 78, 'content', 'title', 'YOOspotlight', '08d62dcf07ab461299e46e80fbc713f1', '', '2009-01-02 09:44:52', 62, 0), (621, 2, 78, 'content', 'alias', 'yoospotlight', '99604aa493071c7a31bdd236506126dc', '', '2009-01-02 09:44:52', 62, 0), (622, 2, 78, 'content', 'introtext', '
    \r\n\r\n
    \r\n \r\n New! YOOspotlight\r\n \r\n
    \r\n
    \r\n \r\n New! YOOspotlight\r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n We introduces a new exclusive\r\n
    YOOtheme template feature. The YOOspotlight!\r\n

    The YOOspotlight makes an smooth fading between two\r\n
    images possible when hovering. Now you can place\r\n
    cool spotlight effects all over your site. Learn more...\r\n
    \r\n \r\n
    ', '6b1cf4f3920fc3d1bc6a56aa4cdb3701', '', '2009-01-02 09:44:52', 62, 0), (623, 2, 78, 'content', 'publish_up', '2007-08-23 16:25:11', '28b7657caafc4a7eec28a4ab3173db27', '', '2009-01-02 09:44:52', 62, 0), (624, 2, 78, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:52', 62, 0), (625, 2, 78, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:52', 62, 0), (626, 2, 68, 'content', 'title', 'YOOtheme', '90b45248afb744d59ddb99b6714b272f', '', '2009-01-02 09:44:52', 62, 0), (627, 2, 68, 'content', 'alias', 'yootheme', 'b2c76ad9a9ed76cddff519b3f1b56a54', '', '2009-01-02 09:44:52', 62, 0), (628, 2, 68, 'content', 'introtext', '
    \r\n
    \r\n YOOtheme\r\n
    \r\n

    YOOtheme

    \r\n Professional Web 2.0\r\n
    Joomla! template club.\r\n
    Learn more...\r\n
    ', 'b59cb2f4c6b5a02813d04807afe05cd3', '', '2009-01-02 09:44:52', 62, 0), (629, 2, 68, 'content', 'publish_up', '2007-08-03 13:23:52', 'e56efb77a3365dd68aeb43a35dde7363', '', '2009-01-02 09:44:52', 62, 0), (630, 2, 68, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:52', 62, 0), (631, 2, 68, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:52', 62, 0), (632, 2, 72, 'content', 'title', 'YOOtheme', '90b45248afb744d59ddb99b6714b272f', '', '2009-01-02 09:44:52', 62, 0), (633, 2, 72, 'content', 'alias', 'yootheme', 'b2c76ad9a9ed76cddff519b3f1b56a54', '', '2009-01-02 09:44:52', 62, 0), (634, 2, 72, 'content', 'introtext', '
    \r\n
    \r\n
    \r\n YOOtheme\r\n
    \r\n
    \r\n
    \r\n

    YOOtheme

    \r\n Professional Web 2.0\r\n
    Joomla! template club.\r\n
    Learn more...\r\n
    \r\n
    ', 'f39df06be3aea028944a9d8fe132063b', '', '2009-01-02 09:44:52', 62, 0), (635, 2, 72, 'content', 'publish_up', '2007-08-03 13:25:04', '04cd4c26126feca5d4478f028fba8343', '', '2009-01-02 09:44:52', 62, 0), (636, 2, 72, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:52', 62, 0), (637, 2, 72, 'content', 'attribs', 'pageclass_sfx=\nshow_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=', '097193d9531ef3dc84a690efb0a94cd6', '', '2009-01-02 09:44:52', 62, 0), (638, 2, 46, 'content', 'title', 'YOOtoppanel', '6a5825f5f519cc226064df7dc1a83b68', '', '2009-01-02 09:44:52', 62, 0), (639, 2, 46, 'content', 'alias', 'Features', '98f770b0af18ca763421bac22b4b6805', '', '2009-01-02 09:44:52', 62, 0), (640, 2, 46, 'content', 'introtext', 'Top Panel\r\nThe Top Panel is a hidden module area at the top of the template. By clicking the "Top Panel" button it slides down. To hide the Top Panel click the "Close" button at the upper right or hit the "Top Panel" button once again.\r\n
    \r\n
    \r\nAny content you publish in the "cpanel" module position appears in the Top Panel. It''s suitable for self presentation, legal information or login module.\r\n

    \r\nUse the template configuration to turned off the Top Panel. How does it look? Click here!
    \r\n
    \r\n
    \r\n/*** template parameters ***/\r\n$template_parameters = array(\r\n	"toppanel" => true        /* true | false */\r\n);\r\n\r\n
    \r\n
    \r\n
    ', '3ae27c18d9643b34b6446a9df3ce49be', '', '2009-01-02 09:44:52', 62, 0), (641, 2, 46, 'content', 'publish_up', '2007-06-04 12:58:32', 'f384fe1a2dd99cb906a50a6e462d6ff3', '', '2009-01-02 09:44:52', 62, 0), (642, 2, 46, 'content', 'publish_down', '0000-00-00 00:00:00', '8e30a659c31b53017073692309ab0da1', '', '2009-01-02 09:44:52', 62, 0), (643, 2, 46, 'content', 'attribs', 'show_title=1\nlink_titles=\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', '4b2dcc154c45eb945fc12110fc5757d9', '', '2009-01-02 09:44:52', 62, 0), (644, 2, 60, 'menu', 'name', 'Accordion Menu', '3fa88033d075e54aa16f8023b8c228a0', '', '2009-01-02 09:44:53', 62, 0), (645, 2, 60, 'menu', 'alias', 'accordion-menu', '5e0f7776bb58ebe0efbb7e383133c3c8', '', '2009-01-02 09:44:53', 62, 0), (646, 2, 60, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:53', 62, 0), (647, 2, 60, 'menu', 'link', 'index.php?option=com_content&view=article&id=61', '4f2d3dc64a70a1a0c41c109efb78ebdf', '', '2009-01-02 09:44:53', 62, 0), (648, 2, 126, 'menu', 'name', 'Basic Features', 'ced43f6edc915b0aafa1baa2881aa9df', '', '2009-01-02 09:44:53', 62, 0), (649, 2, 126, 'menu', 'alias', 'basic-features', 'f0ab478ad2715cb6fea16064f1a8f67c', '', '2009-01-02 09:44:53', 62, 0), (650, 2, 126, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:53', 62, 0), (651, 2, 93, 'menu', 'name', 'Bottom Variation', '2179781681c75aded5fea5856e9aab65', '', '2009-01-02 09:44:53', 62, 0), (652, 2, 93, 'menu', 'alias', 'bottom-variation', 'ac2f1b83a87a9ccf836677df9025e49c', '', '2009-01-02 09:44:53', 62, 0), (653, 2, 93, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:53', 62, 0), (654, 2, 93, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:53', 62, 0), (655, 2, 78, 'menu', 'name', 'Browser Compatibility', '1079312d80f88122bb2e0ddf6e295d49', '', '2009-01-02 09:44:53', 62, 0), (656, 2, 78, 'menu', 'alias', 'browser-compatibility', '94b08f5490cdbb2b87338799fe70d428', '', '2009-01-02 09:44:53', 62, 0), (657, 2, 78, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:53', 62, 0), (658, 2, 78, 'menu', 'link', 'index.php?option=com_content&view=article&id=57', '71b65fe9176120b09f4679a10674c77c', '', '2009-01-02 09:44:53', 62, 0), (659, 2, 159, 'menu', 'name', 'Cambiar contraseña/Editar Cuenta', 'd4ee0565d21439ac0026b17edc806147', '', '2009-01-02 09:44:53', 62, 0), (660, 2, 159, 'menu', 'alias', 'cambiar-contrasenaeditar-cuenta', '76a759df2574890f86f80de0470b5ea7', '', '2009-01-02 09:44:53', 62, 0), (661, 2, 159, 'menu', 'params', 'page_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '0df681f43ece04ee5e49d142c7fd5ec7', '', '2009-01-02 09:44:53', 62, 0), (662, 2, 159, 'menu', 'link', 'index.php?option=com_user&view=user&layout=form', 'bbcf040e88d413fda358b393164da15f', '', '2009-01-02 09:44:53', 62, 0), (663, 2, 160, 'menu', 'name', 'Cerrar sessión', 'd1482bfa379d49fc8c07625351223ac9', '', '2009-01-02 09:44:53', 62, 0), (664, 2, 160, 'menu', 'alias', 'edicion', 'e5c0d6666ae293d3428d8c378e29b4f1', '', '2009-01-02 09:44:53', 62, 0), (665, 2, 160, 'menu', 'params', 'show_login_title=1\nheader_login=\nlogin=\nlogin_message=0\ndescription_login=0\ndescription_login_text=\nimage_login=\nimage_login_align=right\nshow_logout_title=1\nheader_logout=\nlogout=\nlogout_message=1\ndescription_logout=1\ndescription_logout_text=\nimage_logout=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '888254bd59a866984244d3bb48d3b803', '', '2009-01-02 09:44:53', 62, 0), (666, 2, 160, 'menu', 'link', 'index.php?option=com_user&view=login', '423d97aec213f978bcf674ebbf276f7b', '', '2009-01-02 09:44:53', 62, 0), (667, 2, 153, 'menu', 'name', 'Color Beige', '876542eba5dd98e5217d6c80190bf629', '', '2009-01-02 09:44:53', 62, 0), (668, 2, 153, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:53', 62, 0), (669, 2, 153, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:53', 62, 0), (670, 2, 153, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=beige', '3899f0d8b736b1c53a1d4471f9b87db0', '', '2009-01-02 09:44:53', 62, 0), (671, 2, 147, 'menu', 'name', 'Color Blue', '90195856f79b3a0264e5f23b8d1e581f', '', '2009-01-02 09:44:53', 62, 0), (672, 2, 147, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:53', 62, 0), (673, 2, 147, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:53', 62, 0), (674, 2, 147, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=blue', 'de6ca91e9a4575c20b9abd7163ea9d42', '', '2009-01-02 09:44:53', 62, 0), (675, 2, 102, 'menu', 'name', 'Color Brown', '2552a902c15e75d607c4ef31f1e20292', '', '2009-01-02 09:44:53', 62, 0), (676, 2, 102, 'menu', 'alias', 'color-black', '400862a516ad5125e97bf50f893b97f5', '', '2009-01-02 09:44:53', 62, 0), (677, 2, 102, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:53', 62, 0), (678, 2, 102, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=default', '65d2a43465c484771d8785e7bcfb9a93', '', '2009-01-02 09:44:53', 62, 0), (679, 2, 101, 'menu', 'name', 'Color Green', 'cda7cc18383c4d1144866beaaff52b83', '', '2009-01-02 09:44:53', 62, 0), (680, 2, 101, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:53', 62, 0), (681, 2, 101, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:53', 62, 0), (682, 2, 101, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=green', '8a406d74ea5de19ef13fc2a0c4b92a68', '', '2009-01-02 09:44:53', 62, 0), (683, 2, 152, 'menu', 'name', 'Color Lilac', 'd4203888a2aff0ac1111b4a11c2a74a2', '', '2009-01-02 09:44:54', 62, 0), (684, 2, 152, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (685, 2, 152, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (686, 2, 152, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=lilac', '257da15379b1f2a313907bfbeb06be6e', '', '2009-01-02 09:44:54', 62, 0), (687, 2, 148, 'menu', 'name', 'Color Orange', '4afe235fe99eb7929e81c3c1f3487220', '', '2009-01-02 09:44:54', 62, 0), (688, 2, 148, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (689, 2, 148, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (690, 2, 148, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=orange', 'a1bab622be970bc229ef23dde67c9eff', '', '2009-01-02 09:44:54', 62, 0), (691, 2, 146, 'menu', 'name', 'Color Pink', 'f4d47e693ba3d04816528d0f7f36120a', '', '2009-01-02 09:44:54', 62, 0), (692, 2, 146, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (693, 2, 146, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (694, 2, 146, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=pink', '14e20d7f1a0e122c3b24be2bbc3127d0', '', '2009-01-02 09:44:54', 62, 0), (695, 2, 149, 'menu', 'name', 'Color Red', '954d30f7af6e628fa996ed62886dfef1', '', '2009-01-02 09:44:54', 62, 0), (696, 2, 149, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (697, 2, 149, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (698, 2, 149, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=red', 'f5c433c7f572ffddd5a262dc80747111', '', '2009-01-02 09:44:54', 62, 0), (699, 2, 150, 'menu', 'name', 'Color Red/Beige', '4829d205f4c26ab987d42a789d4d3335', '', '2009-01-02 09:44:54', 62, 0), (700, 2, 150, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (701, 2, 150, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (702, 2, 150, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=redbeige', 'ebfc1ffdf0967e0d18c99a57f0249f89', '', '2009-01-02 09:44:54', 62, 0), (703, 2, 151, 'menu', 'name', 'Color Turquoise', '5dedabe1068bcbc29b6c2f71968d4f5d', '', '2009-01-02 09:44:54', 62, 0), (704, 2, 151, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (705, 2, 151, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (706, 2, 151, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=turquoise', '8c7b4b1d49989301d65d0ffd2d4a80c7', '', '2009-01-02 09:44:54', 62, 0), (707, 2, 100, 'menu', 'name', 'Color Variations', '380000189651bddfe338a33b51a576e0', '', '2009-01-02 09:44:54', 62, 0), (708, 2, 100, 'menu', 'alias', 'color-variations', '2642552785360d32636b7ce9e33c6377', '', '2009-01-02 09:44:54', 62, 0), (709, 2, 100, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (710, 2, 154, 'menu', 'name', 'Color Yellow', '3065457daf1ea48834d243812b54e1f5', '', '2009-01-02 09:44:54', 62, 0), (711, 2, 154, 'menu', 'alias', 'color-white', 'd4e90e1a17dbdfa66a4ddb287f8a3fb3', '', '2009-01-02 09:44:54', 62, 0), (712, 2, 154, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:54', 62, 0), (713, 2, 154, 'menu', 'link', 'index.php?option=com_content&view=article&id=45&Itemid=54&yt_color=yellow', '65a4ee3180bf01240089dd141bdeeb05', '', '2009-01-02 09:44:54', 62, 0), (714, 2, 1, 'menu', 'name', 'Contacto', '0a25e3680d265c53368dde50f60c925f', '', '2009-01-02 09:44:54', 62, 0), (715, 2, 1, 'menu', 'alias', 'contacto', '0d87b5c76b4c480a107b621cc67f469d', '', '2009-01-02 09:44:54', 62, 0), (716, 2, 1, 'menu', 'params', 'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=1\nnum_links=4\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=Welcome to the Frontpage\nshow_page_title=1\npageclass_sfx=\nmenu_image=menu_item5_bg.png\nsecure=0\n\n', 'b7a4ffb5064eb0cd080a2b69978528ae', '', '2009-01-02 09:44:54', 62, 0), (717, 2, 1, 'menu', 'link', 'index.php?option=com_content&view=frontpage', '2f791f200ff60956d42c607a5bd44303', '', '2009-01-02 09:44:54', 62, 0), (718, 2, 155, 'menu', 'name', 'Contacto', '0a25e3680d265c53368dde50f60c925f', '', '2009-01-02 09:44:54', 62, 0), (719, 2, 155, 'menu', 'alias', 'contacto', '0d87b5c76b4c480a107b621cc67f469d', '', '2009-01-02 09:44:54', 62, 0), (720, 2, 155, 'menu', 'params', 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=menu_item5_bg.png\nsecure=0\n\n', '81d0666bcc845b0867af49338c2d655f', '', '2009-01-02 09:44:54', 62, 0), (721, 2, 155, 'menu', 'link', 'index.php?option=com_content&view=article&id=102', '00841da498fe51c7b9c18515bb423331', '', '2009-01-02 09:44:54', 62, 0), (722, 2, 79, 'menu', 'name', 'Demo Content', '0c6ac90b57479652ccb4b60b05b6776b', '', '2009-01-02 09:44:55', 62, 0), (723, 2, 79, 'menu', 'alias', 'demo-content', '3ad02b31fb6c6ffbcdff64f007b3b174', '', '2009-01-02 09:44:55', 62, 0), (724, 2, 79, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:55', 62, 0), (725, 2, 79, 'menu', 'link', 'index.php?option=com_content&view=article&id=58', 'f6228ac940e33f7f18e0ad04e4e90fe5', '', '2009-01-02 09:44:55', 62, 0), (726, 2, 41, 'menu', 'name', 'FAQ', '1fe917b01f9a3f87fa2d7d3b7643fac1', '', '2009-01-02 09:44:55', 62, 0), (727, 2, 41, 'menu', 'alias', 'faq', 'da75cd652254fce37e953d7f261f132d', '', '2009-01-02 09:44:55', 62, 0), (728, 2, 41, 'menu', 'params', 'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '37af64b033663e5c955a1c0ca4666646', '', '2009-01-02 09:44:55', 62, 0), (729, 2, 41, 'menu', 'link', 'index.php?option=com_content&view=section&id=3', 'd266e16eae87e23deafa1a8a3f08d79e', '', '2009-01-02 09:44:55', 62, 0), (730, 2, 51, 'menu', 'name', 'Forma de trabajo', '97e40cbeff1ecb02b83f5ff83b434a2b', '', '2009-01-02 09:44:55', 62, 0), (731, 2, 51, 'menu', 'alias', 'forma-de-trabajo', '79dd34b69fd19eb8531b8d626a979048', '', '2009-01-02 09:44:55', 62, 0), (732, 2, 51, 'menu', 'params', 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=menu_item2_bg.png\nsecure=0\n\n', '031da9498f02de257e3d624e4138151e', '', '2009-01-02 09:44:55', 62, 0), (733, 2, 51, 'menu', 'link', 'index.php?option=com_content&view=article&id=99', '29dfdb39fd7b9ad3341aaf8bfd07f1f5', '', '2009-01-02 09:44:55', 62, 0), (734, 2, 157, 'menu', 'name', 'Fotos', '610062c4f64af74373b11287998469ba', '', '2009-01-02 09:44:55', 62, 0), (735, 2, 157, 'menu', 'alias', 'fotos', 'b00c13ad9413e05ad693f293fd732930', '', '2009-01-02 09:44:55', 62, 0), (736, 2, 157, 'menu', 'params', 'show_pagination=1\nshow_pagination_limit=1\nshow_feed_link=1\ndisplay_cat_name_title=0\ndisplay_cat_name_breadcrumbs=0\nfont_color=#135cae\nbackground_color=#fcfcfc\nbackground_color_hover=#f5f5f5\nimage_background_color=#f5f5f5\nimage_background_shadow=\nborder_color=#e8e8e8\nborder_color_hover=#135cae\nmargin_box=5\npadding_box=5\ndisplay_name=\ndisplay_icon_detail=\ndisplay_icon_download=\ndisplay_icon_folder=\ndisplay_icon_random_image=\ndisplay_back_button=\ndisplay_categories_back_button=\ndisplay_subcat_page=\nfont_size_name=12\nchar_length_name=11\ncategory_box_space=0\ncategories_columns=1\ndisplay_image_categories=\nimage_categories_size=\ndisplay_subcategories=\ndisplay_empty_categories=\nhide_categories=\ndisplay_access_category=\ndetail_window=\ndetail_window_background_color=#ffffff\nmodal_box_overlay_color=#000000\nmodal_box_overlay_opacity=\nmodal_box_border_color=#000000\nmodal_box_border_width=10\nsb_slideshow_delay=\nsb_lang=en\ndisplay_description_detail=\ndisplay_title_description=\nfont_size_desc=11\nfont_color_desc=#333333\ndescription_detail_height=16\ndescription_lightbox_font_size=12\ndescription_lightbox_font_color=#ffffff\ndescription_lightbox_bg_color=#000000\nslideshow_delay=\nslideshow_pause=\nslideshow_random=\ndetail_buttons=\nphocagallery_width=\ndisplay_phoca_info=\ndefault_pagination=20\npagination=5;10;15;20;50\nenable_piclens=\nstart_piclens=\npiclens_image=\nswitch_image=\nswitch_width=640\nswitch_height=480\nenable_overlib=\nol_bg_color=#666666\nol_fg_color=#f6f6f6\nol_tf_color=#000000\nol_cf_color=#ffffff\noverlib_overlay_opacity=\ncreate_watermark=\nwatermark_position_x=\nwatermark_position_y=\ndisplay_icon_vm=\nenable_user_cp=\nmax_create_cat_char=1000\ndisplay_rating=\ndisplay_comment=\ncomment_width=500\nmax_comment_char=1000\ndisplay_category_statistics=\ndisplay_main_cat_stat=\ndisplay_lastadded_cat_stat=\ncount_lastadded_cat_stat=3\ndisplay_mostviewed_cat_stat=\ncount_mostviewed_cat_stat=3\ngoogle_maps_api_key=\ndisplay_categories_geotagging=\ncategories_lng=\ncategories_lat=\ncategories_zoom=2\ncategories_map_width=500\ncategories_map_height=500\ndisplay_icon_geotagging=\ndisplay_category_geotagging=\ncategory_map_width=500\ncategory_map_height=400\ndisplay_title_upload=\ndisplay_description_upload=\nmax_upload_char=1000\nupload_maxsize=3000000\ncat_folder_maxsize=20000000\nenable_flash=\npagination_thumbnail_creation=\nclean_thumbnails=\nenable_thumb_creation=\ncrop_thumbnail=\nicon_format=\nlarge_image_width=640\nlarge_image_height=480\nmedium_image_width=100\nmedium_image_height=100\nsmall_image_width=50\nsmall_image_height=50\nadmin_modal_box_width=680\nadmin_modal_box_height=520\nfront_modal_box_width=680\nfront_modal_box_height=560\nfront_popup_window_width=680\nfront_popup_window_height=560\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 'c0ddc056f8ef23471153624dc67f7ad3', '', '2009-01-02 09:44:55', 62, 0), (737, 2, 157, 'menu', 'link', 'index.php?option=com_phocagallery&view=category&id=2', '20e7322c7425746d382697d301a4f337', '', '2009-01-02 09:44:55', 62, 0), (738, 2, 156, 'menu', 'name', 'Fotos', '610062c4f64af74373b11287998469ba', '', '2009-01-02 09:44:55', 62, 0), (739, 2, 156, 'menu', 'alias', 'fotos', 'b00c13ad9413e05ad693f293fd732930', '', '2009-01-02 09:44:55', 62, 0), (740, 2, 156, 'menu', 'params', 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=menu_item3_bg.png\nsecure=0\n\n', '9b2580c1854b04e07cba26ff75c48583', '', '2009-01-02 09:44:55', 62, 0), (741, 2, 156, 'menu', 'link', 'index.php?option=com_content&view=article&id=99', '29dfdb39fd7b9ad3341aaf8bfd07f1f5', '', '2009-01-02 09:44:55', 62, 0), (742, 2, 158, 'menu', 'name', 'Gracias', 'e44165d04caec1113db6159d0210c4c3', '', '2009-01-02 09:44:55', 62, 0), (743, 2, 158, 'menu', 'alias', 'gracias', '3e0a5f7ef3ae90289abe88023b987cd9', '', '2009-01-02 09:44:55', 62, 0); INSERT INTO `jos_jf_content` (`id`, `language_id`, `reference_id`, `reference_table`, `reference_field`, `value`, `original_value`, `original_text`, `modified`, `modified_by`, `published`) VALUES (744, 2, 158, 'menu', 'params', 'show_noauth=\nshow_title=0\nlink_titles=\nshow_intro=\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', '2c15da53f87067f8732443825dff4947', '', '2009-01-02 09:44:55', 62, 0), (745, 2, 158, 'menu', 'link', 'index.php?option=com_content&view=article&id=105', '25293c6f82053394f21c730c2b790227', '', '2009-01-02 09:44:55', 62, 0), (746, 2, 54, 'menu', 'name', 'Inicio', 'bf89f6756d11a04ddc3bbac67a272020', '', '2009-01-02 09:44:55', 62, 0), (747, 2, 54, 'menu', 'alias', 'inicio', '893ce80729195afed54dd71286ef15bc', '', '2009-01-02 09:44:55', 62, 0), (748, 2, 54, 'menu', 'params', 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=menu_item1_bg.png\nsecure=0\n\n', 'a39b0a777ca086a72bbb16656478c343', '', '2009-01-02 09:44:55', 62, 0), (749, 2, 54, 'menu', 'link', 'index.php?option=com_content&view=article&id=98', '90c88e0938b81885da5cb08d93f3e959', '', '2009-01-02 09:44:55', 62, 0), (750, 2, 112, 'menu', 'name', 'Item 1', 'f59e6f3afd2a3b4771029cd36e3c42f1', '', '2009-01-02 09:44:55', 62, 0), (751, 2, 112, 'menu', 'alias', 'item-1', '761ff52b8e6dd373fdf291a1a70df20c', '', '2009-01-02 09:44:55', 62, 0), (752, 2, 112, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:55', 62, 0), (753, 2, 112, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:55', 62, 0), (754, 2, 116, 'menu', 'name', 'Item 1', 'f59e6f3afd2a3b4771029cd36e3c42f1', '', '2009-01-02 09:44:55', 62, 0), (755, 2, 116, 'menu', 'alias', 'item-1', '761ff52b8e6dd373fdf291a1a70df20c', '', '2009-01-02 09:44:55', 62, 0), (756, 2, 116, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:55', 62, 0), (757, 2, 116, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:55', 62, 0), (758, 2, 113, 'menu', 'name', 'Item 2', '9eda28f01813fcf69eddd682a9d127e2', '', '2009-01-02 09:44:55', 62, 0), (759, 2, 113, 'menu', 'alias', 'item-2', '38d3f385ea8d8bb2dcfc759ac85af6ef', '', '2009-01-02 09:44:55', 62, 0), (760, 2, 113, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:55', 62, 0), (761, 2, 113, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:55', 62, 0), (762, 2, 117, 'menu', 'name', 'Item 2', '9eda28f01813fcf69eddd682a9d127e2', '', '2009-01-02 09:44:56', 62, 0), (763, 2, 117, 'menu', 'alias', 'item-2', '38d3f385ea8d8bb2dcfc759ac85af6ef', '', '2009-01-02 09:44:56', 62, 0), (764, 2, 117, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (765, 2, 117, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:56', 62, 0), (766, 2, 114, 'menu', 'name', 'Item 3', 'db485602173cbb308b8abf3e31b470c6', '', '2009-01-02 09:44:56', 62, 0), (767, 2, 114, 'menu', 'alias', 'item-3', '65910a0fd76f69a08e6faa142384f327', '', '2009-01-02 09:44:56', 62, 0), (768, 2, 114, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (769, 2, 114, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:56', 62, 0), (770, 2, 118, 'menu', 'name', 'Item 3', 'db485602173cbb308b8abf3e31b470c6', '', '2009-01-02 09:44:56', 62, 0), (771, 2, 118, 'menu', 'alias', 'item-3', '65910a0fd76f69a08e6faa142384f327', '', '2009-01-02 09:44:56', 62, 0), (772, 2, 118, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (773, 2, 118, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:56', 62, 0), (774, 2, 2, 'menu', 'name', 'Joomla! License', 'c15aaaf06866b6005f639fc7de7ab596', '', '2009-01-02 09:44:56', 62, 0), (775, 2, 2, 'menu', 'alias', 'joomla-license', '6eb2a5132df0286ea37e881f7f492523', '', '2009-01-02 09:44:56', 62, 0), (776, 2, 2, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (777, 2, 2, 'menu', 'link', 'index.php?option=com_content&view=article&id=5', '9032ec55e40ba78164eac98de35f42b0', '', '2009-01-02 09:44:56', 62, 0), (778, 2, 27, 'menu', 'name', 'Joomla! Overview', '8ac68def4f400443d65a0de648c7f3fc', '', '2009-01-02 09:44:56', 62, 0), (779, 2, 27, 'menu', 'alias', 'joomla-overview', '76b2d78165ee15fbc1009f592ad497eb', '', '2009-01-02 09:44:56', 62, 0), (780, 2, 27, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (781, 2, 27, 'menu', 'link', 'index.php?option=com_content&view=article&id=19', '1d575f0b8dbb7f354dec410c20f57dd5', '', '2009-01-02 09:44:56', 62, 0), (782, 2, 92, 'menu', 'name', 'Left Variation', 'c1af11a9d3380a771f2f350a034de75a', '', '2009-01-02 09:44:56', 62, 0), (783, 2, 92, 'menu', 'alias', 'left-variation', '6aea956fbec9b60de074ccba7d46ea2a', '', '2009-01-02 09:44:56', 62, 0), (784, 2, 92, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (785, 2, 92, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:56', 62, 0), (786, 2, 115, 'menu', 'name', 'Menu Item as Link', '330b1a4943758b6f15ad8d8da781e747', '', '2009-01-02 09:44:56', 62, 0), (787, 2, 115, 'menu', 'alias', 'menu-item-as-link', 'b878caeb178bc42c7ba7151a8b6917fe', '', '2009-01-02 09:44:56', 62, 0), (788, 2, 115, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', '02f2f95c98a63927c38f67f4d780eda7', '', '2009-01-02 09:44:56', 62, 0), (789, 2, 115, 'menu', 'link', 'index.php?option=com_content&view=article&id=49', '510bd6d104e9590fec174fa7696a30cc', '', '2009-01-02 09:44:56', 62, 0), (790, 2, 111, 'menu', 'name', 'Menu Item as Separator', '39f7ccc1eb643d3225d170bdc752389f', '', '2009-01-02 09:44:56', 62, 0), (791, 2, 111, 'menu', 'alias', 'menu-item-as-separator', '6ba53e5a29d6a70c3bdfccbe000d6a6c', '', '2009-01-02 09:44:56', 62, 0), (792, 2, 111, 'menu', 'params', 'menu_image=-1\n\n', '3ef6831f9af5f28d2afd98718ec70745', '', '2009-01-02 09:44:56', 62, 0), (793, 2, 87, 'menu', 'name', 'Middle Variation A', 'a9b0c7a2f012a6977490df322c386bb2', '', '2009-01-02 09:44:56', 62, 0), (794, 2, 87, 'menu', 'alias', 'middle-variation-a', '15c830babc603c81dedb378e9d3b64b7', '', '2009-01-02 09:44:56', 62, 0), (795, 2, 87, 'menu', 'params', 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nsh