/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.20-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: valle_2012 -- ------------------------------------------------------ -- Server version 10.6.20-MariaDB-cll-lve /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `jos_banner` -- DROP TABLE IF EXISTS `jos_banner`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT 0, `type` varchar(30) NOT NULL DEFAULT 'banner', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT 0, `impmade` int(11) NOT NULL DEFAULT 0, `clicks` int(11) NOT NULL DEFAULT 0, `imageurl` varchar(100) NOT NULL DEFAULT '', `clickurl` varchar(200) 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(50) DEFAULT NULL, `custombannercode` text DEFAULT NULL, `catid` int(10) unsigned NOT NULL DEFAULT 0, `description` text 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 NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_banner` -- LOCK TABLES `jos_banner` WRITE; /*!40000 ALTER TABLE `jos_banner` DISABLE KEYS */; 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,43,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,17,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,'','JoomlaCode','joomlacode',0,17,0,'','http://joomlacode.org','2006-05-29 14:19:26',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nJoomlaCode, 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,12,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','',''),(6,1,'','Joomla! Shop','joomla-shop',0,12,0,'','http://shop.joomla.org','2006-05-29 14:23:21',1,0,'0000-00-00 00:00:00','','{NAME}\r\n
\r\nFor all your Joomla! merchandise.',14,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(7,1,'','Joomla! Promo Shop','joomla-promo-shop',0,8,1,'shop-ad.jpg','http://shop.joomla.org','2007-09-19 17:26:24',1,0,'0000-00-00 00:00:00','','',33,'',0,3,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''),(8,1,'','Joomla! Promo Books','joomla-promo-books',0,9,0,'shop-ad-books.jpg','http://shop.joomla.org/amazoncom-bookstores.html','2007-09-19 17:28:01',1,0,'0000-00-00 00:00:00','','',33,'',0,4,'0000-00-00 00:00:00','0000-00-00 00:00:00','',''); /*!40000 ALTER TABLE `jos_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_bannerclient` -- DROP TABLE IF EXISTS `jos_bannerclient`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_bannerclient` ( `cid` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `contact` varchar(255) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL DEFAULT 0, `checked_out_time` time DEFAULT NULL, `editor` varchar(50) DEFAULT NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_bannerclient` -- LOCK TABLES `jos_bannerclient` WRITE; /*!40000 ALTER TABLE `jos_bannerclient` DISABLE KEYS */; 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); /*!40000 ALTER TABLE `jos_bannerclient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_bannertrack` -- DROP TABLE IF EXISTS `jos_bannertrack`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `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=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_bannertrack` -- LOCK TABLES `jos_bannertrack` WRITE; /*!40000 ALTER TABLE `jos_bannertrack` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_bannertrack` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_categories` -- DROP TABLE IF EXISTS `jos_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `section` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text 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(50) 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 NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_categories` -- LOCK TABLES `jos_categories` WRITE; /*!40000 ALTER TABLE `jos_categories` DISABLE KEYS */; 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,'Free and Open Source Software','','free-and-open-source-software','','com_newsfeeds','left','Read the latest news about free and open source software from some of its leading advocates.',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(6,0,'Related Projects','','related-projects','','com_newsfeeds','left','Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''),(12,0,'Contacts','','contacts','','com_contact_details','left','Contact Details for this Web site',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,65,'2018-05-04 19:44:22',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 Web sites
',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,65,'2019-01-24 14:51:02',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,'Joomla! Promo','','joomla-promo','','com_banner','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(34,0,'Basic','','basic','','com_rokcandy','left','',1,65,'2016-07-14 19:42:35',NULL,1,0,0,''),(35,0,'Typography','','typography','','com_rokcandy','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(36,0,'Demo Articles','','demo-articles','','5','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''),(37,0,'RokTabs Samples','','roktabs-samples','','5','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''),(38,0,'RokStories','','rokstories','','5','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''),(39,0,'RokStories Samples','Copy of ','rokstories','','5','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''); /*!40000 ALTER TABLE `jos_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_components` -- DROP TABLE IF EXISTS `jos_components`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_components` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL DEFAULT '', `link` varchar(255) NOT NULL DEFAULT '', `menuid` int(11) unsigned NOT NULL DEFAULT 0, `parent` int(11) unsigned NOT NULL DEFAULT 0, `admin_menu_link` varchar(255) NOT NULL DEFAULT '', `admin_menu_alt` varchar(255) NOT NULL DEFAULT '', `option` varchar(50) NOT NULL DEFAULT '', `ordering` int(11) NOT NULL DEFAULT 0, `admin_menu_img` varchar(255) NOT NULL DEFAULT '', `iscore` tinyint(4) NOT NULL DEFAULT 0, `params` text NOT NULL, `enabled` tinyint(4) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `parent_option` (`parent`,`option`(32)) ) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_components` -- LOCK TABLES `jos_components` WRITE; /*!40000 ALTER TABLE `jos_components` DISABLE KEYS */; 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,'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),(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,'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',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\nallowed_media_usergroup=3\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=0\n\n',1),(20,'Articles','option=com_content',0,0,'','','com_content',0,'',1,'show_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=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nshow_hits=1\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,'administrator=es-ES\nsite=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),(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=0\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),(34,'RokCandyBundle','',0,0,'','RokCandyBundle','com_rokcandybundle',0,'',0,'',0),(35,'RokCandy','',0,0,'option=com_rokcandy','RokCandy','com_rokcandy',0,'components/com_rokcandy/assets/rokcandy-icon-16.png',1,'',1),(36,'Macros','',0,35,'option=com_rokcandy','Macros','com_rokcandy',0,'images/blank.png',0,'',1),(37,'Categories','',0,35,'option=com_categories§ion=com_rokcandy','Categories','com_rokcandy',1,'images/blank.png',0,'',1),(38,'RokModule','',0,0,'','RokModule','com_rokmodule',0,'',0,'',1),(39,'RokNavMenuBundle','',0,0,'','RokNavMenuBundle','com_roknavmenubundle',0,'',0,'',1),(40,'Gantry','',0,0,'','Gantry','com_gantry',0,'',0,'',1),(41,'JCE','option=com_jce',0,0,'option=com_jce','JCE','com_jce',0,'components/com_jce/media/img/menu/logo.png',0,'',1),(42,'WF_MENU_CPANEL','',0,41,'option=com_jce','WF_MENU_CPANEL','com_jce',0,'components/com_jce/media/img/menu/jce-cpanel.png',0,'',1),(43,'WF_MENU_CONFIG','',0,41,'option=com_jce&view=config','WF_MENU_CONFIG','com_jce',1,'components/com_jce/media/img/menu/jce-config.png',0,'',1),(44,'WF_MENU_PROFILES','',0,41,'option=com_jce&view=profiles','WF_MENU_PROFILES','com_jce',2,'components/com_jce/media/img/menu/jce-profiles.png',0,'',1),(45,'WF_MENU_INSTALL','',0,41,'option=com_jce&view=installer','WF_MENU_INSTALL','com_jce',3,'components/com_jce/media/img/menu/jce-install.png',0,'',1),(46,'Phoca Gallery','option=com_phocagallery',0,0,'option=com_phocagallery','Phoca Gallery','com_phocagallery',0,'components/com_phocagallery/assets/images/icon-16-pg-menu.png',0,'',1),(47,'Control Panel','',0,46,'option=com_phocagallery','Control Panel','com_phocagallery',0,'components/com_phocagallery/assets/images/icon-16-pg-control-panel.png',0,'',1),(48,'Images','',0,46,'option=com_phocagallery&view=phocagallerys','Images','com_phocagallery',1,'components/com_phocagallery/assets/images/icon-16-pg-menu-gal.png',0,'',1),(49,'Categories','',0,46,'option=com_phocagallery&view=phocagallerycs','Categories','com_phocagallery',2,'components/com_phocagallery/assets/images/icon-16-pg-menu-cat.png',0,'',1),(50,'Themes','',0,46,'option=com_phocagallery&view=phocagalleryt','Themes','com_phocagallery',3,'components/com_phocagallery/assets/images/icon-16-pg-menu-theme.png',0,'',1),(51,'Category Rating','',0,46,'option=com_phocagallery&view=phocagalleryra','Category Rating','com_phocagallery',4,'components/com_phocagallery/assets/images/icon-16-pg-menu-vote.png',0,'',1),(52,'Image Rating','',0,46,'option=com_phocagallery&view=phocagalleryraimg','Image Rating','com_phocagallery',5,'components/com_phocagallery/assets/images/icon-16-pg-menu-vote-img.png',0,'',1),(53,'Category Comments','',0,46,'option=com_phocagallery&view=phocagallerycos','Category Comments','com_phocagallery',6,'components/com_phocagallery/assets/images/icon-16-pg-menu-comment.png',0,'',1),(54,'Image Comments','',0,46,'option=com_phocagallery&view=phocagallerycoimgs','Image Comments','com_phocagallery',7,'components/com_phocagallery/assets/images/icon-16-pg-menu-comment-img.png',0,'',1),(55,'Users','',0,46,'option=com_phocagallery&view=phocagalleryusers','Users','com_phocagallery',8,'components/com_phocagallery/assets/images/icon-16-pg-menu-users.png',0,'',1),(56,'Info','',0,46,'option=com_phocagallery&view=phocagalleryin','Info','com_phocagallery',9,'components/com_phocagallery/assets/images/icon-16-pg-menu-info.png',0,'',1),(57,'JOOMDOC','option=com_joomdoc',0,0,'option=com_joomdoc','JOOMDOC','com_joomdoc',0,'../components/com_joomdoc/assets/images/icon-16-joomdoc.png',0,'docroot=/home/valle/public_html/sitio_server_2012/documents\nicon_theme=default\ndisplay_favorite=1\ndisplay_signature=0\nfile_deleting=1\nuse_search=0\nwebdav_allow=25\ndownload_id=\ndefault_title=Documento\ndefault_metakeywords=JoomDOC,ARTIO,Documents,Joomla\ndefault_metadescription=JoomDOC is Joomla! document management component for managing documents and publishing them online.\ndefault_description=\n\n',1),(58,'JOOMDOC_CONTROL_PANEL','',0,57,'option=com_joomdoc','JOOMDOC_CONTROL_PANEL','com_joomdoc',0,'../components/com_joomdoc/assets/images/icon-16-cpanel.png',0,'',1),(59,'JOOMDOC_DOCUMENTS','',0,57,'option=com_joomdoc&view=documents','JOOMDOC_DOCUMENTS','com_joomdoc',1,'../components/com_joomdoc/assets/images/icon-16-documents.png',0,'',1),(60,'JOOMDOC_LICENSE','',0,57,'option=com_joomdoc&view=licenses','JOOMDOC_LICENSE','com_joomdoc',2,'../components/com_joomdoc/assets/images/icon-16-license.png',0,'',1),(61,'JOOMDOC_UPGRADE','',0,57,'option=com_joomdoc&view=upgrade','JOOMDOC_UPGRADE','com_joomdoc',3,'../components/com_joomdoc/assets/images/icon-16-upgrade.png',0,'',1),(62,'JOOMDOC_MIGRATION','',0,57,'option=com_joomdoc&view=migration','JOOMDOC_MIGRATION','com_joomdoc',4,'../components/com_joomdoc/assets/images/icon-16-migration.png',0,'',1),(63,'Phoca Download','option=com_phocadownload',0,0,'option=com_phocadownload','Phoca Download','com_phocadownload',0,'components/com_phocadownload/assets/images/icon-16-pdl-menu.png',0,'filename_or_name=filename\ndownload_external_link=_self\ndisplay_downloads=0\ndisplay_description=3\ndisplay_detail=1\ndisplay_new=0\ndisplay_hot=0\ndisplay_most_download=1\ndisplay_file_view=0\ndisplay_date_type=0\ndownload_metadesc=\ndownload_metakey=\nsection_ordering=1\ncategory_ordering=1\nfile_ordering=1\ndefault_pagination=50\npagination=5;10;15;20;50\ndisplay_up_icon=1\nenable_plugin_query=0\nalias_iconv=0\ndisplay_category_comments=0\ndisplay_file_comments=0\nfile_icon_size=16\nfile_icon_size_md=16\nbutton_style=\ntheme=phocadownload-grey\ndisplay_num_doc_secs=0\ndisplay_num_doc_secs_header=1\nlicense_box_height=300\ndisplay_play=0\nplayer_width=328\nplayer_height=200\nplayer_mp3_height=30\nplay_popup_window=0\ndisplay_preview=0\npreview_width=640\npreview_height=480\npreview_popup_window=0\nenable_user_cp=0\nuser_files_max_count=5\nuser_files_max_size=20971520\nuser_file_upload_size=3145728\nenable_user_upload_approve=0\nsend_mail_download=0\nsend_mail_upload=0\n\n',1),(64,'Control Panel','',0,63,'option=com_phocadownload','Control Panel','com_phocadownload',0,'components/com_phocadownload/assets/images/icon-16-pdl-control-panel.png',0,'',1),(65,'Files','',0,63,'option=com_phocadownload&view=phocadownloads','Files','com_phocadownload',1,'components/com_phocadownload/assets/images/icon-16-pdl-menu-files.png',0,'',1),(66,'Sections','',0,63,'option=com_phocadownload&view=phocadownloadsecs','Sections','com_phocadownload',2,'components/com_phocadownload/assets/images/icon-16-pdl-menu-section.png',0,'',1),(67,'Categories','',0,63,'option=com_phocadownload&view=phocadownloadcats','Categories','com_phocadownload',3,'components/com_phocadownload/assets/images/icon-16-pdl-menu-category.png',0,'',1),(68,'Licenses','',0,63,'option=com_phocadownload&view=phocadownloadlics','Licenses','com_phocadownload',4,'components/com_phocadownload/assets/images/icon-16-pdl-menu-lic.png',0,'',1),(69,'Settings','',0,63,'option=com_phocadownload&view=phocadownloadset','Settings','com_phocadownload',5,'components/com_phocadownload/assets/images/icon-16-pdl-menu-settings.png',0,'',1),(70,'Statistics','',0,63,'option=com_phocadownload&view=phocadownloadstat','Statistics','com_phocadownload',6,'components/com_phocadownload/assets/images/icon-16-pdl-menu-stat.png',0,'',1),(71,'PHOCADOWNLOAD_USERS','',0,63,'option=com_phocadownload&view=phocadownloadusers','PHOCADOWNLOAD_USERS','com_phocadownload',7,'components/com_phocadownload/assets/images/icon-16-pdl-menu-users.png',0,'',1),(72,'Info','',0,63,'option=com_phocadownload&view=phocadownloadinfo','Info','com_phocadownload',8,'components/com_phocadownload/assets/images/icon-16-pdl-menu-info.png',0,'',1),(73,'Phoca Email','option=com_phocaemail',0,0,'option=com_phocaemail','Phoca Email','com_phocaemail',0,'components/com_phocaemail/assets/images/icon-16-pe-menu.png',0,'html_message=1\ndisplay_users_list=1\ndisplay_users_list_cc=1\ndisplay_users_list_bcc=1\ndisplay_select_article=1\n\n',1),(74,'Control Panel','',0,73,'option=com_phocaemail','Control Panel','com_phocaemail',0,'components/com_phocaemail/assets/images/icon-16-pe-menu-cp.png',0,'',1),(75,'Write','',0,73,'option=com_phocaemail&view=phocaemailwrite','Write','com_phocaemail',1,'components/com_phocaemail/assets/images/icon-16-pe-menu-write.png',0,'',1),(76,'Info','',0,73,'option=com_phocaemail&view=phocaemailinfo','Info','com_phocaemail',2,'components/com_phocaemail/assets/images/icon-16-pe-menu-info.png',0,'',1); /*!40000 ALTER TABLE `jos_components` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_contact_details` -- DROP TABLE IF EXISTS `jos_contact_details`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_contact_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `con_position` varchar(255) DEFAULT NULL, `address` text DEFAULT NULL, `suburb` varchar(100) DEFAULT NULL, `state` varchar(100) DEFAULT NULL, `country` varchar(100) DEFAULT NULL, `postcode` varchar(100) DEFAULT NULL, `telephone` varchar(255) DEFAULT NULL, `fax` varchar(255) DEFAULT NULL, `misc` mediumtext DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `imagepos` varchar(20) DEFAULT NULL, `email_to` varchar(255) DEFAULT NULL, `default_con` tinyint(1) unsigned NOT NULL DEFAULT 0, `published` tinyint(1) 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 NOT NULL, `user_id` int(11) NOT NULL DEFAULT 0, `catid` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `mobile` varchar(255) NOT NULL DEFAULT '', `webpage` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_contact_details` -- LOCK TABLES `jos_contact_details` WRITE; /*!40000 ALTER TABLE `jos_contact_details` DISABLE KEYS */; 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,'Valles Huinganal','valles-huinganal','Administración ','','','','','','','','Miscellanous info','powered_by.png','top','administracion@valleshuinganal.cl',0,1,0,'0000-00-00 00:00:00',1,'show_name=1\nshow_position=1\nshow_email=1\nshow_street_address=0\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=0\nshow_mobile=0\nshow_fax=0\nshow_webpage=0\nshow_misc=0\nshow_image=0\nallow_vcard=0\ncontact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=1\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=',0,12,0,'',''); /*!40000 ALTER TABLE `jos_contact_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_content` -- DROP TABLE IF EXISTS `jos_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_content` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `title_alias` varchar(255) NOT NULL DEFAULT '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL DEFAULT 0, `sectionid` int(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` varchar(255) NOT NULL DEFAULT '', `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 NOT NULL, `urls` text NOT NULL, `attribs` text 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 NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL DEFAULT 0, `hits` int(11) unsigned NOT NULL DEFAULT 0, `metadata` text 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_createdby` (`created_by`) ) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_content` -- LOCK TABLES `jos_content` WRITE; /*!40000 ALTER TABLE `jos_content` DISABLE KEYS */; 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! 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!Joomla! 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 intranets and extranets and is supported by a community of tens of thousands of users.

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

Joomla! now provides more 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.

A new framework, ground-up refactoring, and a highly-active development team brings the excitement of \'the next generation CMS\' to your fingertips. Whether you are a systems architect or a complete \'noob\' Joomla! can take you to the next level of content delivery. \'More than a CMS\' is something we have been playing with as a catchcry because the new Joomla! API has such incredible power and flexibility, you are free to take whatever direction your creative mind takes you and Joomla! can help you get there so much more easily than ever before.

Thinking Web publishing? Think Joomla!

',1,1,0,1,'2008-08-12 10:00:00',62,'','2010-12-28 14:59:08',62,0,'0000-00-00 00:00:00','2006-01-03 01:00:00','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=',32,0,1,'','',0,94,'robots=\nauthor='),(2,'Newsflash 1','newsflash-1','','

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

','',1,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','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,3,'','',0,1,'robots=\nauthor='),(3,'Newsflash 2','newsflash-2','','

The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content, images, videos, and more. Site administrators can edit and manage content \'in-context\' by clicking the \'Edit\' link. Webmasters can also edit content through a graphical Control Panel that gives you complete control over your site.

','',1,1,0,3,'2008-08-09 22:30:34',62,'','2008-08-09 22:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 06:00:00','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,4,'','',0,0,'robots=\nauthor='),(4,'Newsflash 3','newsflash-3','','

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

','',1,1,0,3,'2008-08-10 06:30:34',62,'','2008-08-10 06:30:34',62,0,'0000-00-00 00:00:00','2004-08-09 10:00:00','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,5,'','',0,1,'robots=\nauthor='),(5,'Joomla! License Guidelines','joomla-license-guidelines','joomla-license-guidelines','

This Web site is powered by Joomla! The software and default templates on which it runs are Copyright 2005-2008 Open Source Matters. The sample content distributed with Joomla! is licensed under the Joomla! Electronic Documentation License. All data entered into this Web site 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\'.

The Joomla! licence has always been GPL.

','',1,4,0,25,'2008-08-20 10:11:07',62,'','2008-08-20 10:11:07',62,0,'0000-00-00 00:00:00','2004-08-19 06:00:00','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,2,'','',0,100,'robots=\nauthor='),(6,'We are Volunteers','we-are-volunteers','','

The Joomla Core Team and Working Group members are volunteer developers, designers, administrators and managers who have worked together to take Joomla! to new heights in its relatively short life. Joomla! has some wonderfully talented people taking Open Source concepts to the forefront of industry standards. Joomla! 1.5 is a major leap forward and represents the most exciting Joomla! release in the history of the project.

','',1,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','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=',10,0,4,'','',0,54,'robots=\nauthor='),(9,'Millions of Smiles','millions-of-smiles','','

The Joomla! team has millions of good reasons to be smiling about the Joomla! 1.5. In its current incarnation, it\'s had millions of downloads, taking it to an unprecedented level of popularity. The new code base is almost an entire re-factor of the old code base. The user experience is still extremely slick but for developers the API is a dream. A proper framework for real PHP architects seeking the best of the best.

If you\'re a former Mambo User or a 1.0 series Joomla! User, 1.5 is the future of CMSs for a number of reasons. It\'s more powerful, more flexible, more secure, and intuitive. Our developers and interface designers have worked countless hours to make this the most exciting release in the content management system sphere.

Go on ... get your FREE copy of Joomla! today and spread the word about this benchmark project.

','',1,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','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,5,'','',0,23,'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 Back-end Control Panel and the Front-end Site.

The core release of Joomla! 1.5 is shipped with multiple language choices in the installation but, other than English (the default), languages for the Site and Administration interfaces need to be added after installation. 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! Extensions Directory.

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.

',1,3,0,32,'2008-07-30 14:06:37',62,'','2008-07-30 14:06:37',62,0,'0000-00-00 00:00:00','2006-09-29 10:00:00','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,5,'','',0,10,'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 migration 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 JoomlaCode developers forge.
  • Select the Component in the Component Menu of the Control Panel.
  • 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 the 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 \'site2_\' 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 database 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)

  • ',1,3,0,28,'2008-07-30 20:27:52',62,'','2008-07-30 20:27:52',62,0,'0000-00-00 00:00:00','2006-09-29 12:00:00','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=',10,0,3,'','',0,14,'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 (character forms) of basically all languages can be displayed with one single encoding setting.

    ','',1,3,0,31,'2008-08-05 01:11:29',62,'','2008-08-05 01:11:29',62,0,'0000-00-00 00:00:00','2006-10-03 10:00:00','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,8,'','',0,29,'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 such as dates do not appear in your language for example, 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.','',1,3,0,28,'2008-08-06 16:47:35',62,'','2008-08-06 16:47:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','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,2,'','',0,11,'robots=\nauthor='),(14,'What is the FTP layer for?','what-is-the-ftp-layer-for','','

    The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. 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 the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.

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

    ','',1,3,0,31,'2008-08-06 21:27:49',62,'','2008-08-06 21:27:49',62,0,'0000-00-00 00:00:00','2006-10-05 16:00:00','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=',6,0,6,'','',0,23,'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 to be able to perform 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.

    ','',1,3,0,31,'2008-08-06 19:28:35',62,'','2008-08-06 19:28:35',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','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,4,'','',0,8,'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 Read more... tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the Read more.... A new Plugin 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.

    ','',1,3,0,28,'2008-08-06 19:29:28',62,'','2008-08-06 19:29:28',62,0,'0000-00-00 00:00:00','2006-10-05 14:00:00','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,4,'','',0,20,'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 built 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 the settings and there is no need to make any changes to the database (charset, collation, or any other).','',1,3,0,31,'2008-08-07 09:30:37',62,'','2008-08-07 09:30:37',62,0,'0000-00-00 00:00:00','2006-10-05 20:00:00','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=',10,0,7,'','',0,9,'robots=\nauthor='),(18,'Joomla! Features','joomla-features','','

    Joomla! features:

    Extensive Administration:

    ',1,4,0,29,'2008-08-08 23:32:45',62,'','2008-08-08 23:32:45',62,0,'0000-00-00 00:00:00','2006-10-07 06:00:00','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=',11,0,4,'','',0,59,'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 Web site, 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, it is released under an Open Source license - the GNU/General Public License v 2.0. Had you invested in a mainstream, commercial alternative, there\'d be nothing but moths left in your wallet and to add new functionality would probably mean taking out a second mortgage each time you wanted something adding!

    Joomla! changes 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, and anybody can develop it further. It is designed to work (primarily) with other Open Source, free, software such as PHP, MySQL, and Apache.

    It is easy to install and administer, and is 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.

    To get the perfect Web site with all the functionality that you require for your particular application may take additional time and effort, but with the Joomla! Community support that is available and the many Third Party Developers actively creating and releasing new Extensions for the 1.5 platform on an almost daily basis, there is likely to be something out there to meet your needs. Or you could develop your own Extensions and make these available to the rest of the community.

    ','',1,4,0,29,'2008-08-09 07:49:20',62,'','2008-08-09 07:49:20',62,0,'0000-00-00 00:00:00','2006-10-07 10:00:00','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=',13,0,2,'','',0,184,'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 Joomla! Official Documentation Wiki. Here you can help yourself to the information that is regularly published and updated as Joomla! develops. There is much more to come too!

    Of course you should not forget the Help System of the CMS itself. On the topmenu in the Back-end Control panel 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 Community members as well as 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 Joomla! Developer Site and the Joomla! Extensions Directory (JED). The Joomla! Developer Site provides lots of technical information for the experienced Developer as well as those new to Joomla! and development work in general. The JED whilst not a support site in the strictest sense has many of the Extensions that you will need as you develop your own Web site.

    The Joomla! Developers and Bug Squad members are regularly posting their blog reports about several topics such as programming techniques and security issues.

    Documentation

    Joomla! Documentation can of course be found on the Joomla! Official Documentation Wiki. You can find information for beginners, installation, upgrade, Frequently Asked Questions, developer topics, and a lot more. The Documentation Team helps oversee the wiki but you are invited to contribute content, as well.

    There are also books written about Joomla! You can find a listing of these books in the Joomla! Shop.

    ','',1,4,0,25,'2008-08-09 08:33:57',62,'','2008-08-09 08:33:57',62,65,'2019-01-24 14:49:15','2006-10-07 10:00:00','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=',13,0,1,'','',0,6,'robots=\nauthor='),(21,'Joomla! Facts','joomla-facts','','

    Here are some interesting facts about Joomla!

    ','',1,4,0,30,'2008-08-09 16:46:37',62,'','2008-08-09 16:46:37',62,0,'0000-00-00 00:00:00','2006-10-07 14:00:00','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=',13,0,1,'','',0,50,'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 Web sites 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.

    ','

    In Joomla! 1.5, you\'ll notice:

    ',1,4,0,29,'2008-08-11 22:13:58',62,'','2008-08-11 22:13:58',62,0,'0000-00-00 00:00:00','2006-10-10 18:00:00','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=',10,0,1,'','',0,92,'robots=\nauthor='),(23,'Platforms and Open Standards','platforms-and-open-standards','','

    Joomla! runs on any platform including Windows, most flavours of Linux, several Unix versions, and the Apple OS/X platform. Joomla! depends on PHP and the MySQL database to deliver dynamic content.

    The minimum requirements are:

    It will also run on alternative server platforms such as Windows IIS - provided they support PHP and MySQL - but these require additional configuration in order for the Joomla! core package to be successful installed and operated.','',1,4,0,25,'2008-08-11 04:22:14',62,'','2008-08-11 04:22:14',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','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,3,'','',0,11,'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 Web site 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 Articles 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 Article in that particular Category and/or Section. You can customise this layout via the use of the Preferences and Parameters, (See Article 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 Articles as the normal Blog Display but will add, at the top, two drop down lists for month and year plus a search button to allow Users to search for all Archived Articles from a specific month and year.

    List Layout

    Table layout will simply give you a tabular list of all the titles in that particular Section or Category. No Intro text 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 Third Party Web sites 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 their content as a part of your own site. A Wrapper will place an IFRAME into the content Section of your Web site and wrap your standard template navigation around it so it appears in the same way an Article 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.

    ','',1,4,0,29,'2008-08-12 22:33:10',62,'','2008-08-12 22:33:10',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','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=',11,0,5,'','',0,70,'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 flavours, for a lot of operating systems. Beside PHP you will need a Web server. Joomla! is optimized for the Apache Web server, but it can run on different Web servers like Microsoft IIS it just requires additional configuration of PHP and MySQL. 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, WAMP, and MAMP are easy to install distributions containing Apache, MySQL, PHP and Perl for the Windows, Mac OSX and Linux operating systems. These packages are for localhost installations on non-public servers only.
    The minimum version requirements are:
    For the latest minimum requirements details, see Joomla! Technical Requirements.','',1,3,0,31,'2008-08-11 00:42:31',62,'','2008-08-11 00:42:31',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','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,5,'','',0,25,'robots=\nauthor='),(26,'Extensions','extensions','','

    Out of the box, Joomla! does a great job of managing the content needed to make your Web site sing. But for many people, the true power of Joomla! lies in the application framework that makes it possible for developers all 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 ever 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 Index - a Table of Contents (yet another useful feature of Joomla!) - at the top right or by clicking on the Next link below.


    \"Component Components

    A Component is the largest and most complex of the Extension types. Components are like mini-applications that render 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 Article Component (com_content), for example, is the mini-application that handles all core Article 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 does not 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. They make it possible to completely transform Joomla! and greatly expand its capabilities.


    \"Module 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 Articles (Newsflash) Modules are usually used to output data but they can also be interactive form items to input data for example the Login Module or Polls.

    Modules can be assigned to Module positions which are defined in your Template and in the back-end using the Module Manager and editing the Module Position settings. 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 by holding down the control key and selecting multiple locations 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 (mod_mainmenu) code and giving it the name of your new Menu. When you copy a Module you do not copy all of its parameters, you simply allow Joomla! to use the same code with two separate settings.

    Newsflash Example

    Newsflash is a Module which will display Articles from your site in an assignable Module position. It can be used and configured to display one Category, all Categories, or to randomly choose Articles 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 Article.

    The Newsflash Component is particularly useful for things like Site News or to show the latest Article added to your Web site.


    \"Plugin Plugins

    One of the more advanced Extensions for Joomla! is the Plugin. In previous versions of Joomla! Plugins were known as Mambots. Aside from changing their name 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.


    \"Language Languages

    New to Joomla! 1.5 and perhaps the most basic and critical Extension is a Language. Joomla! is released with multiple Installation Languages but the base Site and Administrator are packaged in just the one Language en-GB - being English with GB spelling for example. To include all the translations currently available would bloat the core package and make it unmanageable for uploading purposes. The Language files enable all the User interfaces both Front-end and Back-end to be presented in the local preferred language. Note these packs do not have any impact on the actual content such as Articles.

    More information on languages is available from the
    http://community.joomla.org/translations.html

    ','',1,4,0,29,'2008-08-11 06:00:00',62,'','2008-08-11 06:00:00',62,0,'0000-00-00 00:00:00','2006-10-10 22:00:00','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=',24,0,3,'About Joomla!, General, Extensions','',0,102,'robots=\nauthor='),(27,'The Joomla! Community','the-joomla-community','','

    Got a question? With more than 210,000 members, the Joomla! Discussion Forums at forum.joomla.org are a great resource for both new and experienced users. Ask your toughest questions the community is waiting to see what you\'ll do with your Joomla! site.

    Do you want to show off your new Joomla! Web site? Visit the Site Showcase section of our forum.

    Do you want to contribute?

    If you think working with Joomla is fun, wait until you start working on it. We\'re passionate about helping Joomla users become contributors. There are many ways you can help Joomla\'s development:

    These are just a few ways you can contribute. See Contribute to Joomla for many more ways.

    ','',1,4,0,30,'2008-08-12 16:50:48',62,'','2008-08-12 16:50:48',62,0,'0000-00-00 00:00:00','2006-10-11 02:00:00','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=',12,0,2,'','',0,52,'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 Web site, and it is accessible with your browser.

    Download Joomla! 1.5, unzip it and upload/copy the files into the directory you Web site points to, fire up your browser and enter your Web site address and the installation will start.

    For full details on the installation processes check out the Installation Manual on the Joomla! Help Site where you will also find download instructions for a PDF version too.

    ','',1,3,0,31,'2008-08-11 01:10:59',62,'','2008-08-11 01:10:59',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','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,3,'','',0,5,'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.','',1,3,0,32,'2008-08-11 03:11:38',62,'','2008-08-11 03:11:38',62,0,'0000-00-00 00:00:00','2006-10-10 08:00:00','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=',4,0,4,'','',0,6,'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 all the time.
    By default the English language is installed for the Back and Front-ends. You can download additional language files from the Joomla!Extensions Directory. ','',1,3,0,32,'2008-08-11 01:12:18',62,'','2008-08-11 01:12:18',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','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,2,'','',0,8,'robots=\nauthor='),(31,'Is it useful to install the sample data?','is-it-useful-to-install-the-sample-data','','Well you are reading it right now! This depends on what you want to achieve. If you are new to Joomla! and have no clue how it all fits together, just install the sample data. If you don\'t like the English sample data because you - for instance - speak Chinese, then leave it out.','',1,3,0,27,'2008-08-11 09:12:55',62,'','2008-08-11 09:12:55',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','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,3,'robots=\nauthor='),(32,'Where is the Static Content Item?','where-is-the-static-content','','

    In Joomla! versions prior to 1.5 there were separate processes for creating a Static Content Item and normal Content Items. The processes have been combined now and whilst both content types are still around they are renamed as Articles for Content Items and Uncategorized Articles for Static Content Items.

    If you want to create a static item, create a new Article in the same way as for standard content and rather than relating this to a particular Section and Category just select Uncategorized as the option in the Section and Category drop down lists.

    ','',1,3,0,28,'2008-08-10 23:13:33',62,'','2008-08-10 23:13:33',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','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,6,'','',0,5,'robots=\nauthor='),(33,'What is an Uncategorised Article?','what-is-uncategorised-article','','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/Category. The Articles marked as Uncategorized are handled as static content.','',1,3,0,31,'2008-08-11 15:14:11',62,'','2008-08-11 15:14:11',62,0,'0000-00-00 00:00:00','2006-10-10 12:00:00','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,2,'','',0,6,'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.','',1,3,0,32,'2008-08-11 17:14:57',62,'','2008-08-11 17:14:57',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','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,3,'','',0,6,'robots=\nauthor='),(35,'Is it possible to change A Menu Item\'s Type?','is-it-possible-to-change-the-types-of-menu-entries','','

    You indeed can change the Menu Item\'s Type to whatever you want, even after they have been created.

    If, for instance, you want to change the Blog Section of a Menu link, go to the Control Panel->Menus Menu->[menuname]->Menu Item Manager and edit the Menu Item. Select the Change Type button and choose the new style of Menu Item Type from the available list. Thereafter, alter the Details and Parameters to reconfigure the display for the new selection as you require it.

    ','',1,3,0,31,'2008-08-10 23:15:36',62,'','2008-08-10 23:15:36',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','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,18,'robots=\nauthor='),(36,'Where did the Installers go?','where-did-the-installer-go','','The improved Installer can be found under the Extensions Menu. With versions prior to Joomla! 1.5 you needed to select a specific Extension type when you wanted to install it and use the Installer associated with 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.','',1,3,0,28,'2008-08-10 23:16:20',62,'','2008-08-10 23:16:20',62,0,'0000-00-00 00:00:00','2006-10-10 04:00:00','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,4,'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 plug-in logic to your site mainly for the purpose of manipulating content. In Joomla! 1.5, Plugins will now have much broader capabilities than Mambots. Plugins are able to extend functionality at the framework layer as well.

    ','',1,3,0,28,'2008-08-11 09:17:00',62,'','2008-08-11 09:17:00',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','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,5,'','',0,5,'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 Extension Installer. After this, go to the Extensions Menu, select Language Manager and make your language the default one. Your Back-end will be translated immediately.

    Users who have access rights to the Back-end may choose the language they prefer in their Personal Details parameters. This is of also true for the Front-end language.

    A good place to find where to download your languages and localised versions of Joomla! is Translations for Joomla! on JED.

    ','',1,3,0,32,'2008-08-11 17:18:14',62,'','2008-08-11 17:18:14',62,0,'0000-00-00 00:00:00','2006-10-10 14:00:00','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,1,'','',0,7,'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 as it has been deleted from the database and it is not possible to undo this operation.

    ','',1,3,0,27,'2008-08-11 09:19:01',62,'','2008-08-11 09:19:01',62,0,'0000-00-00 00:00:00','2006-10-10 10:00:00','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,2,'','',0,4,'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 Control Panel and can be retrieved for editing or republishing purposes. Trashed Articles are just one step from being permanently deleted but are still available until you Remove them from the Trash Manager. You should use Archive if you consider an Article important, but not current. Trash should be used when you want to delete the content entirely from your site and from future search results.

    ','',1,3,0,27,'2008-08-11 05:19:43',62,'','2008-08-11 05:19:43',62,0,'0000-00-00 00:00:00','2006-10-10 06:00:00','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,1,'','',0,5,'robots=\nauthor='),(41,'Newsflash 5','newsflash-5','','Joomla! 1.5 - \'Experience the Freedom\'!. It has never been easier to create your own dynamic Web site. Manage all your content from the best CMS admin interface and in virtually any language you speak.','',1,1,0,3,'2008-08-12 00:17:31',62,'','2008-08-12 00:17:31',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','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,2,'','',0,4,'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, buses will be told to slow down in residential motherboards.','',1,1,0,3,'2008-08-12 00:25:50',62,'','2008-08-12 00:25:50',62,0,'0000-00-00 00:00:00','2006-10-11 06:00:00','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,1,'','',0,5,'robots=\nauthor='),(43,'Example Pages and Menu Links','example-pages-and-menu-links','','

    This page is an example of content that is Uncategorized; that is, it does not belong to any Section or Category. 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 all the different types of content included within the default installation of Joomla!.

    This includes Components and individual Articles. These links or Menu Item Types (to give them their proper name) are all controlled from within the Menu Manager->[menuname]->Menu Items Manager.

    ','',1,0,0,0,'2008-08-12 09:26:52',62,'','2008-08-12 09:26:52',62,0,'0000-00-00 00:00:00','2006-10-11 10:00:00','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,2,'Uncategorized, Uncategorized, Example Pages and Menu Links','',0,43,'robots=\nauthor='),(44,'Joomla! Security Strike Team','joomla-security-strike-team','','

    The Joomla! Project has assembled a top-notch team of experts to form the new Joomla! Security Strike Team. This new team will solely focus on investigating and resolving security issues. Instead of working in relative secrecy, the JSST will have a strong public-facing presence at the Joomla! Security Center.

    ','

    The new JSST will call the new Joomla! Security Center their home base. The Security Center provides a public presence for security issues and a platform for the JSST to help the general public better understand security and how it relates to Joomla!. The Security Center also offers users a clearer understanding of how security issues are handled. There\'s also a news feed, which provides subscribers an up-to-the-minute notification of security issues as they arise.

    ',1,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','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,3,'','',0,0,'robots=\nauthor='),(45,'Joomla! Community Portal','joomla-community-portal','','

    The Joomla! Community Portal is now online. There, you will find a constant source of information about the activities of contributors powering the Joomla! Project. Learn about Joomla! Events worldwide, and see if there is a Joomla! User Group nearby.

    The Joomla! Community Magazine promises an interesting overview of feature articles, community accomplishments, learning topics, and project updates each month. Also, check out JoomlaConnect™. This aggregated RSS feed brings together Joomla! news from all over the world in your language. Get the latest and greatest by clicking here.

    ','',1,1,0,1,'2007-07-07 09:54:06',62,'','2007-07-07 09:54:06',62,0,'0000-00-00 00:00:00','2004-07-06 22:00:00','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=',2,0,2,'','',0,5,'robots=\nauthor='),(46,'Template Features','template-features','','\r\n\r\n\"image\"\r\n\"image\"\r\n\"image\"\r\n\r\n

    \r\n\r\n

    Animated Backgrounds

    \r\n

    Each Preset Style has an animated header, ranging from transition to scroll animation types.

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

    \"image\"

    ','',1,5,0,36,'2010-12-19 16:55:38',62,'','2010-12-30 15:29:57',62,0,'0000-00-00 00:00:00','2010-12-19 16:55:38','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=',22,0,2,'','',0,155,'robots=\nauthor='),(47,'Module Variations','module-variations','','

    Module Variations allow you to individually style a module Enter any available suffixes at Extensions → Module Manager → Module → Module Class Suffix

    \r\n\r\n

    There are 31 suffixes: box1-5, title1-8, icon1-10, button2-3; flush, flushtop, flushbottom; plus standardcase, uppercase and lowercase.

    \r\n\r\n
    Note: You can compound multiple suffixes together such as title2 standardcase flush. There are over 250 possible stylistic combos. The order must be box → title → icon → button for style combos, such as box2 title2 icon10 button2
    \r\n\r\n\r\n\r\n
    The box1-5 and title1-8 suffixes are paired such as box1 title1. The button2-3 suffixes match their box2-3 counterparts. The icon1-10 suffixes are applicable to any module variation.
    ','',1,5,0,36,'2010-12-19 16:55:53',62,'','2010-12-31 00:59:16',62,0,'0000-00-00 00:00:00','2010-12-19 16:55:53','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=',10,0,3,'','',0,201,'robots=\nauthor='),(48,'Module Positions','module-positions','','

    There are 70 module positions. If no module is published to a position, it will not appear, collapsing the entire area.

    \r\n\r\n

    Non-Standard Elements

    \r\n\r\n

    There are non-standard elements that are injected into the template grid structure when enabled via the template parameter, such as the logo into header-a. These features stack vertically with any modules published to that position.

    \r\n\r\n
    You can change the positions of these elements at Extensions → Template Manager → rt_maelstrom_j15
    \r\n\r\n

    Layout Control

    \r\n\r\n

    Control all modules positions with Gantry, in terms of widths within the module row, and left/right/middle placement for the mainbody/sidebar area.

    \r\n\r\n

    \"image\"

    \r\n

    \"image\"

    \r\n\r\n[readon url=\"http://www.gantry-framework.org/documentation/joomla/configure/layouts\"]Gantry Framework : Layouts Documentation[/readon]\r\n\r\n

    Preview

    \r\n\r\n
    View all module positions live by appending ?tp=1 or &tp=1 to the end of your URL such as http://yoursite.com/index.php?tp=1.
    \r\n\r\n

    The below diagram is of the Module Variations page.

    \r\n\r\n\"Module','',1,5,0,36,'2010-12-19 16:56:04',62,'','2010-12-22 15:41:17',62,0,'0000-00-00 00:00:00','2010-12-19 16:56: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=',4,0,4,'','',0,18,'robots=\nauthor='),(49,'Template Typography','template-typography','','
    \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
    This is a ComponentHeading
    \r\n

    Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede.

    \r\n
    \r\n\r\n
    \r\n
    This is a Contentheading
    \r\n

    Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a.

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

    This is a H1 Header

    \r\n

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin sit amet odio quis sapien molestie ultrices.

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

    This is a H2 Header

    \r\n

    Proin ac nunc eu nunc condimentum accumsan. Phasellus odio justo, euismod vitae, egestas a, porttitor

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

    This is a H3 Header

    \r\n

    Mauris euismod. In ac massa vitae quam tincidunt dapibus. Ut at tortor nec mi mattis blandit.

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

    This is a H4 Header

    \r\n

    Vestibulum posuere, lacus aliquet pulvinar faucibus, tortor urna luctus diam, vitae ultrices ante.

    \r\n
    \r\n
    \r\n\r\n
    This is a H5 Header
    \r\n\r\n

    Pellentesque vel enim urna, sit amet blandit ipsum. Maecenas quis sem sit amet nunc pretium mattis. Sed dapibus semper est, sed pretium erat sodales sed. Aenean hendrerit fringilla sem, et tincidunt libero ornare at.

    \r\n\r\n

    Blockquote Example

    \r\n\r\n

    This is a blockquote, you will want to use the following formatting: <blockquote><p>....</p></blockquote> (HTML) or [blockquote]....[/blockquote] (ROKCANDY). Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy.

    \r\n\r\n

    DropCap Styles

    \r\n\r\n

    PPraesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis.

    \r\n \r\n

    You will need to use the following formatting: <p class="dropcap"><span class="dropcap">P</span></p> (HTML) or [dropcap cap=\"P\"]...some content...[/dropcap] (ROKCANDY)

    \r\n\r\n

    Number Examples

    \r\n

    \r\n 1\r\n You will need to use the following formatting: <p class="dropcap"><span class="dropcap">1</span></p> (HTML) or [dropcap cap=\"1\"]...some content...[/dropcap] (ROKCANDY). Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy facilisis mollis neque.\r\n

    \r\n

    \r\n 2\r\n You will need to use the following formatting: <p class="dropcap"><span class="dropcap">2</span></p> (HTML) or [dropcap cap=\"2\"]...some content...[/dropcap] (ROKCANDY). Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy facilisis mollis neque.\r\n

    \r\n

    \r\n 3\r\n You will need to use the following formatting: <p class="dropcap"><span class="dropcap">3</span></p> (HTML) or [dropcap cap=\"3\"]...some content...[/dropcap] (ROKCANDY). Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy facilisis mollis neque.\r\n

    \r\n\r\n

    List Styles - Icon Bullets

    \r\n

    Below is a list with icons. To use this style create a list in the following format: <ul class=\"class name\"><li>....</li><li>....</li>...</ul> (HTML) or [list class=class name][li]....[/li][li....[/li][/list] (ROKCANDY)

    \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

    List Styles - Bullets

    \r\n

    Below is a list with bullets. To use this style create a list in the following format: <ul class=\"class name\"><li>....</li><li>....</li>...</ul> (HTML) or [list class=class name][li]....[/li][li....[/li][/list] (ROKCANDY)

    \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

    Emphasis Styles

    \r\n\r\n

    This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="italic">...</em> (HTML) or [emphasis] ... some content ... [/emphasis] (ROKCANDY)

    \r\n\r\n

    This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="bold">...</em> (HTML) or [emphasisbold] ... some content .... [/emphasisbold] (ROKCANDY)

    \r\n\r\n

    This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="bold2">...</em> (HTML) or [emphasisbold] ... some content .... [/emphasisbold] (ROKCANDY)

    \r\n\r\n

    Inset Styles

    \r\n\r\n

    \r\n Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n Inset Right TitleYou will need to use the following formatting: <span class="inset-right"> <span class="inset-right-title"> .... </span> ... some content ... </strong> (HTML) or [inset side=\"right\" title=\"Inset Right Title\"] ... some content ...[/inset] (ROKCANDY)\r\n Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.\r\n

    \r\n\r\n

    \r\n Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n Inset Left TitleYou will need to use the following formatting: <span class="inset-left"> <span class="inset-left-title"> .... </span> ... some content ... </strong> (HTML) or [inset side=\"left\" title=\"Inset Left Title\"] ... some content ...[/inset] (ROKCANDY)\r\n Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

    \r\n\r\n

    Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque.

    \r\n

    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n

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

    Notice Styles

    \r\n\r\n
    This is a sample of the alert style. Use this style to highlight information to your users. To use this use the following html: <div class=\"alert\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"alert\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the approved style. Use this style to highlight information to your users. To use this use the following html: <div class=\"approved\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"approved\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the attention style. Use this style to highlight information to your users. To use this use the following html: <div class=\"attention\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"attention\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the camera style. Use this style to highlight information to your users. To use this use the following html: <div class=\"camera\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"camera\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the cart style. Use this style to highlight information to your users. To use this use the following html: <div class=\"cart\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"cart\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the doc style. Use this style to highlight information to your users. To use this use the following html: <div class=\"doc\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"doc\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the download style. Use this style to highlight information to your users. To use this use the following html: <div class=\"download\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"download\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the media style. Use this style to highlight information to your users. To use this use the following html: <div class=\"media\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"media\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the note style. Use this style to highlight information to your users. To use this use the following html: <div class="quote"><div class="quote-l"><div class="quote-r">....</div></div></div> (HTML) or .
    \r\n\r\n
    This is a sample of the notice style. Use this style to highlight information to your users. To use this use the following html: <div class=\"notice\"><div class="typo-icon">....</div></div> (HTML) or [div class=\"notice\" class2=\"typo-icon\"] ...some content.... [/div].
    \r\n\r\n
    This is a sample of the quote style. Use this style to highlight information to your users. To use this use the following html: <div class=\"quote\"><div class="typo-icon">....</div></div> (HTML) or [div3 class=\"quote\" class2=\"quote-l\" class3=\"quote-r\"] ...some content.... [/div3].
    \r\n\r\n

    Pre Example

    \r\n\r\n
    \r\nThis is a sample <pre>...</pre> (HTML) or [pre] ... [/pre] (ROKCANDY) tag:\r\n\r\ndiv.modulebox-black div.bx1 {\r\n  background: url(../images/black/box_bl.png) 0 100% no-repeat;\r\n}\r\n\r\ndiv.modulebox-black div.bx2 {\r\n  background: url(../images/black/box_tr.png) 100% 0 no-repeat;\r\n}\r\n\r\ndiv.modulebox-black div.bx3 {\r\n  background: url(../images/black/box_tl.png) 0 0 no-repeat;\r\n  padding: 0;\r\n  margin: 0;\r\n}\r\n
    \r\n\r\n

    Using Typography

    \r\n\r\n
    If you are using the TinyMCE editor, go to Extensions → Plugin Manager → TinyMCE 2.0 → Set Code Clean-up on Save to Never.
    \r\n\r\n

    Typography - RokCandy

    \r\n\r\n

    In this example, we will use the Attention Span Style - Syntax: [div class=\"attention\" class2=\"typo-icon\"]...[/div] syntax.

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

    Typography - HTML

    \r\n\r\n

    In this example, we will use the Attention Span Style - Syntax: <div class="attention"><div class="typo-icon">...</div></div> syntax.

    \r\n\r\n

    Content Editor

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

    No Editor

    \r\n\r\n\r\n\r\n
    Note, with the Content Editor (WYSIWYG) enabled, you need to enter HTML mode.
    ','',1,5,0,36,'2010-12-19 16:56:17',62,'','2010-12-30 01:37:25',62,0,'0000-00-00 00:00:00','2010-12-19 16:56:17','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,5,'','',0,32,'robots=\nauthor='),(50,'Integrated Extensions','integrated-extensions','','
    \r\n \"image\"\r\n RokStories Easy to use dynamic featured content.\r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokAjaxSearch Ajax powered search module.\r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokTabs A mootools tabbed content module.\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokNavMenu Advanced menu system.\r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokBox
    Popup windows for images etc...\r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokCandy Macro syntax extension for content.\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokPad An advanced code editor.\r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokModule Utility addon for Ajax modules.\r\n
    \r\n\r\n
    \r\n \"image\"\r\n RokGZipper CSS/JS speed plugin.\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n

    Learn about all RocketTheme Extensions

    ','',1,5,0,36,'2010-12-19 16:56:27',62,'','2010-12-23 15:52:52',62,0,'0000-00-00 00:00:00','2010-12-19 16:56:27','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,6,'','',0,159,'robots=\nauthor='),(51,'Tutorials and Guides','tutorials-and-guides','','

    Go to Extensions → Template Manager → rt_maelstrom_j15. Mouseover the labels to view a description of each parameter.

    \r\n\r\n

    IE6 PNG Fix

    \r\n\r\n

    To allow for transparent PNG32 images, add class="png" to the element, such as in the examples below:

    \r\n\r\n
    <img src="images/sample1.png" alt="sample" 
    class="png" />\r\n\r\n
    ','',1,5,0,36,'2010-12-19 16:56:48',62,'','2010-12-23 22:09:11',62,0,'0000-00-00 00:00:00','2010-12-19 16:56:48','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,7,'','',0,103,'robots=\nauthor='),(52,'Installation Instructions','installation-instructions','','
    Note: The Bundle Template is only necessary if the Gantry Library is not installed at /components/com_gantry.
    \r\n\r\n

    Downloads

    \r\n\r\n

    Necessary Files

    \r\n\r\n

    Files required for the template to function:

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

    Additional Files

    \r\n\r\n

    Ancillary files for the template:

    \r\n\r\n\r\n\r\n
    The latest extensions can be downloaded from the Extensions Download area located here
    \r\n\r\n

    Template Installation

    \r\n\r\n

    Step 1 - Installation

    \r\n\r\n

    Install from Admin → Extensions → Install/Uninstall → Choose File → Select file → Upload File & Install

    \r\n\r\n

    \"Image\"

    \r\n\r\n

    Step 2 - Template Default

    \r\n\r\n

    Make the template default at Admin → Extensions → Template Manager → rt_maelstrom_j15 → Default

    \r\n\r\n\"Image\"\r\n\r\n

    RocketLauncher

    \r\n\r\n
    Note: All sample content images will be replaced with blank versions in the RocketLauncher version.
    \r\n\r\n

    RocketLauncher is a customized Joomla install, that installs a replica of the demo onto your site - inclusive of sample data, content, extensions, the template and sample images.

    \r\n\r\n
    Note: We always recommend installing a RocketLauncher first to trial and understand the template more efficiently.\r\n
    \r\nIt must be installed as new, and not over an existing Joomla install. \r\n
    \r\n\r\n

    Step 1 - Upload

    \r\n\r\n\r\n\r\n
    Note: You can upload all the files via FTP, or use cPanel or SSH to upload the zip and unzip directly onto the server. Enquire with your hosting provider.
    \r\n\r\n

    Step 2 - Installation

    \r\n\r\n\r\n\r\n
    Ensure you click Install Sample Data during installation, otherwise your site will be blank.
    ','',1,5,0,36,'2010-12-19 17:02:50',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-12-19 17:02:50','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,8,'','',0,28,'robots=\nauthor='),(53,'Menu Options','menu-options','','
    Please ensure you are using the latest version of RokNavMenu, available here.
    \r\n\r\n

    Menu Types

    \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
    Fusion is inoperable in IE6, and will automatically switch to Suckerfish.
    \r\n\r\n

    Configuration

    \r\n\r\n

    Go to Extensions → Template Manager → rt_maelstrom_j15 → Menu Control to find all the parameters for Fusion Menu and Splitmenu, such as transitions, duration and sublevel position.

    \r\n\r\n
    Descriptions of each template parameter can be seen when you mouseover the label of each option.
    \r\n\r\n

    Fusion with MegaMenu

    \r\n\r\n

    \"image\"

    \r\n\r\n

    Fusion Menu is a menu theme of the RokNavMenu extension, the addon that drives all RocketTheme template menus. It is primarily a javascript enhanced CSS dropdown menu, that combines standard suckerfish type functionality with animations, transitions and other advanced effects provided by Mootools.

    \r\n\r\n
    NOTE: The latest version of RokNavMenu is required, in order for Fusion to operate.
    \r\n\r\n
    \r\n

    Latest Features

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

    Recurring Features

    \r\n\r\n\r\n
    \r\n
    \r\n\r\n
    All Menu Items can be edited from Admin → Menu → Menu NameMenu Item.
    \r\n\r\n

    Basic Fusion Parameters

    \r\n\r\n

    Adding Subtext

    \r\n\r\n

    Subtext Line is the option that allows you to insert additional text to the Menu Item Title. There is separate styling for this, making it useful for adding brief descriptions to menu items.

    \r\n\r\n

    Adding Menu Icons

    \r\n\r\n

    Menu Image is the option that allows you to insert an inline icon / image to the Menu Item.

    \r\n\r\n

    Advanced Fusion Parameters: Columns

    \r\n\r\n

    Menu Columns

    \r\n\r\n

    Columns of Child Items allows you to determine how many columns the Fusion dropdowns are presented in. You can have anywhere between a single dropdown to a four column dropdown.

    \r\n\r\n

    Item Distribution

    \r\n\r\n

    Item Distribution allows you to control how the menu items are ordered in the dropdowns:

    \r\n\r\n\r\n\r\n
    NOTE: If your Columns of Child Items setting is configured to be 2 or more columns, you will need to manually set the column widths and distribution, as outlined below. The default is 180px which is too small for multiple columns.
    \r\n\r\n

    Drop-Down Width (px)

    \r\n\r\n

    Drop-Down Width (px) determines the total width of the dropdown, regardless of how many columns are shown. This option is to be used in conjunction with Column Widths (px)

    \r\n\r\n

    Column Widths (px)

    \r\n\r\n

    Column Widths (px) determines the width of each Column. Separate each width by a comma. The final column\'s width is determined automatically. This option is to be used in conjunction with Drop-Down Width (px)

    \r\n\r\n

    Below are some example configurations:

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

    Advanced Fusion Parameters: Groupings

    \r\n\r\n

    What is Grouping?

    \r\n\r\n

    Group Child Items changes the behaviour of child items in the dropdown menus, instead of creating a dropdown for the immediate sublevel, this option places them inline. See below for an illustrated example of the differences:

    \r\n\r\n

    Configuration

    \r\n\r\n
    NOTE: Grouping cannot be applied to root items, only child items.
    \r\n\r\n

    Set Group Child Items to Yes to activate the mode. The sublevels well then appear below the parent menu item in a categorical type structure.

    \r\n\r\n

    Advanced Fusion Parameters: Modules

    \r\n\r\n

    Fusion is now capable of loading individual modules or entire module positions inside its dropdowns.

    \r\n\r\n

    Loading Individual Modules

    \r\n\r\n

    Set Child Item Type to Modules to load all modules setup on your Joomla site in a list. Select the module you wish to display in the dropdown.

    \r\n\r\n

    Loading Module Positions

    \r\n\r\n

    Set Child Item Type to Modules Positions to load all module positions on your Joomla site in a list. Select the position you wish to display in the dropdown.

    \r\n\r\n

    Template Configuration: Fusion Menu

    \r\n\r\n

    Go to Extensions → Template Manager → rt_maelstrom_j15 → Menu Set Menu Control to Type : Fusion-Menu, to load all the Fusion parameters.

    \r\n\r\n

    Splitmenu

    \r\n\r\n

    \"image\"

    \r\n\r\n

    A static menu system that displays 1st level items in the main horizontal menu and further children in the Sidebar.

    \r\n\r\n

    Template Configuration: Splitmenu

    \r\n\r\n

    Go to Extensions → Template Manager → rt_maelstrom_j15 → Menu Set Menu Control to Type : Split-Menu, to load all the Splitmenu parameters.

    \r\n\r\n

    Menu Item Parameters: Subtext

    \r\n\r\n

    Subtext Line is the option that allows you to insert additional text to the Menu Item Title. There is separate styling for this, making it useful for adding brief descriptions to menu items.

    \r\n\r\n

    Code Modification: Remove the Menu in the Title

    \r\n\r\n

    Open /templates/rt_maelstrom_j15/html/modules.php and change:

    \r\n\r\n
    \r\n<?php echo $menu_title_item->name.' '.JText::_('Menu'); ?>\r\n\r\n
    \r\n\r\n

    To

    \r\n\r\n
    \r\n<?php echo $menu_title_item->name; ?>\r\n\r\n
    \r\n\r\n
    \r\n

    How to create Child / Sublevel menu items

    \r\n\r\n

    Go to Admin → Menu → A MenuA Menu Item → Select a Parent Item, and it will appear as a child of it.

    \r\n\r\n

    \r\n \"Image\"\r\n \"Image\" \r\n

    ','',1,5,0,36,'2010-12-19 17:03:00',62,'','2010-12-23 19:31:48',62,0,'0000-00-00 00:00:00','2010-12-19 17:03:00','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=',2,0,9,'','',0,18,'robots=\nauthor='),(54,'Logo Editing','logo-editing','','
    Gantry sets the dimensions of the logo, so CSS modification is unnecessary.
    \r\n\r\n

    Logo Editing Requirements

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

    Step 1 - Open the File

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

    \"Logo\"

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

    Step 2 - Text/Slogan/Icon Editing

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

    \"Logo\"

    \r\n

    \"Logo\"

    \r\n\r\n

    Step 3 - Slice Modification

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

    \"Logo\"

    \r\n\r\n

    Step 4 - Export

    \r\n\r\n

    \"Logo\"

    \r\n\r\n

    Step 5 - Multiple Frames/States

    \r\n\r\n

    \r\n \"Logo\"\r\n \"Logo\"

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

    Step 6 - Uploading

    \r\n\r\n\r\n\r\n
    If you cannot see your new logo, ensure you have uploaded it to the right directory and that the directory permissions are writeable. Enquire with your hosting provider.
    ','',1,5,0,36,'2010-12-19 17:03:10',62,'','2010-12-28 14:56:01',62,0,'0000-00-00 00:00:00','2010-12-19 17:03:10','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,10,'','',0,19,'robots=\nauthor='),(55,'Preset Styles','preset-styles','','

    Access the Style Control settings from Admin → Extensions → Template Manager → rt_maelstrom_j15 → Settings.

    \r\n\r\n

    \"Image\"

    \r\n\r\n

    Assigning a Style to a Specific Page

    \r\n\r\n

    With Gantry, the ability to assign a certain style to an individual page has never been easier and/or more efficient. Just follow these simple steps:

    \r\n\r\n\"Image\"\r\n\r\n\r\n\r\nGantry Framework: Per Menu Item Controls','',1,5,0,36,'2010-12-19 17:03:20',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-12-19 17:03:20','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,11,'','',0,101,'robots=\nauthor='),(56,'Child Item','child-item','','

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis. Donec nec dolor vitae mauris dapibus ullamcorper. Etiam iaculis mollis tortor.

    \r\n\r\n

    In erat. Pellentesque erat. Mauris vehicula vestibulum justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi. Proin imperdiet. Aliquam ornare, metus vitae gravida dignissim, nisi nisl ultricies felis, ac tristique enim pede eget elit. Integer non erat nec turpis sollicitudin malesuada. Vestibulum dapibus. Nulla facilisi. Nulla iaculis, leo sit amet mollis luctus, sapien eros consectetur dolor, eu faucibus elit nibh eu nibh. Maecenas lacus pede, lobortis non, rhoncus id, tristique a, mi. Cras auctor libero vitae sem vestibulum euismod. Nunc fermentum.

    \r\n\r\n

    Mauris lobortis. Aliquam lacinia purus. Pellentesque magna. Mauris euismod metus nec tortor. Phasellus elementum, quam a euismod imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. Morbi convallis luctus tortor. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus. Phasellus vitae est at massa luctus iaculis. In tincidunt.

    \r\n\r\n

    Integer fermentum elit in tellus. Integer ligula ipsum, gravida aliquet, fringilla non, interdum eget, ipsum. Praesent id dolor non erat viverra volutpat. Fusce tellus libero, luctus adipiscing, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit tincidunt neque, vitae pellentesque ante sem eu nisl. Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean et libero. Nam aliquam. Quisque vitae tortor id neque dignissim laoreet. Duis eu ante. Integer at sapien. Praesent sed nisl tempor est pulvinar tristique. Maecenas non lorem quis mi laoreet adipiscing. Sed ac arcu. Sed tincidunt libero eu dolor. Cras pharetra posuere eros. Donec ac eros id diam tempor faucibus. Fusce feugiat consequat nulla. Vestibulum tincidunt vulputate ipsum.

    \r\n\r\n

    Nullam eget neque. Nullam imperdiet venenatis ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, eget varius arcu nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat. Nam id turpis sit amet neque cursus luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.

    ','',1,5,0,36,'2010-12-19 17:03:31',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-12-19 17:03:31','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,12,'','',0,11,'robots=\nauthor='),(57,'RokTabs Item 001','roktabs-item-001','','

    Etiam tincidunt, tellus at hendrerit tincidunt, lorem nibh dapibus ante, egestas lacinia lectus mi in erat. Nam varius mi a odio posuere sit amet sagittis orci tincidunt. Duis lectus orci, aliquet vitae pellentesque id, accumsan id lectus. Vivamus venenatis nisi vel quam ornare diam dapibus. Nunc vestibulum facilisis porttitor felis luctus eu.

    \r\n\r\n','\r\n\r\n

    Duis lectus orci, aliquet vitae pellentesque id, accumsan id lectus. Nam eget dui ipsum. Suspendisse quis purus ut ligula laoreet fringilla. Vestibulum scelerisque magna eget diam accumsan ut cursus tellus faucibus. Nam cursus purus sit amet lorem rhoncus eu tincidunt purus cursus. Donec placerat velit sit amet est aliquam sit amet pharetra mauris pulvinar. Proin lorem mauris, varius quis sodales vel, facilisis venenatis libero. Nunc vestibulum facilisis libero, elementum porttitor felis luctus eu. Sed at sapien eget dolor fringilla dictum.

    ',1,5,0,37,'2010-12-23 14:53:46',62,'','2010-12-23 16:27:14',62,0,'0000-00-00 00:00:00','2010-12-23 14:53:46','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,1,'','',0,0,'robots=\nauthor='),(58,'RokTabs Item 002','roktabs-item-002','','

    Nunc suscipit laoreet tempus. Aenean nulla dui, pretium nec dictum et, faucibus non erat. Nam eget arcu eros, ut dignissim sapien. Vivamus nec risus lacinia orci tincidunt dictum id in tellus. Praesent viverra sapien consequat.

    \r\n\r\n','\r\n\r\n

    Duis facilisis tellus eu lectus tincidunt non posuere libero aliquam. Curabitur sollicitudin venenatis justo, vel hendrerit erat iaculis vitae. Vestibulum quam nulla, porta vel pharetra quis, vehicula eget est. In id nunc lacus, vel pulvinar libero. Integer varius turpis tempor felis cursus bibendum.

    ',1,5,0,37,'2010-12-23 14:55:04',62,'','2010-12-23 16:15:07',62,0,'0000-00-00 00:00:00','2010-12-23 14:55: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=',3,0,2,'','',0,0,'robots=\nauthor='),(59,'RokTabs Item 003','roktabs-item-003','','

    Curabitur magna dolor, dapibus eget convallis non, cursus id lacus. Ut tempus, neque nec ornare consequat, elit urna dapibus risus, a euismod lacus mauris nec velit. Curabitur eu luctus ipsum. Phasellus et felis sem. Nulla sed nibh.

    \r\n\r\n','\r\n\r\n

    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam semper mollis mauris eu dignissim. Pellentesque molestie, eros sed venenatis eleifend, lectus eros dapibus velit, sit amet iaculis elit sapien gravida augue. Nulla at lorem leo, sagittis consectetur erat. Curabitur sem velit, dignissim sit amet pulvinar a, tempus sit amet augue. Integer condimentum, nulla sit amet tincidunt pulvinar, quam mi dapibus turpis, in pharetra urna ligula eu erat. Cras aliquet sodales nisi, vel sodales mi porttitor ac.

    ',1,5,0,37,'2010-12-23 14:55:12',62,'','2010-12-23 16:15:26',62,0,'0000-00-00 00:00:00','2010-12-23 14:55:12','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=',2,0,3,'','',0,0,'robots=\nauthor='),(60,'RokTabs Item 004','roktabs-item-004','','

    Nam suscipit malesuada neque quis aliquam. Integer in purus lacus, at hendrerit tortor. Nulla nec eros tellus, sit amet pretium risus. Fusce mollis tortor nec risus sollicitudin posuere.

    \r\n\r\n','\r\n\r\n

    Sed sollicitudin risus risus. Morbi id purus mauris, posuere fringilla leo. Curabitur id lacus nunc, id hendrerit lacus. Vestibulum in consectetur nunc. Sed rhoncus nisi a turpis sagittis quis pretium diam consequat. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.

    ',1,5,0,37,'2010-12-23 14:55:21',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2010-12-23 14:55:21','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,4,'','',0,0,'robots=\nauthor='),(61,'Animated Backgrounds','animated-backgrounds','','\"image\"\r\n\r\n

    \"image\"

    \r\n\r\n

    Mauris lobortis. Aliquam lacinia purus. Pellentesque magna. Mauris euismod metus nec tortor. Phasellus elementum, quam a euismod imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. Morbi convallis luctus tortor. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus. Phasellus vitae est at massa luctus iaculis. In tincidunt.

    \r\n\r\n

    Integer fermentum elit in tellus. Integer ligula ipsum, gravida aliquet, fringilla non, interdum eget, ipsum. Praesent id dolor non erat viverra volutpat. Fusce tellus libero, luctus adipiscing, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit tincidunt neque, vitae pellentesque ante sem eu nisl. Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean et libero. Nam aliquam. Quisque vitae tortor id neque dignissim laoreet. Duis eu ante. Integer at sapien. Praesent sed nisl tempor est pulvinar tristique. Maecenas non lorem quis mi laoreet adipiscing. Sed ac arcu. Sed tincidunt libero eu dolor. Cras pharetra posuere eros. Donec ac eros id diam tempor faucibus. Fusce feugiat consequat nulla. Vestibulum tincidunt vulputate ipsum.

    \r\n\r\n

    Nullam eget neque. Nullam imperdiet venenatis ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, eget varius arcu nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat. Nam id turpis sit amet neque cursus luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.

    ','',1,5,0,38,'2010-12-23 15:08:30',62,'','2010-12-30 14:24:42',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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=',11,0,1,'','',0,23,'robots=\nauthor='),(62,'Gantry Framework','gantry-framework','','\"image\"\r\n\r\n

    \"image\"

    \r\n\r\n

    Mauris lobortis. Aliquam lacinia purus. Pellentesque magna. Mauris euismod metus nec tortor. Phasellus elementum, quam a euismod imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. Morbi convallis luctus tortor. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus. Phasellus vitae est at massa luctus iaculis. In tincidunt.

    \r\n\r\n

    Integer fermentum elit in tellus. Integer ligula ipsum, gravida aliquet, fringilla non, interdum eget, ipsum. Praesent id dolor non erat viverra volutpat. Fusce tellus libero, luctus adipiscing, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit tincidunt neque, vitae pellentesque ante sem eu nisl. Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean et libero. Nam aliquam. Quisque vitae tortor id neque dignissim laoreet. Duis eu ante. Integer at sapien. Praesent sed nisl tempor est pulvinar tristique. Maecenas non lorem quis mi laoreet adipiscing. Sed ac arcu. Sed tincidunt libero eu dolor. Cras pharetra posuere eros. Donec ac eros id diam tempor faucibus. Fusce feugiat consequat nulla. Vestibulum tincidunt vulputate ipsum.

    \r\n\r\n

    Nullam eget neque. Nullam imperdiet venenatis ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, eget varius arcu nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat. Nam id turpis sit amet neque cursus luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.

    ','',1,5,0,38,'2010-12-23 15:08:30',62,'','2010-12-30 14:24:54',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,2,'','',0,3,'robots=\nauthor='),(63,'Eight Style Variations','eight-style-variations','','\"image\"\r\n\r\n

    \"image\"

    \r\n\r\n

    Mauris lobortis. Aliquam lacinia purus. Pellentesque magna. Mauris euismod metus nec tortor. Phasellus elementum, quam a euismod imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. Morbi convallis luctus tortor. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus. Phasellus vitae est at massa luctus iaculis. In tincidunt.

    \r\n\r\n

    Integer fermentum elit in tellus. Integer ligula ipsum, gravida aliquet, fringilla non, interdum eget, ipsum. Praesent id dolor non erat viverra volutpat. Fusce tellus libero, luctus adipiscing, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit tincidunt neque, vitae pellentesque ante sem eu nisl. Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean et libero. Nam aliquam. Quisque vitae tortor id neque dignissim laoreet. Duis eu ante. Integer at sapien. Praesent sed nisl tempor est pulvinar tristique. Maecenas non lorem quis mi laoreet adipiscing. Sed ac arcu. Sed tincidunt libero eu dolor. Cras pharetra posuere eros. Donec ac eros id diam tempor faucibus. Fusce feugiat consequat nulla. Vestibulum tincidunt vulputate ipsum.

    \r\n\r\n

    Nullam eget neque. Nullam imperdiet venenatis ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, eget varius arcu nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat. Nam id turpis sit amet neque cursus luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.

    ','',1,5,0,38,'2010-12-23 15:08:30',62,'','2010-12-30 14:25:04',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,3,'','',0,2,'robots=\nauthor='),(64,'25 Stylistic Suffixes','25-stylistic-suffixes','','\"image\"\r\n\r\n

    \"image\"

    \r\n\r\n

    Mauris lobortis. Aliquam lacinia purus. Pellentesque magna. Mauris euismod metus nec tortor. Phasellus elementum, quam a euismod imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. Morbi convallis luctus tortor. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus. Phasellus vitae est at massa luctus iaculis. In tincidunt.

    \r\n\r\n

    Integer fermentum elit in tellus. Integer ligula ipsum, gravida aliquet, fringilla non, interdum eget, ipsum. Praesent id dolor non erat viverra volutpat. Fusce tellus libero, luctus adipiscing, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit tincidunt neque, vitae pellentesque ante sem eu nisl. Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean et libero. Nam aliquam. Quisque vitae tortor id neque dignissim laoreet. Duis eu ante. Integer at sapien. Praesent sed nisl tempor est pulvinar tristique. Maecenas non lorem quis mi laoreet adipiscing. Sed ac arcu. Sed tincidunt libero eu dolor. Cras pharetra posuere eros. Donec ac eros id diam tempor faucibus. Fusce feugiat consequat nulla. Vestibulum tincidunt vulputate ipsum.

    \r\n\r\n

    Nullam eget neque. Nullam imperdiet venenatis ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, eget varius arcu nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat. Nam id turpis sit amet neque cursus luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.

    ','',1,5,0,38,'2010-12-23 15:08:30',62,'','2010-12-30 14:25:13',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,4,'','',0,2,'robots=\nauthor='),(65,'Scrolling Positions','scrolling-positions','','\"image\"\r\n\r\n

    \"image\"

    \r\n\r\n

    Mauris lobortis. Aliquam lacinia purus. Pellentesque magna. Mauris euismod metus nec tortor. Phasellus elementum, quam a euismod imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. Morbi convallis luctus tortor. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus. Phasellus vitae est at massa luctus iaculis. In tincidunt.

    \r\n\r\n

    Integer fermentum elit in tellus. Integer ligula ipsum, gravida aliquet, fringilla non, interdum eget, ipsum. Praesent id dolor non erat viverra volutpat. Fusce tellus libero, luctus adipiscing, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit tincidunt neque, vitae pellentesque ante sem eu nisl. Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean et libero. Nam aliquam. Quisque vitae tortor id neque dignissim laoreet. Duis eu ante. Integer at sapien. Praesent sed nisl tempor est pulvinar tristique. Maecenas non lorem quis mi laoreet adipiscing. Sed ac arcu. Sed tincidunt libero eu dolor. Cras pharetra posuere eros. Donec ac eros id diam tempor faucibus. Fusce feugiat consequat nulla. Vestibulum tincidunt vulputate ipsum.

    \r\n\r\n

    Nullam eget neque. Nullam imperdiet venenatis ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, eget varius arcu nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat. Nam id turpis sit amet neque cursus luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.

    ','',1,5,0,38,'2010-12-23 15:08:30',62,'','2010-12-30 14:25:23',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,5,'','',0,3,'robots=\nauthor='),(67,'Portfolio Series: January 2010 — Maelstrom','portfolio-series-january-2010-maelstrom','','\"image\"\r\n\r\nIndividually style your modular content.\r\n\r\n

    Over 250 possible Module style combinations.

    \r\n\r\n

    Combine the 31 style suffixes together to create diverse module styling, style the titles, module backgrounds and read more.

    \r\n\r\nHighlights: Icons, Combos, Layout Suffixes\r\n\r\nRead More...\r\n\r\n
    \r\n\r\n
    \r\n\r\n\"image\"\r\n\r\nPowered by the RokNavMenu module.\r\n\r\n

    Featuring Fusion with MegaMenu abilities.

    \r\n\r\n

    Fusion is a Mootools enhanced CSS dropdown menu system, that is fully crawlable by search engines, and packed with advanced features.

    \r\n\r\nHighlights: Multi-Columns, Inline Modules, Menu Icons\r\n\r\nRead More...\r\n\r\n
    \r\n\r\n
    \r\n\r\n\"image\"\r\n\r\nCondense positions for more window real estate.\r\n\r\n

    Scrollable module positions and rows.

    \r\n\r\n

    Stacked modules published to the configured Module rows will load this feature; this places stacked modules inside a rotation element.

    \r\n\r\nHighlights: Smooth, Configurable, Automated\r\n\r\nRead More...\r\n\r\n
    \r\n\r\n
    \r\n\r\n\"image\"\r\n\r\nVersatile content rotator extension.\r\n\r\n

    A new RokStories layout mode.

    \r\n\r\n

    The new Scroller Showcase layout, showcasing large images in an intuitive and elegant manner, perfect for any portfolio site.

    \r\n\r\nHighlights: Multiple Layouts, Advanced Controls\r\n\r\nRead More...\r\n\r\n
    ','',1,5,0,36,'2010-12-19 17:03:31',62,'','2010-12-30 14:45:41',62,0,'0000-00-00 00:00:00','2010-12-19 17:03:31','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=',39,0,1,'','',0,1,'robots=\nauthor='),(68,'RokStories Five','rokstories-five','','\"image\"','',1,5,0,39,'2010-12-23 15:08:30',62,'','2010-12-30 20:05:14',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,5,'','',0,0,'robots=\nauthor='),(69,'RokStories Four','rokstories-four','','\"image\"','',1,5,0,39,'2010-12-23 15:08:30',62,'','2010-12-30 20:05:08',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,4,'','',0,0,'robots=\nauthor='),(70,'RokStories One','rokstories-one','','
    \"image\"
    ','',1,5,0,39,'2010-12-23 15:08:30',62,'','2010-12-30 20:04:41',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,1,'','',0,0,'robots=\nauthor='),(71,'RokStories Three','rokstories-three','','\"image\"','',1,5,0,39,'2010-12-23 15:08:30',62,'','2010-12-30 20:05:00',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,3,'','',0,0,'robots=\nauthor='),(72,'RokStories Two','rokstories-two','','\"image\"','',1,5,0,39,'2010-12-23 15:08:30',62,'','2010-12-30 20:04:50',62,0,'0000-00-00 00:00:00','2010-12-23 15:08:30','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,0,'robots=\nauthor='),(73,'Quienes Somos','qs','','

    Parcelación Valles del Huinganal, condominio emplazado a 2 kilómetros de la ciudad de Limache en el camino hacia Lliu-Lliu. Su belleza natural te invita a vivir en él y disfrutar de sus encantos. Cuenta con Club de Golf  colindante con el tranque Los Leones y posee un clima privilegiado.

    \r\n

    Se encuentra tan solo a 30 minutos de Viña del Mar y 1 hora y media de Santiago.

    \r\n

    Comité de administración

    \r\n

    Presidente

    \r\n\r\n

     

    \r\n

    Directores:

    \r\n\r\n

     

    \r\n

    Administrador

    \r\n\r\n

     

    \r\n

    Secretaria

    \r\n\r\n

     

    \r\n

    Asesores:

    \r\n','',1,0,0,0,'2012-04-22 21:17:09',62,'','2018-05-04 19:50:54',65,65,'2019-01-24 14:47:58','2012-04-22 21: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=',11,0,1,'','',0,2401,'robots=\nauthor='); /*!40000 ALTER TABLE `jos_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_content_frontpage` -- DROP TABLE IF EXISTS `jos_content_frontpage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL DEFAULT 0, `ordering` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_content_frontpage` -- LOCK TABLES `jos_content_frontpage` WRITE; /*!40000 ALTER TABLE `jos_content_frontpage` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_content_frontpage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_content_rating` -- DROP TABLE IF EXISTS `jos_content_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `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(50) NOT NULL DEFAULT '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_content_rating` -- LOCK TABLES `jos_content_rating` WRITE; /*!40000 ALTER TABLE `jos_content_rating` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_content_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_acl_aro` -- DROP TABLE IF EXISTS `jos_core_acl_aro`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_acl_aro` ( `id` int(11) NOT NULL AUTO_INCREMENT, `section_value` varchar(240) NOT NULL DEFAULT '0', `value` varchar(240) NOT NULL DEFAULT '', `order_value` int(11) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_acl_aro` -- LOCK TABLES `jos_core_acl_aro` WRITE; /*!40000 ALTER TABLE `jos_core_acl_aro` DISABLE KEYS */; 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,'Humberto Reyes',0),(12,'users','64',0,'Charles Morales',0),(13,'users','65',0,'Webmaster Valles Huinganal',0); /*!40000 ALTER TABLE `jos_core_acl_aro` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_acl_aro_groups` -- DROP TABLE IF EXISTS `jos_core_acl_aro_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_acl_aro_groups` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT 0, `name` varchar(255) NOT NULL DEFAULT '', `lft` int(11) NOT NULL DEFAULT 0, `rgt` int(11) NOT NULL DEFAULT 0, `value` varchar(255) 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 AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_acl_aro_groups` -- LOCK TABLES `jos_core_acl_aro_groups` WRITE; /*!40000 ALTER TABLE `jos_core_acl_aro_groups` DISABLE KEYS */; 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'); /*!40000 ALTER TABLE `jos_core_acl_aro_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_acl_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_aro_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_acl_aro_map` ( `acl_id` int(11) NOT NULL DEFAULT 0, `section_value` varchar(230) NOT NULL DEFAULT '0', `value` varchar(100) NOT NULL, PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_acl_aro_map` -- LOCK TABLES `jos_core_acl_aro_map` WRITE; /*!40000 ALTER TABLE `jos_core_acl_aro_map` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_core_acl_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_acl_aro_sections` -- DROP TABLE IF EXISTS `jos_core_acl_aro_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_acl_aro_sections` ( `id` int(11) NOT NULL AUTO_INCREMENT, `value` varchar(230) NOT NULL DEFAULT '', `order_value` int(11) NOT NULL DEFAULT 0, `name` varchar(230) NOT NULL DEFAULT '', `hidden` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_acl_aro_sections` -- LOCK TABLES `jos_core_acl_aro_sections` WRITE; /*!40000 ALTER TABLE `jos_core_acl_aro_sections` DISABLE KEYS */; INSERT INTO `jos_core_acl_aro_sections` (`id`, `value`, `order_value`, `name`, `hidden`) VALUES (10,'users',1,'Users',0); /*!40000 ALTER TABLE `jos_core_acl_aro_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS `jos_core_acl_groups_aro_map`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL DEFAULT 0, `section_value` varchar(240) 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=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_acl_groups_aro_map` -- LOCK TABLES `jos_core_acl_groups_aro_map` WRITE; /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` DISABLE KEYS */; INSERT INTO `jos_core_acl_groups_aro_map` (`group_id`, `section_value`, `aro_id`) VALUES (25,'',10),(25,'',11),(25,'',12),(25,'',13); /*!40000 ALTER TABLE `jos_core_acl_groups_aro_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_log_items` -- DROP TABLE IF EXISTS `jos_core_log_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_log_items` ( `time_stamp` date NOT NULL DEFAULT '0000-00-00', `item_table` varchar(50) NOT NULL DEFAULT '', `item_id` int(11) unsigned NOT NULL DEFAULT 0, `hits` int(11) unsigned NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_log_items` -- LOCK TABLES `jos_core_log_items` WRITE; /*!40000 ALTER TABLE `jos_core_log_items` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_core_log_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_core_log_searches` -- DROP TABLE IF EXISTS `jos_core_log_searches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL DEFAULT '', `hits` int(11) unsigned NOT NULL DEFAULT 0 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_core_log_searches` -- LOCK TABLES `jos_core_log_searches` WRITE; /*!40000 ALTER TABLE `jos_core_log_searches` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_core_log_searches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_groups` -- DROP TABLE IF EXISTS `jos_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_groups` ( `id` tinyint(3) unsigned NOT NULL DEFAULT 0, `name` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_groups` -- LOCK TABLES `jos_groups` WRITE; /*!40000 ALTER TABLE `jos_groups` DISABLE KEYS */; INSERT INTO `jos_groups` (`id`, `name`) VALUES (0,'Public'),(1,'Registered'),(2,'Special'); /*!40000 ALTER TABLE `jos_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_joomdoc` -- DROP TABLE IF EXISTS `jos_joomdoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_joomdoc` ( `id` int(11) NOT NULL AUTO_INCREMENT, `asset_id` int(11) NOT NULL, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL, `full_alias` varchar(255) NOT NULL, `description` text NOT NULL, `checked_out` int(11) NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` tinyint(4) NOT NULL DEFAULT 0, `access` int(11) NOT NULL DEFAULT 0, `params` text NOT NULL, `ordering` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(11) NOT NULL DEFAULT 0, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` 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', `parent_path` text NOT NULL, `path` text NOT NULL, `version` int(11) NOT NULL DEFAULT 1, `versionNote` text NOT NULL, `favorite` tinyint(4) NOT NULL, `license` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `checked_out` (`checked_out`), KEY `state` (`state`), KEY `access` (`access`), KEY `created` (`created`), KEY `created_by` (`created_by`), KEY `modified` (`modified`), KEY `modified_by` (`modified_by`), KEY `publish_up` (`publish_up`), KEY `publish_down` (`publish_down`), KEY `ordering` (`ordering`), KEY `license` (`ordering`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_joomdoc` -- LOCK TABLES `jos_joomdoc` WRITE; /*!40000 ALTER TABLE `jos_joomdoc` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_joomdoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_joomdoc_file` -- DROP TABLE IF EXISTS `jos_joomdoc_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_joomdoc_file` ( `id` int(11) NOT NULL AUTO_INCREMENT, `path` text NOT NULL, `version` int(11) NOT NULL, `state` tinyint(4) NOT NULL, `upload` datetime NOT NULL, `uploader` int(11) NOT NULL, `hits` int(11) NOT NULL, `content` text NOT NULL, PRIMARY KEY (`id`), KEY `uploader` (`uploader`), KEY `version` (`version`), KEY `upload` (`upload`), KEY `hits` (`hits`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_joomdoc_file` -- LOCK TABLES `jos_joomdoc_file` WRITE; /*!40000 ALTER TABLE `jos_joomdoc_file` DISABLE KEYS */; INSERT INTO `jos_joomdoc_file` (`id`, `path`, `version`, `state`, `upload`, `uploader`, `hits`, `content`) VALUES (1,'Acta Asamblea 2010',1,1,'2012-04-18 22:48:50',62,0,''),(2,'Carta Motivadora',1,1,'2012-04-18 22:51:37',62,0,''); /*!40000 ALTER TABLE `jos_joomdoc_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_joomdoc_license` -- DROP TABLE IF EXISTS `jos_joomdoc_license`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_joomdoc_license` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `text` text NOT NULL, `state` tinyint(4) NOT NULL, `default` tinyint(4) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL, `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` datetime NOT NULL, `modified_by` int(11) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`), KEY `default` (`default`), KEY `state` (`state`), KEY `checked_out` (`checked_out`), KEY `created` (`created`), KEY `created_by` (`created_by`), KEY `modified` (`modified`), KEY `modified_by` (`modified_by`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_joomdoc_license` -- LOCK TABLES `jos_joomdoc_license` WRITE; /*!40000 ALTER TABLE `jos_joomdoc_license` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_joomdoc_license` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_menu` -- DROP TABLE IF EXISTS `jos_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_menu` ( `id` int(11) NOT NULL AUTO_INCREMENT, `menutype` varchar(75) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `link` text DEFAULT NULL, `type` varchar(50) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT 0, `parent` int(11) unsigned NOT NULL DEFAULT 0, `componentid` int(11) unsigned NOT NULL DEFAULT 0, `sublevel` int(11) DEFAULT 0, `ordering` int(11) DEFAULT 0, `checked_out` int(11) unsigned NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `pollid` int(11) NOT NULL DEFAULT 0, `browserNav` tinyint(4) DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `utaccess` tinyint(3) unsigned NOT NULL DEFAULT 0, `params` text NOT NULL, `lft` int(11) unsigned NOT NULL DEFAULT 0, `rgt` int(11) unsigned NOT NULL DEFAULT 0, `home` int(1) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_menu` -- LOCK TABLES `jos_menu` WRITE; /*!40000 ALTER TABLE `jos_menu` DISABLE KEYS */; INSERT INTO `jos_menu` (`id`, `menutype`, `name`, `alias`, `link`, `type`, `published`, `parent`, `componentid`, `sublevel`, `ordering`, `checked_out`, `checked_out_time`, `pollid`, `browserNav`, `access`, `utaccess`, `params`, `lft`, `rgt`, `home`) VALUES (1,'mainmenu','Inicio','home','index.php?option=com_content&view=frontpage','component',1,0,20,0,62,0,'0000-00-00 00:00:00',0,0,0,3,'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nmulti_column_order=1\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=0\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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=Maelstrom - January 2011 Template Demo\nshow_page_title=0\npageclass_sfx=jan11-home\nmenu_image=-1\nsecure=0\n\n',0,0,1),(41,'mainmenu','Section Layout','section-layout','index.php?option=com_content&view=section&id=3','component',-2,0,20,1,46,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=1\nshow_description_image=1\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\norderby=\norderby_sec=\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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(11,'othermenu','Joomla! Home','joomla-home','http://www.joomla.org','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(12,'othermenu','Joomla! Forums','joomla-forums','http://forum.joomla.org','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(13,'othermenu','Joomla! Documentation','joomla-documentation','http://docs.joomla.org','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(14,'othermenu','Joomla! Community','joomla-community','http://community.joomla.org','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(15,'othermenu','Joomla! Magazine','joomla-community-magazine','http://magazine.joomla.org/','url',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(16,'othermenu','OSM Home','osm-home','http://www.opensourcematters.org','url',1,0,0,0,6,0,'0000-00-00 00:00:00',0,0,0,6,'menu_image=-1\n\n',0,0,0),(17,'othermenu','Administrator','administrator','administrator/','url',1,0,0,0,7,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\n\n',0,0,0),(18,'topmenu','News','news','index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1','component',1,0,11,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'show_page_title=1\npage_title=News\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n',0,0,0),(20,'usermenu','Your Details','your-details','index.php?option=com_user&view=user&task=edit','component',1,0,14,0,1,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(24,'usermenu','Logout','logout','index.php?option=com_user&view=login','component',1,0,14,0,4,0,'0000-00-00 00:00:00',0,0,1,3,'',0,0,0),(38,'keyconcepts','Content Layouts','content-layouts','index.php?option=com_content&view=article&id=24','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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',0,0,0),(27,'mainmenu','Contactenos','j-stuff','index.php?option=com_contact&view=contact&id=1','component',1,0,7,0,65,0,'0000-00-00 00:00:00',0,0,0,0,'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=140\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(28,'topmenu','About Joomla!','about-joomla','index.php?option=com_content&view=article&id=25','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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',0,0,0),(29,'topmenu','Features','features','index.php?option=com_content&view=article&id=22','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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',0,0,0),(30,'topmenu','The Community','the-community','index.php?option=com_content&view=article&id=27','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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',0,0,0),(40,'keyconcepts','Extensions','extensions','index.php?option=com_content&view=article&id=26','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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',0,0,0),(43,'keyconcepts','Example Pages','example-pages','index.php?option=com_content&view=article&id=43','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\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',0,0,0),(44,'ExamplePages','Section Blog','section-blog','index.php?option=com_content&view=section&layout=blog&id=3','component',1,0,20,0,1,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Section Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\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',0,0,0),(45,'ExamplePages','Section Table','section-table','index.php?option=com_content&view=section&id=3','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Table Blog layout (FAQ section)\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\nnlink_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',0,0,0),(46,'ExamplePages','Category Blog','categoryblog','index.php?option=com_content&view=category&layout=blog&id=31','component',1,0,20,0,3,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Blog layout (FAQs/General category)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\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',0,0,0),(47,'ExamplePages','Category Table','category-table','index.php?option=com_content&view=category&id=32','component',1,0,20,0,4,0,'0000-00-00 00:00:00',0,0,0,0,'show_page_title=1\npage_title=Example of Category Table layout (FAQs/Languages category)\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=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\n\n',0,0,0),(48,'mainmenu','Web Links','web-links','index.php?option=com_weblinks&view=category&id=2','component',-2,0,4,1,45,0,'0000-00-00 00:00:00',0,0,0,0,'show_feed_link=1\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\ntarget=\nlink_icons=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=Weblinks\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(50,'mainmenu','Category Blog','category-blog','index.php?option=com_content&view=category&layout=blog&id=1','component',-2,0,20,1,44,0,'0000-00-00 00:00:00',0,0,0,0,'show_description=0\nshow_description_image=0\nnum_leading_articles=2\nnum_intro_articles=0\nnum_columns=1\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=The News\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(51,'usermenu','Submit an Article','submit-an-article','index.php?option=com_content&view=article&layout=form','component',1,0,20,0,2,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(52,'usermenu','Submit a Web Link','submit-a-web-link','index.php?option=com_weblinks&view=weblink&layout=form','component',1,0,4,0,3,0,'0000-00-00 00:00:00',0,0,2,0,'',0,0,0),(53,'mainmenu','Core Features','features','index.php?option=com_content&view=article&id=46','component',-2,0,20,0,43,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=Template Highlights\nfusion_customimage=-1\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=compact-article\nmenu_image=-1\nsecure=0\n\n',0,0,0),(54,'mainmenu','Module Variations','module-variations','index.php?option=com_content&view=article&id=47','component',-2,0,20,1,42,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(55,'mainmenu','70 Module Positions','module-positions','index.php?option=com_content&view=article&id=48','component',-2,0,20,1,41,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(56,'mainmenu','Typography','typography','index.php?option=com_content&view=article&id=49','component',-2,0,20,1,40,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(57,'mainmenu','Integrated Extensions','extensions','index.php?option=com_content&view=article&id=50','component',-2,0,20,0,39,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=RocketTheme Addons\nfusion_customimage=\nfusion_customclass=\nfusion_columns=3\nfusion_distribution=even\nfusion_dropdown_width=420\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=compact-article\nmenu_image=-1\nsecure=0\n\n',0,0,0),(58,'mainmenu','Quienes Somos','tutorials','index.php?option=com_content&view=article&id=73','component',1,0,20,0,63,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=compact-article\nmenu_image=-1\nsecure=0\n\n',0,0,0),(59,'mainmenu','Installation','installation','index.php?option=com_content&view=article&id=52','component',-2,0,20,1,38,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(60,'mainmenu','Menu Options','menu-options','index.php?option=com_content&view=article&id=53','component',-2,0,20,1,37,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(61,'mainmenu','Logo Editing','logo-editing','index.php?option=com_content&view=article&id=54','component',-2,0,20,1,36,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(62,'mainmenu','Documentos','styles','index.php?option=com_phocadownload&view=category&id=1','component',1,0,63,0,64,0,'0000-00-00 00:00:00',0,0,0,0,'show_pagination=1\nshow_pagination_limit=1\nfilename_or_name=\ndownload_external_link=\ndisplay_downloads=\ndisplay_description=\ndisplay_detail=\ndisplay_new=\ndisplay_hot=\ndisplay_most_download=\ndisplay_file_view=\ndisplay_date_type=\ndownload_metadesc=\ndownload_metakey=\nsection_ordering=\ncategory_ordering=\nfile_ordering=1\ndefault_pagination=\npagination=\ndisplay_up_icon=\nenable_plugin_query=\nalias_iconv=\ndisplay_category_comments=\ndisplay_file_comments=\nfile_icon_size=\nfile_icon_size_md=\nbutton_style=\ntheme=\ndisplay_num_doc_secs=\ndisplay_num_doc_secs_header=\nlicense_box_height=\ndisplay_play=\nplayer_width=\nplayer_height=\nplayer_mp3_height=\nplay_popup_window=\ndisplay_preview=\npreview_width=\npreview_height=\npreview_popup_window=\nenable_user_cp=\nuser_files_max_count=\nuser_files_max_size=\nuser_file_upload_size=\nenable_user_upload_approve=\nsend_mail_download=0\nsend_mail_upload=0\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=2\nfusion_distribution=even\nfusion_dropdown_width=280\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(63,'mainmenu','Gantry Framework','gantry-framework','http://gantry-framework.org/','url',-2,0,0,1,35,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=1\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(64,'mainmenu','Gantry Documentation','gantry-documentation','http://gantry-framework.org/documentation','url',-2,0,0,1,61,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=-1\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(65,'mainmenu','RokStories','rokstories','index.php?Itemid=57','menulink',-2,0,0,1,47,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(66,'mainmenu','RokTabs','roktabs','index.php?Itemid=57','menulink',-2,0,0,1,48,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(67,'mainmenu','RokNavMenu','roknavmenu','index.php?Itemid=57','menulink',-2,0,0,1,60,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(68,'mainmenu','RokAjaxSearch','rokajaxsearch','index.php?Itemid=57','menulink',-2,0,0,1,59,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(69,'mainmenu','RokBox','rokbox','index.php?Itemid=57','menulink',-2,0,0,1,58,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(70,'mainmenu','RokCandy','rokcandy','index.php?Itemid=57','menulink',-2,0,0,1,57,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(71,'mainmenu','RokGZipper','rokgzipper','index.php?Itemid=57','menulink',-2,0,0,1,56,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(72,'mainmenu','RokPad','rokpad','index.php?Itemid=57','menulink',-2,0,0,1,55,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(73,'mainmenu','RokModule','rokmodule','index.php?Itemid=57','menulink',-2,0,0,1,54,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(74,'mainmenu','Preset 1','preset-1','?presets=preset1','url',-2,0,0,1,53,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(75,'mainmenu','Preset 2','preset-2','?presets=preset2','url',-2,0,0,1,52,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(76,'mainmenu','Preset 3','preset-3','?presets=preset3','url',-2,0,0,1,51,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(77,'mainmenu','Preset 4','preset-4','?presets=preset4','url',-2,0,0,1,50,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(78,'mainmenu','Preset 5','preset-5','?presets=preset5','url',-2,0,0,1,49,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(79,'mainmenu','Preset 6','preset-6','?presets=preset6','url',-2,0,0,1,34,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(80,'mainmenu','Preset 7','preset-7','?presets=preset7','url',-2,0,0,1,33,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(81,'mainmenu','Preset 8','preset-8','?presets=preset8','url',-2,0,0,1,32,0,'0000-00-00 00:00:00',0,0,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(82,'mainmenu','Contact Us','contact-us','index.php?option=com_contact&view=contact&id=1','component',-2,0,7,1,15,0,'0000-00-00 00:00:00',0,0,0,0,'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(83,'mainmenu','Member Access','member-access','index.php?option=com_user&view=login','component',-2,0,14,1,14,0,'0000-00-00 00:00:00',0,0,0,0,'show_login_title=1\nheader_login=Member Login Form\nlogin=\nlogin_message=0\ndescription_login=1\ndescription_login_text=Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum at sem ut ipsum vestibulum euismod. Mauris et massa porta leo facilisis feugiat. Suspendisse id neque a sem facilisis blandit. Aliquam sem leo, commodo ut, rutrum auctor, iaculis nec, eros. Aenean massa. Mauris tincidunt. Vivamus consectetur, tortor sit amet dictum sagittis, urna lectus dapibus metus, ut congue ligula odio sed nunc. Suspendisse potenti.\nimage_login=key.jpg\nimage_login_align=left\nshow_logout_title=1\nheader_logout=\nlogout=\nlogout_message=1\ndescription_logout=1\ndescription_logout_text=\nimage_logout=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(84,'mainmenu','Wrapper','wrapper','index.php?option=com_wrapper&view=wrapper','component',-2,0,17,1,13,0,'0000-00-00 00:00:00',0,0,0,0,'url=http://www.google.com\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=0\nadd_scheme=1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(85,'mainmenu','Forum Tutorials','forum-tutorials','http://www.rockettheme.com/forum/index.php?f=452&rb_v=viewforum','url',-2,0,0,1,12,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(86,'mainmenu','Sample Content','sample-content','index.php?option=com_content&view=article&id=56','component',-2,0,20,1,11,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=Dropdown Example\nfusion_customimage=icon-arrow2.png\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(87,'mainmenu','Child Item','child-item-87','index.php?option=com_content&view=article&id=56','component',-2,0,20,2,10,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(88,'mainmenu','RokGantryCache','rokgantrycache','index.php?Itemid=57','menulink',-2,0,0,1,9,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=57\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(89,'mainmenu','Animated Backgrounds','animated-backgrounds','index.php?Itemid=53','menulink',-2,0,0,1,8,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=53\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(90,'mainmenu','New RokStories Style','new-rokstories-style','index.php?Itemid=53','menulink',-2,0,0,1,7,0,'0000-00-00 00:00:00',0,0,0,0,'menu_item=53\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(91,'mainmenu','Download','download','http://code.google.com/p/gantry-framework/downloads/list','url',-2,0,0,2,6,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(92,'mainmenu','Documentation','documentation','http://gantry-framework.org/documentation','url',-2,0,0,2,5,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(93,'mainmenu','Child Item','child-item-93','index.php?option=com_content&view=article&id=56','component',-2,0,20,2,4,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=1\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(94,'mainmenu','Child Item','child-item-94','index.php?option=com_content&view=article&id=56','component',-2,0,20,2,3,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(95,'mainmenu','Child Item','child-item-95','index.php?option=com_content&view=article&id=56','component',-2,0,20,2,2,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(96,'mainmenu','Child Item','child-item-96','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,16,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(97,'mainmenu','Child Item','child-item-97','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,17,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=1\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(98,'mainmenu','Child Item','child-item-98','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,31,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(99,'mainmenu','Child Item','child-item-99','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,30,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(100,'mainmenu','Child Item','child-item-100','index.php?option=com_content&view=article&id=56','component',-2,0,20,4,29,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(101,'mainmenu','Child Item','child-item-101','index.php?option=com_content&view=article&id=56','component',-2,0,20,4,28,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(102,'mainmenu','Child Item','child-item-102','index.php?option=com_content&view=article&id=56','component',-2,0,20,4,27,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(103,'mainmenu','Child Item','child-item-103','index.php?option=com_content&view=article&id=56','component',-2,0,20,4,26,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(104,'mainmenu','Child Item','child-item-104','index.php?option=com_content&view=article&id=56','component',-2,0,20,5,25,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(105,'mainmenu','Child Item','child-item-105','index.php?option=com_content&view=article&id=56','component',-2,0,20,5,24,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(106,'mainmenu','Child Item','child-item-106','index.php?option=com_content&view=article&id=56','component',-2,0,20,5,23,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(107,'mainmenu','Child Item','child-item-107','index.php?option=com_content&view=article&id=56','component',-2,0,20,5,22,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(108,'mainmenu','Grouped Item','grouped-item','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,21,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(109,'mainmenu','Grouped Item','grouped-item-109','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,20,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(110,'mainmenu','Grouped Item','grouped-item-110','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,19,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0),(111,'mainmenu','Support','support','http://gantry-framework.org/support','url',-2,0,0,2,18,0,'0000-00-00 00:00:00',0,1,0,0,'menu_image=-1\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\n\n',0,0,0),(112,'mainmenu','Grouped Item','grouped-item','index.php?option=com_content&view=article&id=56','component',-2,0,20,3,1,0,'0000-00-00 00:00:00',0,0,0,0,'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=\nfusion_item_subtext=\nfusion_customimage=\nfusion_customclass=\nfusion_columns=1\nfusion_distribution=even\nfusion_dropdown_width=\nfusion_column_widths=\nfusion_children_group=0\nfusion_children_type=menuitems\nsplitmenu_item_subtext=\nsuckerfish_item_subtext=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n',0,0,0); /*!40000 ALTER TABLE `jos_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_menu_types` -- DROP TABLE IF EXISTS `jos_menu_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_menu_types` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `menutype` varchar(75) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `description` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `menutype` (`menutype`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_menu_types` -- LOCK TABLES `jos_menu_types` WRITE; /*!40000 ALTER TABLE `jos_menu_types` DISABLE KEYS */; INSERT INTO `jos_menu_types` (`id`, `menutype`, `title`, `description`) VALUES (1,'mainmenu','Main Menu','The main menu for the site'),(2,'usermenu','User Menu','A Menu for logged in Users'),(3,'topmenu','Top Menu','Top level navigation'),(4,'othermenu','Resources','Additional links'),(5,'ExamplePages','Example Pages','Example Pages'),(6,'keyconcepts','Key Concepts','This describes some critical information for new Users.'); /*!40000 ALTER TABLE `jos_menu_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_messages` -- DROP TABLE IF EXISTS `jos_messages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_messages` ( `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `user_id_from` int(10) unsigned NOT NULL DEFAULT 0, `user_id_to` int(10) unsigned NOT NULL DEFAULT 0, `folder_id` int(10) unsigned NOT NULL DEFAULT 0, `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `state` int(11) NOT NULL DEFAULT 0, `priority` int(1) unsigned NOT NULL DEFAULT 0, `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_messages` -- LOCK TABLES `jos_messages` WRITE; /*!40000 ALTER TABLE `jos_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_messages_cfg` -- DROP TABLE IF EXISTS `jos_messages_cfg`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_messages_cfg` ( `user_id` int(10) unsigned NOT NULL DEFAULT 0, `cfg_name` varchar(100) NOT NULL DEFAULT '', `cfg_value` varchar(255) NOT NULL DEFAULT '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_messages_cfg` -- LOCK TABLES `jos_messages_cfg` WRITE; /*!40000 ALTER TABLE `jos_messages_cfg` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_messages_cfg` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_migration_backlinks` -- DROP TABLE IF EXISTS `jos_migration_backlinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_migration_backlinks` ( `itemid` int(11) NOT NULL, `name` varchar(100) NOT NULL, `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_migration_backlinks` -- LOCK TABLES `jos_migration_backlinks` WRITE; /*!40000 ALTER TABLE `jos_migration_backlinks` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_migration_backlinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_modules` -- DROP TABLE IF EXISTS `jos_modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_modules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL DEFAULT 0, `position` varchar(50) DEFAULT NULL, `checked_out` int(11) unsigned NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT 0, `module` varchar(50) DEFAULT NULL, `numnews` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `showtitle` tinyint(3) unsigned NOT NULL DEFAULT 1, `params` text NOT NULL, `iscore` tinyint(4) NOT NULL DEFAULT 0, `client_id` tinyint(4) NOT NULL DEFAULT 0, `control` text NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_modules` -- LOCK TABLES `jos_modules` WRITE; /*!40000 ALTER TABLE `jos_modules` DISABLE KEYS */; INSERT INTO `jos_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES (2,'Login','',1,'login',0,'0000-00-00 00:00:00',1,'mod_login',0,0,1,'',1,1,''),(3,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,2,1,'',0,1,''),(4,'Recent added Articles','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,2,1,'ordering=c_dsc\nuser_id=0\ncache=0\n\n',0,1,''),(5,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,2,1,'',0,1,''),(6,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,2,1,'',1,1,''),(7,'Online Users','',2,'header',0,'0000-00-00 00:00:00',1,'mod_online',0,2,1,'',1,1,''),(8,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,2,1,'',1,1,''),(9,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,2,1,'',1,1,''),(10,'Logged in Users','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_logged',0,2,1,'',0,1,''),(11,'Footer','',0,'footer',0,'0000-00-00 00:00:00',1,'mod_footer',0,0,1,'',1,1,''),(12,'Admin Menu','',1,'menu',0,'0000-00-00 00:00:00',1,'mod_menu',0,2,1,'',0,1,''),(13,'Admin SubMenu','',1,'submenu',0,'0000-00-00 00:00:00',1,'mod_submenu',0,2,1,'',0,1,''),(14,'User Status','',1,'status',0,'0000-00-00 00:00:00',1,'mod_status',0,2,1,'',0,1,''),(15,'Title','',1,'title',0,'0000-00-00 00:00:00',1,'mod_title',0,2,1,'',0,1,''),(16,'Site Poll','',13,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_poll',0,0,1,'id=14\nmoduleclass_sfx=box4 title3 icon3\ncache=1\ncache_time=900\n\n',0,0,''),(17,'User Menu','',4,'left',0,'0000-00-00 00:00:00',0,'mod_mainmenu',0,1,1,'menutype=usermenu\nmoduleclass_sfx=_menu\ncache=1',1,0,''),(18,'Login Form','',15,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_login',0,0,1,'cache=0\nmoduleclass_sfx=box4 title4 icon4\npretext=\nposttext=\nlogin=\nlogout=\ngreeting=1\nname=0\nusesecure=0\n\n',1,0,''),(19,'Latest News','',14,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_latestnews',0,0,1,'count=5\nordering=c_dsc\nuser_id=0\nshow_front=1\nsecid=\ncatid=1\nmoduleclass_sfx=title2 icon2 box4\ncache=1\ncache_time=900\n\n',1,0,''),(21,'Who\'s Online','',16,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_whosonline',0,0,1,'cache=0\nshowmode=0\nmoduleclass_sfx=box4 icon5\n\n',0,0,''),(22,'Popular','',6,'user2',0,'0000-00-00 00:00:00',0,'mod_mostread',0,0,1,'cache=1',0,0,''),(25,'Newsflash Items','',1,'bottom-a',0,'0000-00-00 00:00:00',0,'mod_newsflash',0,0,1,'catid=3\nlayout=default\nimage=0\nlink_titles=\nshowLastSeparator=1\nreadmore=0\nitem_title=0\nitems=\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n',0,0,''),(48,'Forum Guides','\r\n\r\nView Forum',6,'sidebar-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon2\n\n',0,0,''),(35,'Breadcrumbs','',0,'breadcrumb',0,'0000-00-00 00:00:00',0,'mod_breadcrumbs',0,0,0,'showHome=1\nhomeText=Home\nshowLast=1\nseparator=\nmoduleclass_sfx=\ncache=0\n\n',1,0,''),(47,'Video Tutorials','\r\n\r\nView All',2,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon1\n\n',0,0,''),(41,'Welcome to Joomla!','

    Congratulations on choosing Joomla! as your content management system. To help you get started, check out these excellent resources for securing your server and pointers to documentation and other helpful resources.

    Security

    On the Internet, security is always a concern. For that reason, you are encouraged to subscribe to the Joomla! Security Announcements for the latest information on new Joomla! releases, emailed to you automatically.

    If this is one of your first Web sites, security considerations may seem complicated and intimidating. There are three simple steps that go a long way towards securing a Web site: (1) regular backups; (2) prompt updates to the latest Joomla! release; and (3) a good Web host. There are many other important security considerations that you can learn about by reading the Joomla! Security Checklist.

    If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the Joomla! Security Task Force.

    Learning Joomla!

    A good place to start learning Joomla! is the \"Absolute Beginner\'s Guide to Joomla!.\" There, you will find a Quick Start to Joomla! guide and video, amongst many other tutorials. The Joomla! Community Magazine also has articles for new learners and experienced users, alike. A great place to look for answers is the Frequently Asked Questions (FAQ). If you are stuck on a particular screen in the Administrator (which is where you are now), try clicking the Help toolbar button to get assistance specific to that page.

    If you still have questions, please feel free to use the Joomla! Forums. The forums are an incredibly valuable resource for all levels of Joomla! users. Before you post a question, though, use the forum search (located at the top of each forum page) to see if the question has been asked and answered.

    Getting Involved

    If you want to help make Joomla! better, consider getting involved. There are many ways you can make a positive difference. Have fun using Joomla!.

    ',0,'cpanel',0,'0000-00-00 00:00:00',1,'mod_custom',0,2,1,'moduleclass_sfx=\n\n',1,1,''),(42,'Joomla! Security Newsfeed','',6,'cpanel',0,'0000-00-00 00:00:00',1,'mod_feed',0,0,1,'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n',0,1,''),(43,'RokAjaxSearch','',19,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_rokajaxsearch',0,0,0,'moduleclass_sfx=box4\nsearch_page=index.php?option=com_search&view=search&tmpl=component\nadv_search_page=index.php?option=com_search&view=search\ninclude_css=1\ntheme=dark\nsearchphrase=any\nordering=newest\nlimit=10\nperpage=3\nwebsearch=0\nblogsearch=0\nimagesearch=0\nvideosearch=0\nwebsearch_api=\nshow_pagination=1\nsafesearch=MODERATE\nimage_size=MEDIUM\nshow_estimated=1\nhide_divs=\ninclude_link=1\nshow_description=1\ninclude_category=1\nshow_readmore=1\n\n',0,0,''),(45,'RokStories','',0,'gallery',0,'0000-00-00 00:00:00',1,'mod_rokstories',0,0,0,'moduleclass_sfx=\nload_css=1\nlayout_type=layout7\ncontent_type=joomla\nsecid=5\ncatid=38\nshow_front=1\narticle_count=5\nitemsOrdering=order\nstrip_tags=a,i,br\ncontent_position=right\nshow_article_title=0\nshow_created_date=0\nshow_article=0\nshow_article_link=0\nlegacy_readmore=0\nthumb_width=90\nstart_width=auto\nuser_id=0\nstart_element=0\nthumbs_opacity=0.3\nfixed_height=0\nmouse_type=click\nautoplay=1\nautoplay_delay=5000\nshow_label_article_title=0\nshow_arrows=1\nshow_circles=1\narrows_placement=inside\nshow_thumbs=0\nfixed_thumb=1\nlink_titles=0\nlink_labels=0\nlink_images=0\nshow_mask=1\nmask_desc_dir=topdown\nmask_imgs_dir=bottomup\nscrollerDuration=1000\nscrollerTransition=Expo.easeInOut\nshow_controls=1\nleft_offset_x=-40\nleft_offset_y=-100\nright_offset_x=-30\nright_offset_y=-100\nleft_f_offset_x=-40\nleft_f_offset_y=-100\nright_f_offset_x=-30\nright_f_offset_y=-100\ncache=0\nmodule_cache=1\ncache_time=900\n\n',0,0,''),(124,' RokTabs','',0,'mainbottom-a',0,'0000-00-00 00:00:00',0,'mod_roktabs',0,0,0,'style=base\ncontent_type=joomla\nsecid=5\ncatid=37\nshow_front=1\nitemsOrdering=order\nshow_readmore=1\nreadmore=Read more...\nwidth=670\ntabs_count=0\nduration=600\ntransition_type=scrolling\ntransition_fx=Quad.easeInOut\nlinksMargins=0\nnavscrolling=1\ntabs_position=top\ntabs_event=click\ntabs_title=content\ntabs_incremental=Tab\ntabs_hideh6=1\ntabs_prefixed=0\ntabs_showicons=1\ntabs_iconside=left\ntabs_iconpath=__module__/images\ntabs_icon=icon_home.gif,icon_security.gif,icon_comment.gif,icon_world.gif,icon_note.gif\nautoplay=0\nautoplay_delay=2000\nmoduleclass_sfx=\ncache=0\nmodule_cache=1\ncache_time=900\n\n',0,0,''),(125,'RokTabs','

    RokTabs is a flexible tabber module, with features such as icon support, read mores, plus many more useful options.

    \r\nMore Details',0,'mainbottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon1\n\n',0,0,''),(49,'Installation Process','

    Download and install the Bundle file if Gantry is not installed, use the Standard Template file if Gantry is already present.

    More Information',3,'footer-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(50,'RocketLauncher - Demo Replica','

    Deploy a replica of the November demo with ease, using the readily available RocketLauncher package.

    \r\nMore Information',3,'footer-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(51,'Fusion Menu','

    A Mootools enhanced CSS dropdown menu, with multi-columns, icons, inline modules/positions and more.

    \r\nMore',0,'mainbottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box2 button2 flushtop\n\n',0,0,''),(52,'Triple Level Splitmenu','

    A static three level menu placing 1st/2nd level items in the header area, and all other children in the sidebar.

    \r\nMore',0,'mainbottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box1 flushtop\n\n',0,0,''),(53,'Suckerfish in IE6','

    Fusion automatically degrades to Suckerfish in IE6, with no animation, or advanced layout effects such as columns.

    \r\nMore',0,'mainbottom-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box3 button3 flushtop\n\n',0,0,''),(54,'Gantry Framework: Video Documentation','
    \r\n

    \"tutorial\"

    \r\n Installation \r\n
    \r\n
    \r\n

    \"tutorial\"

    \r\n Features \r\n
    \r\n
    \r\n

    \"tutorial\"

    \r\n Positions \r\n
    \r\n
    \r\n

    \"tutorial\"

    \r\n Per Menu Item \r\n
    \r\n
    \r\n

    \"tutorial\"

    \r\n Module Widths \r\n
    \r\n
    ',1,'showcase-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 icon5 button2\n\n',0,0,''),(55,'Top A','

    Top-a using the icon1 module suffix.

    \r\nMore',0,'top-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon1\n\n',0,0,''),(56,'Top B','

    Top-b using the icon2 module suffix.

    \r\nMore',0,'top-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon2\n\n',0,0,''),(57,'Top C','

    Top-c using the icon3 module suffix.

    \r\nMore',0,'top-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon3\n\n',0,0,''),(58,'Top D','

    Top-d using the icon4 module suffix.

    \r\nMore',0,'top-d',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon4\n\n',0,0,''),(59,'Top E','

    Top-e using the icon5 module suffix.

    \r\nMore',0,'top-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon5\n\n',0,0,''),(60,'Top F','

    Top-f using the icon6 module suffix.

    \r\nMore',0,'top-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon6\n\n',0,0,''),(61,'Utility A','

    The Utility-a position, using its default styling.

    \r\nMore',0,'utility-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(62,'Utility C','

    The Utility-c position, using its default styling.

    \r\nMore',0,'utility-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(63,'Utility B','

    The Utility-b position, using its default styling.

    \r\nMore',0,'utility-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(64,'Utility D','

    The Utility-d position, using its default styling.

    \r\nMore',0,'utility-d',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(65,'Utility E','

    The Utility-e position, using its default styling.

    \r\nMore',0,'utility-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(66,'Utility F','

    The Utility-f position, using its default styling.

    \r\nMore',0,'utility-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(67,'Showcase A','

    The Showcase-a position, using the icon7 module suffix.

    \r\nMore',2,'showcase-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon7\n\n',0,0,''),(68,'Showcase B','

    The Showcase-b position, using the icon8 module suffix.

    \r\nMore',4,'showcase-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon8\n\n',0,0,''),(69,'Feature A','

    The Feature-a position, using the box1 suffix.

    \r\nMore',0,'feature-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box1\n\n',0,0,''),(70,'Feature B','

    The Feature-b position, using the box2 suffix.

    \r\nMore',0,'feature-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box2\n\n',0,0,''),(71,'Showcase E','

    The Showcase-e position, using the icon9 module suffix.

    \r\nMore',0,'showcase-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon9\n\n',0,0,''),(72,'Showcase F','

    The Showcase-f position, using the icon10 module suffix.

    \r\nMore',0,'showcase-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon10\n\n',0,0,''),(73,'Feature C','

    The Feature-c position, using the box3 suffix.

    \r\nMore',0,'feature-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box3\n\n',0,0,''),(74,'Feature D','

    The Feature-d position, using the box4 suffix.

    \r\nMore',0,'feature-d',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4\n\n',0,0,''),(75,'Feature E','

    The Feature-a position, using the box5 suffix.

    \r\nMore',0,'feature-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box5\n\n',0,0,''),(76,'Feature F','

    The Feature-f position, using its default styling.

    \r\nMore',0,'feature-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(77,'MainTop A','

    The MainTop-a position, using the box4 title4 suffix.

    \r\nMore',0,'maintop-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx= box4 title4\n\n',0,0,''),(78,'MainTop B','

    The MainTop-b position, using the box1 title1 suffix.

    \r\nMore',0,'maintop-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box1 title1\n\n',0,0,''),(80,'MainTop F','

    The MainTop-f position, using the box3 title3 button3 suffix.

    \r\nMore',0,'maintop-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box3 title3 button3\n\n',0,0,''),(81,'MainTop E','

    The MainTop-e position, using the box2 title2 button2 suffix.

    \r\nMore',0,'maintop-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box2 title2 button2\n\n',0,0,''),(82,'MainBottom A','

    The MainBottom-a position, using its default styling.

    \r\nMore',1,'mainbottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(83,'MainBottom B','

    The MainBottom-b position, using its default styling.

    \r\nMore',1,'mainbottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(84,'MainBottom E','

    The MainBottom-e position, using the box2 title2 icon2 button2 suffix.

    \r\nMore',0,'mainbottom-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box2 title2 icon2 button2\n\n',0,0,''),(85,'MainBottom F','

    The MainBottom-f position, using its default styling.

    \r\nMore',2,'mainbottom-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(86,'Bottom A','

    The Bottom-a position, using its default styling.

    \r\nMore',3,'bottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(87,'Bottom B','

    The Bottom-b position, using its default styling.

    \r\nMore',4,'bottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(88,'Bottom C','

    The Bottom-c position, using its default styling.

    \r\nMore',1,'bottom-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(89,'Bottom D','

    The Bottom-d position, using its default styling.

    \r\nMore',1,'bottom-d',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(90,'Bottom E','

    The Bottom-e position, using its default styling.

    \r\nMore',2,'bottom-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(91,'Bottom F','

    The Bottom-f position, using its default styling.

    \r\nMore',2,'bottom-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(92,'Footer A','

    The Footer-a position, using the box1 title1 icon1 button2 suffix.

    \r\nMore',0,'footer-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box1 title1 icon9 button2\n\n',0,0,''),(93,'Footer B','

    The Footer-b position, using its default styling.

    \r\nMore',1,'footer-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(96,'Footer E','

    The Footer-e position, using the box4 title4 icon8 button3 suffix.

    \r\nMore',0,'footer-e',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title4 icon8 button3\n\n',0,0,''),(97,'Footer F','

    The Footer-f position, using its default styling.

    \r\nMore',2,'footer-f',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(98,'Copyright Module Positions - Default Styling','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum at sem ut ipsum vestibulum euismod. Mauris et massa porta leo facilisis feugiat. Suspendisse id neque a sem facilisis blandit. Aliquam sem leo, commodo ut, rutrum auctor, iaculis nec, eros. Aenean massa. Mauris tincidunt. Vivamus consectetur, tortor sit amet dictum sagittis, urna lectus dapibus metus, ut congue ligula odio sed nunc. Suspendisse potenti.',1,'copyright',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(99,'Header B','

    The Header-b position, using its default styling.

    ',0,'header-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(100,'Header F','

    The Header-f position, using its default styling.

    ',0,'header-F',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(101,'Sidebar A','

    All Sidebar positions can be alternated, such as Side Main Side Side.

    \r\n

    This is done via a sliding configuration option in the template manager.

    \r\nMore',4,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=title6\n\n',0,0,''),(102,'Sidebar B','

    The Sidebar-b position, using the box4 title4 suffix.

    \r\nMore',1,'sidebar-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title4\n\n',0,0,''),(103,'Sidebar C','

    The Sidebar-c position, using its default styling.

    \r\nMore',1,'sidebar-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(104,'Content Top A','

    The Content-Top-a position, using its default styling.

    \r\nMore',0,'content-top-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(105,'Content Top C','

    The Content-Top-c position, using the box5 title5 suffix.

    \r\nMore',0,'content-top-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box5 title5\n\n',0,0,''),(106,'Content Bottom A','

    Content-Bottom-a, using the box4 title4 module suffix.

    \r\nMore',0,'content-bottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title4 flushtop\n\n',0,0,''),(107,'Content Bottom C','

    The Content-Bottom-c position, using its default styling.

    \r\nMore',0,'content-bottom-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=flushtop\n\n',0,0,''),(108,'Sidebar A','

    The Sidebar-a position, using the title8 suffix.

    \r\nMore',6,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=title8\n\n',0,0,''),(109,'Sidebar B','

    The Sidebar-b position, using the title7 suffix.

    \r\nMore',3,'sidebar-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=title7\n\n',0,0,''),(110,'Sidebar C','

    The Sidebar-c position, using the box5 title5 suffix.

    \r\nMore',3,'sidebar-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box5 title5\n\n',0,0,''),(111,'Sidebar A','

    The Sidebar-a position, using the box1 title1 suffix.

    \r\nMore',5,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box1 title1\n\n',0,0,''),(112,'Sidebar A','

    The Sidebar-a position, using the button2 suffix.

    \r\nMore',7,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=button2\n\n',0,0,''),(113,'Sidebar B','

    The Sidebar-b position, using the title6 suffix.

    \r\nMore',2,'sidebar-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=title6\n\n',0,0,''),(114,'Sidebar B','

    The Sidebar-b position, using the box3 title3 button3 suffix.

    \r\nMore',5,'sidebar-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box3 title3 button3\n\n',0,0,''),(115,'Sidebar C','

    The Sidebar-c position, using the box2 title2 button2 suffix.

    \r\nMore',2,'sidebar-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box2 title2 button2\n\n',0,0,''),(116,'Sidebar C','

    The Sidebar-c position, using its default styling.

    \r\nMore',4,'sidebar-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(117,'Download Here','

    We have a selection of free and club extensions to download, such as RokTabs or RokNavMenu.

    \r\n\r\nDownload Here',12,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=flushbottom flushtop\n\n',0,0,''),(118,'Preview Addons','

    All of our latest extensions are available in a standalone format, meaning you can deploy them with any template, and it will use its default styling.

    \r\n\r\nView Demo',1,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title2 button2\n\n',0,0,''),(119,'8 Preset Styles - Preview Live','
    View all styles live by appending ?presets=preset# or &presets=preset# to the end of your URL such as http://yoursite.com/index.php?presets=preset4.
    \r\n\r\n

    In sequential order, Preset 1 - Preset 8. Please click on the image to load a live example of each style variation.

    \r\n\r\n\r\n\r\n \"Preset\r\n\r\n\r\n \"Preset\r\n\r\n\r\n \"Preset\r\n\r\n\r\n \"Preset\r\n\r\n\r\n

    \r\n\r\n\r\n \"Preset\r\n\r\n\r\n \"Preset\r\n\r\n\r\n \"Preset\r\n\r\n\r\n \"Preset\r\n\r\n\r\n
    ',0,'maintop-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title4 icon4\n\n',0,0,''),(120,'Style Configuration','

    The options are as follows, and the areas that they control are indicative in their name:

    \r\n\r\n',8,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title2 icon2\n\n',0,0,''),(121,'Per Menu Styles','Note: Gantry allows you to configure all parameters, on a per menu item basis. For example, you can assign Preset 2 to one page and Preset 4 to another.',17,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box5\n\n',0,0,''),(122,'Creating your own Preset Style(s)','\r\n\r\n
    You can edit the prebuilt presets in the gantry.config.php file.
    \r\n\r\n
    ',4,'bottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(126,'Video Tutorials','\r\n\r\nView All',10,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title1 icon1\n\n',0,0,''),(127,'Forum Guides','\r\n\r\nView Forum',11,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title2 icon2\n\n',0,0,''),(128,'Presets Bottom B','

    \r\n\"Image\"\r\n\"Image\"',2,'bottom-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=\n\n',0,0,''),(129,'Follow Me','\"Image\"',21,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=title6 icon5 flushbottom\n\n',0,0,''),(130,'Our Contact Details','Address:
    1789 Cyrian Drive, Houston, TX, 00000, USA\r\n
    \r\nTel No: (555) 555-55555\r\n
    \r\nEmail: info@jan11.rockettheme.com',0,'footer-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon7\n\n',0,0,''),(131,'Demo Information','

    All demo content is for demonstrative purposes only, intended to show a representative example of a live site. All images and materials are the copyright of their respective owners.

    ',0,'footer-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=icon8\n\n',0,0,''),(132,'Featured Project','

    \"image\"

    \r\n

    \"Gantry is a powerful Framework that acts as the core of the template, providing rich features and functions for easy use and modification.\"

    ',18,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title3 icon1\n\n',0,0,''),(134,'FP Showcase A','

    \"image\"

    \r\n

    Preset 1: Uses 3 waves images which cross fade subtly to create a horizontal movement effect.

    \r\nLive Preview',3,'showcase-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button3 nomarginbottom\n\n',0,0,''),(135,'FP Showcase B','

    \"image\"

    \r\n

    Preset 2: Shows a woody/hill scene with birds and dust moving horizontally in the wind.

    \r\nLive Preview',0,'showcase-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button2 nomarginbottom\n\n',0,0,''),(136,'FP Showcase C','

    \"image\"

    \r\n

    Preset 3: Features a vertically scrolling BG image mimicking the daily sunlight changes.

    \r\nLive Preview',0,'showcase-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button2 nomarginbottom\n\n',0,0,''),(137,'FP Showcase D','

    \"image\"

    \r\n

    Preset 4: Utilises a bubble type background image, which scrolls slowly vertically.

    \r\nLive Preview',0,'showcase-d',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button2 nomarginbottom\n\n',0,0,''),(139,'RocketTheme Addons','

    This demo includes a series of RocketTheme Extensions, some of which have template specific styling.

    \r\nIncluded Extensions',5,'bottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(140,'Tutorial Information','

    This demo has a range of tutorials and guides to introduce you to the core features and basics of the template.

    \r\nAvailable Guides',5,'bottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(141,'Sidebar C','

    The Sidebar-c position, using the button3 suffix.

    \r\nMore',5,'sidebar-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=button3\n\n',0,0,''),(142,'Sidebar B','

    The Sidebar-b position, using its default styling.

    \r\nMore',6,'sidebar-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=\n\n',0,0,''),(146,'Clients','\"Clients\"',0,'footer-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=icon9\n\n',0,0,''),(145,'Testimony','
    \r\n
    \r\n Another powerful, diverse and unique theme; the animated header is amazing!\r\n
    \r\n
    \r\n

    Roy McGreggor

    \r\n
    ',20,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title2 icon2 button3\n\n',0,0,''),(144,'Latest Projects: Animated Preset Styles',' ',0,'utility-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=title6 title7 icon8 button3 flushbottom nomarginbottom\n\n',0,0,''),(147,'FP Bottom A','\"image\"',6,'bottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=flushbottom\n\n',0,0,''),(148,'FP Bottom B','\"image\"',2,'bottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=flushbottom\n\n',0,0,''),(149,'FP Bottom C','\"image\"',0,'bottom-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=flushbottom\n\n',0,0,''),(150,'FP Showcase B','

    \"image\"

    \r\n

    Preset 6: Features a vibrant, orange photographic background image, scrolling upwards.

    \r\nLive Preview',2,'showcase-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button2\n\n',0,0,''),(151,'FP Showcase C','

    \"image\"

    \r\n

    Preset 7: Uses a tiled fabric image, scrolling slowly vertically, on top of a white main body.

    \r\nLive Preview',2,'showcase-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button2\n\n',0,0,''),(152,'FP Showcase D','

    \"image\"

    \r\n

    Preset 8: Utilises a simple grey pattern, scrolling slowly vertically, on top of a white main body.

    \r\nLive Preview',2,'showcase-d',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button2\n\n',0,0,''),(153,'FP Showcase A','

    \"image\"

    \r\n

    Preset 5: Shows a scrolling purple patterned image, moving along the vertical axis.

    \r\nLive Preview',4,'showcase-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,0,'moduleclass_sfx=button3\n\n',0,0,''),(155,'Over 250 Possible Module Variation Combinations!','

    Maelstrom has 31 inbuilt suffixes with 25 stylistic suffixes. These can be combined to create a diverse range of module styles. The box, title, icon and button variations must be placed in this order, such as box5 title5 icon2 button2. You can see how the module style develops in the screenshot below:

    \r\n\r\n

    \"image\"

    ',3,'showcase-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title1 icon8\n\n',0,0,''),(156,'New RokStories Style','

    \"image\"

    \r\n

    The new Scroller Showcase layout, showcasing large images in an intuitive and elegant manner.

    ',2,'showcase-c',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title3 icon6\n\n',0,0,''),(157,'Standard Features','',0,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title2 icon1\n\n',0,0,''),(158,'Valid Code','

    W3C Valid for both the XHTML 1.0 Transitional and CSS3 modern web standards.

    ',24,'sidebar-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box5 title1 icon9\n\n',0,0,''),(159,'Gantry Framework - GPL, Free and Multi-Platform','\"tutorial\"\r\n\r\n

    The Gantry Framework is the foundation of the features and functions of the template.

    \r\n\r\n

    Notably, it provides for a rich, friendly user interface to control major theme elements.

    \r\n\r\nMore Information',2,'mainbottom-a',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title5 icon3 flushtop\n\n',0,0,''),(160,'Gantry Features','\r\nMore Features',0,'mainbottom-b',0,'0000-00-00 00:00:00',0,'mod_custom',0,0,1,'moduleclass_sfx=box4 title4 icon4 flushtop\n\n',0,0,''),(161,'Extensions RokStories','',2,'gallery',0,'0000-00-00 00:00:00',0,'mod_rokstories',0,0,0,'moduleclass_sfx=\nload_css=1\nlayout_type=layout7\ncontent_type=joomla\nsecid=5\ncatid=39\nshow_front=1\narticle_count=5\nitemsOrdering=order\nstrip_tags=a,i,br\ncontent_position=right\nshow_article_title=1\nshow_created_date=0\nshow_article=1\nshow_article_link=1\nlegacy_readmore=0\nthumb_width=90\nstart_width=auto\nuser_id=0\nstart_element=0\nthumbs_opacity=0.3\nfixed_height=0\nmouse_type=click\nautoplay=0\nautoplay_delay=5000\nshow_label_article_title=1\nshow_arrows=1\nshow_circles=1\narrows_placement=inside\nshow_thumbs=0\nfixed_thumb=1\nlink_titles=1\nlink_labels=0\nlink_images=0\nshow_mask=1\nmask_desc_dir=topdown\nmask_imgs_dir=bottomup\nscrollerDuration=1000\nscrollerTransition=Expo.easeInOut\nshow_controls=1\nleft_offset_x=-40\nleft_offset_y=-100\nright_offset_x=-30\nright_offset_y=-100\nleft_f_offset_x=-40\nleft_f_offset_y=-100\nright_f_offset_x=-30\nright_f_offset_y=-100\ncache=0\nmodule_cache=1\ncache_time=900\n\n',0,0,''),(162,'SlideShow Pro','',5,'left',0,'0000-00-00 00:00:00',0,'mod_slideshow_pro',0,0,1,'folder=modules/mod_slideshow_pro/photos\nimages=photo01.jpg\\nphoto02.jpg\\nphoto03.jpg\\nphoto04.jpg\\nphoto05.jpg\ntitles=Photo Title 1\\nPhoto Title 2\\nPhoto Title 3\\nPhoto Title 4\\nPhoto Title 5\nurls=www.jt.gen.tr\\nwww.jt.gen.tr\\nwww.jt.gen.tr\\nwww.jt.gen.tr\\nwww.jt.gen.tr\nlinked=1\ntarget=_blank\naddhttp=1\n',0,0,''),(163,'D Calendar Module','',6,'left',0,'0000-00-00 00:00:00',0,'mod_D_Calendar',0,0,1,'D_Calendar_Mode=month\nD_Calendar_AltLocation=calendar\nD_Calendar_Style= .hour_line{ border-style: none none solid;border-width: 1px; vertical-align:top;}\\n .non_business_hour_line{ border-style: none none solid; border-width: 1px; vertical-align:top; background-color:#D6D6D6;}\\n .D_Calendar {font-family: Tahoma; font-size:12px;font-weight: normal;padding: 3px; width: 180px; horizontal-align:center; vertical-align:top; background-color:#f7f7f7; border-width:1px; border-style:solid}\\n .month_up {text-align:center;width:30px}\\n .month_down {text-align:center;width:30px}\\n .month_text {text-align:center;font-weight:bold;width:172px;}\\n .footer {text-align:center;} .day_table{border-collapse:separate;border-spacing:1px;} .day_name {padding:0px;text-align:center; text-align: center;font-size: 11px; background-color:#FFFFFF} .day {padding:0px;text-align:center; text-align: center;font-size: 11px;width:30px;border-width:1px;border-style:solid;border-color:#f7f7f7; } .activeDay {font-weight:bold;text-align:center; text-align: center;font-size: 11px;width:30px;border-color:#f7f7f7;border-width:1px;border-style:solid; } .today {padding:0px;text-align:center; text-align: center;font-size: 11px;width:30px; border-color:red;border-width:1px;border-style:solid; } .selected {padding:0px;text-align:center; text-align: center;font-size: 11px;width:30px; border-color:blue;border-width:1px;border-style:solid; } .activeToday {font-weight:bold;text-align:center; text-align: center;font-size: 11px;width:30px; border-color:red;border-width:1px;border-style:solid; } .activeSelected {font-weight:bold;text-align:center; text-align: center;font-size: 11px;width:30px; border-color:blue;border-width:1px;border-style:solid; } a.linkActive {font-weight:bold} \n',0,0,''),(164,'JOOMDOC_MODULE','',7,'left',0,'0000-00-00 00:00:00',0,'mod_joomdoc',0,0,1,'limit=5\nshow_text=1\ncrop_length=50\n',0,0,''),(165,'JOOMDOC_SEARCH','',8,'left',0,'0000-00-00 00:00:00',0,'mod_joomdoc_search',0,0,1,'area_title=1\narea_text=1\n',0,0,''); /*!40000 ALTER TABLE `jos_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_modules_menu` -- DROP TABLE IF EXISTS `jos_modules_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_modules_menu` ( `moduleid` int(11) NOT NULL DEFAULT 0, `menuid` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_modules_menu` -- LOCK TABLES `jos_modules_menu` WRITE; /*!40000 ALTER TABLE `jos_modules_menu` DISABLE KEYS */; INSERT INTO `jos_modules_menu` (`moduleid`, `menuid`) VALUES (16,48),(16,50),(16,55),(16,56),(16,59),(16,60),(16,61),(16,63),(16,82),(16,86),(16,87),(16,91),(16,92),(16,93),(16,94),(16,95),(16,96),(16,97),(16,98),(16,99),(16,100),(16,101),(16,102),(16,103),(16,104),(16,105),(16,106),(16,107),(16,108),(16,109),(16,110),(16,111),(16,112),(17,0),(18,27),(18,41),(18,55),(18,56),(18,59),(18,60),(18,61),(18,63),(18,82),(18,91),(18,92),(18,111),(19,27),(19,41),(19,48),(19,50),(19,82),(19,83),(21,27),(21,50),(21,55),(21,56),(21,59),(21,60),(21,61),(21,83),(22,1),(22,2),(22,4),(22,27),(22,36),(25,27),(25,41),(25,48),(25,50),(25,82),(25,83),(35,54),(43,1),(43,53),(45,1),(47,58),(48,58),(49,58),(50,58),(51,58),(52,58),(53,58),(54,58),(55,54),(56,54),(57,54),(58,54),(59,54),(60,54),(61,54),(62,54),(63,54),(64,54),(65,54),(66,54),(67,54),(68,54),(69,54),(70,54),(71,54),(72,54),(73,54),(74,54),(75,54),(76,54),(77,54),(78,54),(80,54),(81,54),(82,54),(83,54),(84,54),(85,54),(86,54),(87,54),(88,54),(89,54),(90,54),(91,54),(92,54),(93,54),(96,54),(97,54),(98,54),(99,54),(100,54),(101,54),(102,54),(103,54),(104,54),(105,54),(106,54),(107,54),(108,54),(109,54),(110,54),(111,54),(112,54),(113,54),(114,54),(115,54),(116,54),(117,57),(118,57),(119,62),(120,62),(121,62),(122,62),(124,57),(125,57),(126,59),(126,60),(126,61),(127,59),(127,60),(127,61),(128,62),(129,1),(130,1),(131,1),(132,1),(134,1),(135,1),(136,1),(137,1),(139,53),(140,53),(141,54),(142,54),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(155,53),(156,53),(157,53),(157,55),(157,56),(157,63),(157,86),(157,87),(157,89),(157,90),(157,91),(157,92),(157,93),(157,94),(157,95),(157,96),(157,97),(157,98),(157,99),(157,100),(157,101),(157,102),(157,103),(157,104),(157,105),(157,106),(157,107),(157,108),(157,109),(157,110),(157,111),(157,112),(158,53),(159,53),(160,53),(161,57),(162,0),(163,0),(164,0),(165,0); /*!40000 ALTER TABLE `jos_modules_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_newsfeeds` -- DROP TABLE IF EXISTS `jos_newsfeeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_newsfeeds` ( `catid` int(11) NOT NULL DEFAULT 0, `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `alias` varchar(255) NOT NULL DEFAULT '', `link` text NOT NULL, `filename` varchar(200) DEFAULT NULL, `published` tinyint(1) NOT NULL DEFAULT 0, `numarticles` int(11) unsigned NOT NULL DEFAULT 1, `cache_time` int(11) unsigned NOT NULL DEFAULT 3600, `checked_out` tinyint(3) unsigned NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT 0, `rtl` tinyint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_newsfeeds` -- LOCK TABLES `jos_newsfeeds` WRITE; /*!40000 ALTER TABLE `jos_newsfeeds` DISABLE KEYS */; INSERT INTO `jos_newsfeeds` (`catid`, `id`, `name`, `alias`, `link`, `filename`, `published`, `numarticles`, `cache_time`, `checked_out`, `checked_out_time`, `ordering`, `rtl`) VALUES (4,1,'Joomla! Announcements','joomla-official-news','http://feeds.joomla.org/JoomlaAnnouncements','',1,5,3600,0,'0000-00-00 00:00:00',1,0),(4,2,'Joomla! Core Team Blog','joomla-core-team-blog','http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog','',1,5,3600,0,'0000-00-00 00:00:00',2,0),(4,3,'Joomla! Community Magazine','joomla-community-magazine','http://feeds.joomla.org/JoomlaMagazine','',1,20,3600,0,'0000-00-00 00:00:00',3,0),(4,4,'Joomla! Developer News','joomla-developer-news','http://feeds.joomla.org/JoomlaDeveloper','',1,5,3600,0,'0000-00-00 00:00:00',4,0),(4,5,'Joomla! Security News','joomla-security-news','http://feeds.joomla.org/JoomlaSecurityNews','',1,5,3600,0,'0000-00-00 00:00:00',5,0),(5,6,'Free Software Foundation Blogs','free-software-foundation-blogs','http://www.fsf.org/blogs/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0),(5,7,'Free Software Foundation','free-software-foundation','http://www.fsf.org/news/RSS',NULL,1,5,3600,0,'0000-00-00 00:00:00',3,0),(5,8,'Software Freedom Law Center Blog','software-freedom-law-center-blog','http://www.softwarefreedom.org/feeds/blog/',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(5,9,'Software Freedom Law Center News','software-freedom-law-center','http://www.softwarefreedom.org/feeds/news/',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(5,10,'Open Source Initiative Blog','open-source-initiative-blog','http://www.opensource.org/blog/feed',NULL,1,5,3600,0,'0000-00-00 00:00:00',5,0),(6,11,'PHP News and Announcements','php-news-and-announcements','http://www.php.net/feed.atom',NULL,1,5,3600,0,'0000-00-00 00:00:00',1,0),(6,12,'Planet MySQL','planet-mysql','http://www.planetmysql.org/rss20.xml',NULL,1,5,3600,0,'0000-00-00 00:00:00',2,0),(6,13,'Linux Foundation Announcements','linux-foundation-announcements','http://www.linuxfoundation.org/press/rss20.xml',NULL,1,5,3600,0,'0000-00-00 00:00:00',3,0),(6,14,'Mootools Blog','mootools-blog','http://feeds.feedburner.com/mootools-blog',NULL,1,5,3600,0,'0000-00-00 00:00:00',4,0); /*!40000 ALTER TABLE `jos_newsfeeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocadownload` -- DROP TABLE IF EXISTS `jos_phocadownload`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocadownload` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 0, `sectionid` int(11) NOT NULL DEFAULT 0, `owner_id` int(11) NOT NULL DEFAULT 0, `sid` int(11) NOT NULL DEFAULT 0, `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `filename` varchar(250) NOT NULL DEFAULT '', `filesize` int(11) NOT NULL DEFAULT 0, `filename_play` varchar(250) NOT NULL DEFAULT '', `filename_preview` varchar(250) NOT NULL DEFAULT '', `author` varchar(255) NOT NULL DEFAULT '', `author_email` varchar(255) NOT NULL DEFAULT '', `author_url` varchar(255) NOT NULL DEFAULT '', `license` varchar(255) NOT NULL DEFAULT '', `license_url` varchar(255) NOT NULL DEFAULT '', `image_filename` varchar(255) NOT NULL DEFAULT '', `image_filename_spec1` varchar(255) NOT NULL DEFAULT '', `image_filename_spec2` varchar(255) NOT NULL DEFAULT '', `image_download` varchar(255) NOT NULL DEFAULT '', `link_external` varchar(255) NOT NULL DEFAULT '', `description` text DEFAULT NULL, `version` varchar(255) NOT NULL DEFAULT '', `directlink` tinyint(1) NOT NULL DEFAULT 0, `date` 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', `hits` int(11) NOT NULL DEFAULT 0, `textonly` tinyint(1) NOT NULL DEFAULT 0, `published` tinyint(1) NOT NULL DEFAULT 0, `approved` tinyint(3) unsigned NOT NULL DEFAULT 0, `checked_out` int(11) NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `confirm_license` int(11) NOT NULL DEFAULT 0, `unaccessible_file` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, `metakey` text DEFAULT NULL, `metadesc` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`) ) ENGINE=MyISAM AUTO_INCREMENT=111 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocadownload` -- LOCK TABLES `jos_phocadownload` WRITE; /*!40000 ALTER TABLE `jos_phocadownload` DISABLE KEYS */; INSERT INTO `jos_phocadownload` (`id`, `catid`, `sectionid`, `owner_id`, `sid`, `title`, `alias`, `filename`, `filesize`, `filename_play`, `filename_preview`, `author`, `author_email`, `author_url`, `license`, `license_url`, `image_filename`, `image_filename_spec1`, `image_filename_spec2`, `image_download`, `link_external`, `description`, `version`, `directlink`, `date`, `publish_up`, `publish_down`, `hits`, `textonly`, `published`, `approved`, `checked_out`, `checked_out_time`, `ordering`, `access`, `confirm_license`, `unaccessible_file`, `params`, `metakey`, `metadesc`) VALUES (1,1,1,0,0,'ASAMBLEA-COMUNIDAD','asamblea-comunidad','asamblea-comunidad-parcelacin-valles-del-huinganal-25-abril-2010.ppt',1527296,'','','','','','','','','','','','','','',1,'2012-04-22 21:50:01','2012-04-22 21:50:01','0000-00-00 00:00:00',3,0,0,1,0,'0000-00-00 00:00:00',3,0,-1,0,NULL,'',''),(74,1,1,0,0,'INGRESO - EGRESO OCTUBRE 2016','informe-de-ingresos-egresos-octubre-2016','informe octubre 2016.pdf',1408558,'','','','','','','','','','','','','','',0,'2016-12-28 14:31:33','2016-12-28 14:31:33','0000-00-00 00:00:00',46,0,0,1,0,'0000-00-00 00:00:00',72,0,-1,0,NULL,'',''),(3,1,1,0,0,'carta-resultados-consulta-escrita','carta-resultados-consulta-escrita','carta-resultados-consulta-escrita.pdf',24513,'','','','','','','','','','','','','','',1,'2012-04-22 21:57:07','2012-04-22 21:57:07','0000-00-00 00:00:00',0,0,0,1,0,'0000-00-00 00:00:00',5,0,-1,0,NULL,'',''),(73,1,1,0,0,'INGRESO-EGRESO SEPTIEMBRE 2016','ingreso-egreso-septiembre-2016','informe septiembre 2016.pdf',1408376,'','','','','','','','','','','','','','',0,'2016-11-21 13:10:37','2016-11-21 13:10:37','0000-00-00 00:00:00',66,0,0,1,0,'0000-00-00 00:00:00',71,0,-1,0,NULL,'',''),(72,1,1,0,0,'INGRESO-EGRESO AGOSTO 2016','ingreso-egreso-agosto-2016','informe agosto 2016.pdf',1408305,'','','','','','','','','','','','','','',0,'2016-11-21 13:09:05','2016-11-21 13:09:05','0000-00-00 00:00:00',52,0,0,1,0,'0000-00-00 00:00:00',70,0,-1,0,NULL,'',''),(71,1,1,0,0,'INGRESO-EGRESO JULIO 2016','ingreso-egreso-julio-2016','informe julio 2016.pdf',1407939,'','','','','','','','','','','','','','',0,'2016-11-21 13:01:07','2016-11-21 13:01:07','0000-00-00 00:00:00',51,0,0,1,0,'0000-00-00 00:00:00',69,0,-1,0,NULL,'',''),(7,1,1,0,0,'ejecutado-ingresos','ejecutado-ingresos','ejecutado-ingresos-y-egresos-hasta-diciembre-2009.xls',235520,'','','','','','','','','','','','','','',1,'2012-04-22 21:59:14','2012-04-22 21:59:14','0000-00-00 00:00:00',0,0,0,1,0,'0000-00-00 00:00:00',9,0,-1,0,NULL,'',''),(8,1,1,0,0,'ejecutado-ingresos-y-egresos','ejecutado-ingresos-y-egresos','ejecutado-ingresos-y-egresos-hasta-marzo-2010.xls',420864,'','','','','','','','','','','','','','',1,'2012-04-22 21:59:38','2012-04-22 21:59:38','0000-00-00 00:00:00',1,0,0,1,0,'0000-00-00 00:00:00',10,0,-1,0,NULL,'',''),(9,1,1,0,0,'informes-huinganal','informes-huinganal','informes-huinganal-04.xls',479232,'','','','','','','','','','','','','','',1,'2012-04-22 22:00:04','2012-04-22 22:00:04','0000-00-00 00:00:00',0,0,0,1,0,'0000-00-00 00:00:00',11,0,-1,0,NULL,'',''),(10,1,1,0,0,'informes-huinganal-2010','informes-huinganal-2010','informes-huinganal-2010.xls',1057792,'','','','','','','','','','','','','','',1,'2012-04-22 22:00:29','2012-04-22 22:00:29','0000-00-00 00:00:00',0,0,0,1,0,'0000-00-00 00:00:00',14,0,-1,0,NULL,'',''),(12,1,1,0,0,'reglamento-de-copropiedad','reglamento-de-copropiedad','REGLAMENTO DE COPROPIEDAD 4.4.doc',0,'','','','','','','','','','','','','','',1,'2012-04-22 22:01:26','2012-04-22 22:01:26','0000-00-00 00:00:00',247,0,0,0,65,'2018-04-10 19:34:43',12,0,-1,0,NULL,'',''),(13,1,1,0,0,'Acta Asamblea','acta-asamblea','ACTA-ASAMBLEA-ORDINARIA-DE-COPROPIETARIOS-DE-LA-COMUNIDAD-PARCELACION-VALLES-DEL-HUINGANAL-Abril-2010-final.docx',33424,'','','','','','','','','','','','','','',1,'2012-04-22 22:04:05','2012-04-22 22:04:05','0000-00-00 00:00:00',0,0,0,1,0,'0000-00-00 00:00:00',15,0,-1,0,NULL,'',''),(69,1,1,0,0,'INGRESO-EGRESO MAYO 2016','ingreso-egreso-mayo-2016','informe mayo 2016.pdf',93651,'','','','','','','','','','','','','','',0,'2016-07-21 18:21:47','2016-07-21 18:21:47','0000-00-00 00:00:00',62,0,0,1,0,'0000-00-00 00:00:00',67,0,-1,0,NULL,'',''),(70,1,1,0,0,'INGRESO-EGRESO JUNIO 2016','ingreso-egreso-junio-2016','informe junio 2016.pdf',1408109,'','','','','','','','','','','','','','',0,'2016-07-21 18:22:44','2016-07-21 18:22:44','0000-00-00 00:00:00',61,0,0,1,0,'0000-00-00 00:00:00',68,0,-1,0,NULL,'',''),(15,1,1,0,0,'ACTA-ASAMBLEA-ORDINARIA','acta-asamblea-ordinaria','ACTA-ASAMBLEA-ORDINARIA-DE-COPROPIETARIOS-DE-LA-COMUNIDAD-PARCELACION-VALLES-DEL-HUINGANAL-Abril-2010-final.docx',33424,'','','','','','','','','','','','','','',1,'2012-04-24 18:43:02','2012-04-24 18:43:02','0000-00-00 00:00:00',0,0,0,1,0,'0000-00-00 00:00:00',17,0,-1,0,NULL,'',''),(68,1,1,0,0,'INGRESO-EGRESO ABRIL 2016','ingreso-egreso-abril-2016','informe abril 2016.pdf',94891,'','','','','','','','','','','','','','',0,'2016-07-21 18:20:19','2016-07-21 18:20:19','0000-00-00 00:00:00',62,0,0,1,0,'0000-00-00 00:00:00',66,0,-1,0,NULL,'',''),(18,1,1,0,0,'ASAMBLEA COOPROPIETARIOS HUINGANAL ABRIL 2011','asamblea-coopropietarios-huinganal-abril-2011','asamblea coopropietarios huinganal abril 2011.doc',1284608,'','','','','','','','','','','','','','',1,'2012-04-24 18:54:32','2012-04-24 18:54:32','0000-00-00 00:00:00',107,0,0,0,0,'0000-00-00 00:00:00',21,0,-1,0,NULL,'',''),(65,1,1,0,0,'INGRESO - EGRESO ENERO 2016','ingreso-egreso-enero-2016','INFORME ENERO 2016.pdf',1407807,'','','','','','','','','','','','','','',0,'2016-07-21 18:10:13','2016-07-21 18:10:13','0000-00-00 00:00:00',75,0,0,1,0,'0000-00-00 00:00:00',63,0,-1,0,NULL,'',''),(20,1,1,0,0,'Reglamento de Construcción','reglamento-de-construccion','REGLAMENTO DE CONSTRUCCION.doc',0,'','','','','','','','','','','','','','',1,'2012-04-25 18:08:48','2012-04-25 18:08:48','0000-00-00 00:00:00',224,0,0,0,0,'0000-00-00 00:00:00',22,0,-1,0,NULL,'',''),(67,1,1,0,0,'INGRESO-EGRESO MARZO 2016','ingreso-egreso-marzo-2016','informe marzo 2016.pdf',92197,'','','','','','','','','','','','','','',0,'2016-07-21 18:18:25','2016-07-21 18:18:25','0000-00-00 00:00:00',70,0,0,1,0,'0000-00-00 00:00:00',65,0,-1,0,NULL,'',''),(58,1,1,0,0,'Ingreso Egreso Agosto 2015','ingreso-egreso-agosto-2015','INFORME INGRESOS - EGRESOS AGOSTO 2015.pdf',1408177,'','','','','','','','','','','','','','',0,'2016-01-15 03:14:27','2016-01-15 03:14:27','0000-00-00 00:00:00',33,0,0,1,0,'0000-00-00 00:00:00',56,0,-1,0,NULL,'',''),(57,1,1,0,0,'Ingreso Egreso Julio 2015','ingreso-egreso-julio-2015','INFORME INGRESOS - EGRESOS JULIO 2015.pdf',1408061,'','','','','','','','','','','','','','',0,'2016-01-15 03:14:00','2016-01-15 03:14:00','0000-00-00 00:00:00',39,0,0,1,0,'0000-00-00 00:00:00',55,0,-1,0,NULL,'',''),(56,1,1,0,0,'Ingreso Egreso Junio 2015','ingreso-egreso-junio-2015','INFORME INGRESOS - EGRESOS JUNIO 2015.pdf',1409313,'','','','','','','','','','','','','','',0,'2016-01-15 03:13:31','2016-01-15 03:13:31','0000-00-00 00:00:00',33,0,0,1,0,'0000-00-00 00:00:00',54,0,-1,0,NULL,'',''),(55,1,1,0,0,'Ingreso Egreso Mayo 2015','ingreso-egreso-mayo-2015','INFORME INGRESOS - EGRESOS MAYO 2015_2.pdf',1408980,'','','','','','','','','','','','','','',0,'2016-01-15 03:12:56','2016-01-15 03:12:56','0000-00-00 00:00:00',34,0,0,1,0,'0000-00-00 00:00:00',53,0,-1,0,NULL,'',''),(50,1,1,0,0,'formularioprop','formprop','formulacion presupuestaria ao 2015 - 1.xls',43008,'','','','','','','','','','','','','','',0,'2015-04-26 14:40:39','2015-04-26 14:40:39','0000-00-00 00:00:00',31,0,0,1,0,'0000-00-00 00:00:00',1,0,-1,0,NULL,'',''),(64,1,1,0,0,'Carta Citación Ene 2016','carta-citacion-ene-2016','CITACION Y PODER ASAMBLEA ENERO 2016.pdf',1418995,'','','','','','','','','','','','','','',0,'2016-01-15 12:56:31','2016-01-15 12:56:31','0000-00-00 00:00:00',26,0,0,1,0,'0000-00-00 00:00:00',62,0,-1,0,NULL,'',''),(51,1,1,0,0,'Ingreso y Egreso Enero 2015','ingreso-y-egreso-enero-2015','INFORME DE INGRESOS - EGRESOS ENERO 2015.pdf',1409070,'','','','','','','','','','','','','','',0,'2016-01-15 03:06:58','2016-01-15 03:06:58','0000-00-00 00:00:00',51,0,0,1,0,'0000-00-00 00:00:00',49,0,-1,0,NULL,'',''),(52,1,1,0,0,'Ingreso Egreso febrero 2015','ingreso-egreso-febrero-2015','INFORME INGRESOS - EGRESOS FEBRERO 2015.pdf',1409131,'','','','','','','','','','','','','','',0,'2016-01-15 03:09:52','2016-01-15 03:09:52','0000-00-00 00:00:00',36,0,0,1,0,'0000-00-00 00:00:00',50,0,-1,0,NULL,'',''),(54,1,1,0,0,'Ingreso Egreso Abril 2015','ingreso-egreso-abril-2015','INFORME INGRESOS - EGRESOS ABRIL 2015.pdf',1408906,'','','','','','','','','','','','','','',0,'2016-01-15 03:12:15','2016-01-15 03:12:15','0000-00-00 00:00:00',30,0,0,1,0,'0000-00-00 00:00:00',52,0,-1,0,NULL,'',''),(53,1,1,0,0,'Ingreso Egreso Marzo 2015','ingreso-egreso-marzo-2015','INFORME INGRESOS - EGRESOS MARZO 2015.pdf',1409259,'','','','','','','','','','','','','','',0,'2016-01-15 03:11:41','2016-01-15 03:11:41','0000-00-00 00:00:00',30,0,0,1,0,'0000-00-00 00:00:00',51,0,-1,0,NULL,'',''),(38,1,1,0,0,'Informe Septiembre 2014','informe-septiembre-2014','informe septiembre 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 18:36:40','2015-01-09 18:36:40','0000-00-00 00:00:00',15,0,0,1,0,'0000-00-00 00:00:00',45,0,-1,0,NULL,'',''),(66,1,1,0,0,'INGRESO-EGRESO FEBRERO 2016','ingreso-egreso-febrero-2016','informe febrero 2016.pdf',1407816,'','','','','','','','','','','','','','',0,'2016-07-21 18:14:44','2016-07-21 18:14:44','0000-00-00 00:00:00',62,0,0,1,0,'0000-00-00 00:00:00',64,0,-1,0,NULL,'',''),(49,1,1,0,0,'Informe Junio 2014','informe-junio-2014','informe junio 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-14 13:46:35','2015-01-14 13:46:35','0000-00-00 00:00:00',14,0,0,1,0,'0000-00-00 00:00:00',42,0,-1,0,NULL,'',''),(39,1,1,0,0,'Informe Agosto 2014','informe-agosto-2014','informe agosto 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 18:47:01','2015-01-09 18:47:01','0000-00-00 00:00:00',14,0,0,1,0,'0000-00-00 00:00:00',44,0,-1,0,NULL,'',''),(40,1,1,0,0,'Informe Julio 2014','informe-julio-2014','informe julio 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 18:50:01','2015-01-09 18:50:01','0000-00-00 00:00:00',18,0,0,1,0,'0000-00-00 00:00:00',43,0,-1,0,NULL,'',''),(41,1,1,0,0,'Informe Octubre 2014','informe-octubre-2014','informe octubre 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 18:52:11','2015-01-09 18:52:11','0000-00-00 00:00:00',23,0,0,1,0,'0000-00-00 00:00:00',46,0,-1,0,NULL,'',''),(42,1,1,0,0,'Informe Noviembre 2014','informe-noviembre-2014','informe noviembre 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 18:55:53','2015-01-09 18:55:53','0000-00-00 00:00:00',14,0,0,1,0,'0000-00-00 00:00:00',47,0,-1,0,NULL,'',''),(43,1,1,0,0,'Informe Diciembre 2014','informe-diciembre-2014','informe diciembre 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 18:56:52','2015-01-09 18:56:52','0000-00-00 00:00:00',21,0,0,1,0,'0000-00-00 00:00:00',48,0,-1,0,NULL,'',''),(44,1,1,0,0,'Informe Enero 2014','informe-enero-2014','informe enero 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 19:11:58','2015-01-09 19:11:58','0000-00-00 00:00:00',17,0,0,1,0,'0000-00-00 00:00:00',33,0,-1,0,NULL,'',''),(45,1,1,0,0,'Informe Febrero 2014','informe-febrero-2014','informe febrero 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 19:13:07','2015-01-09 19:13:07','0000-00-00 00:00:00',21,0,0,1,0,'0000-00-00 00:00:00',38,0,-1,0,NULL,'',''),(46,1,1,0,0,'Informe Marzo 2014','informe-marzo-2014','informe marzo 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 19:14:49','2015-01-09 19:14:49','0000-00-00 00:00:00',19,0,0,1,0,'0000-00-00 00:00:00',39,0,-1,0,NULL,'',''),(47,1,1,0,0,'Informe Abril 2014','informe-abril-2014','informe abril 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 19:17:02','2015-01-09 19:17:02','0000-00-00 00:00:00',24,0,0,1,0,'0000-00-00 00:00:00',40,0,-1,0,NULL,'',''),(48,1,1,0,0,'Informe Mayo 2014','informe-mayo-2014','informe mayo 2014.xls',33280,'','','','','','','','','','','','','','',0,'2015-01-09 19:18:59','2015-01-09 19:18:59','0000-00-00 00:00:00',21,0,0,1,0,'0000-00-00 00:00:00',41,0,-1,0,NULL,'',''),(60,1,1,0,0,'Ingreso Egreso Octubre 2015','ingreso-egreso-octubre-2015','INFORME INGRESOS - EGRESOS OCTUBRE 2015.pdf',1415975,'','','','','','','','','','','','','','',0,'2016-01-15 03:18:45','2016-01-15 03:18:45','0000-00-00 00:00:00',33,0,0,1,0,'0000-00-00 00:00:00',58,0,-1,0,NULL,'',''),(59,1,1,0,0,'Ingreso Egreso Septiembre 2015','ingreso-egreso-septiembre-2015','INFORME INGRESOS - EGRESOS SEPTIEMBRE 2015.pdf',1408555,'','','','','','','','','','','','','','',0,'2016-01-15 03:14:58','2016-01-15 03:14:58','0000-00-00 00:00:00',28,0,0,1,0,'0000-00-00 00:00:00',57,0,-1,0,NULL,'',''),(61,1,1,0,0,'Ingreso Egreso Noviembre 2015','ingreso-egreso-noviembre-2015','INFORME INGRESOS - EGRESOS NOVIEMBRE 2015.pdf',1408571,'','','','','','','','','','','','','','',0,'2016-01-15 03:19:22','2016-01-15 03:19:22','0000-00-00 00:00:00',32,0,0,1,0,'0000-00-00 00:00:00',59,0,-1,0,NULL,'',''),(62,1,1,0,0,'Ingresos Egreso Diciembre 2015','ingresos-egreso-diciembre-2015','INFORME INGRESOS - EGRESOS DICIEMBRE 2015.pdf',1409910,'','','','','','','','','','','','','','',0,'2016-01-15 12:40:59','2016-01-15 12:40:59','0000-00-00 00:00:00',37,0,0,1,0,'0000-00-00 00:00:00',60,0,-1,0,NULL,'',''),(75,1,1,0,0,'INGRESO - EGRESO NOVIEMBRE 2016','ingreso-egreso-noviembre-2016','informe noviembre 2016.pdf',1408679,'','','','','','','','','','','','','','',0,'2016-12-28 14:37:40','2016-12-28 14:37:40','0000-00-00 00:00:00',49,0,0,1,0,'0000-00-00 00:00:00',73,0,-1,0,NULL,'',''),(76,1,1,0,0,'informe diciembre 2016','informe-diciembre-2016','informe diciembre 2016.pdf',39631,'','','','','','','','','','','','','','',0,'2017-01-20 20:03:16','2017-01-20 20:03:16','0000-00-00 00:00:00',69,0,0,1,0,'0000-00-00 00:00:00',74,0,-1,0,NULL,'',''),(77,1,1,0,0,'Informe Ingreso - Egreso Enero 2017','informe-ingreso-egreso-enero-2017','informes huinganal enero 2017.pdf',40542,'','','','','','','','','','','','','','',0,'2017-08-09 19:21:07','2017-08-09 19:21:07','0000-00-00 00:00:00',95,0,1,1,0,'0000-00-00 00:00:00',75,0,-1,0,NULL,'',''),(78,1,1,0,0,'Informe Ingreso - Egreso Febrero 2017','informe-ingreso-egreso-febrero-2017','informes huinganal febrero 2017.pdf',40327,'','','','','','','','','','','','','','',0,'2017-08-09 19:25:27','2017-08-09 19:25:27','0000-00-00 00:00:00',93,0,1,1,0,'0000-00-00 00:00:00',76,0,-1,0,NULL,'',''),(79,1,1,0,0,'Informe Ingreso - Egreso Marzo 2017','informe-ingreso-egreso-marzo-2017','informes huinganal marzo 2017.pdf',39353,'','','','','','','','','','','','','','',0,'2017-08-09 19:28:05','2017-08-09 19:28:05','0000-00-00 00:00:00',85,0,1,1,0,'0000-00-00 00:00:00',77,0,-1,0,NULL,'',''),(80,1,1,0,0,'Informe Ingreso - Egreso Abril 2017','informe-ingreso-egreso-abril-2017','informes huinganal abril 2017.pdf',38748,'','','','','','','','','','','','','','',0,'2017-08-09 19:28:59','2017-08-09 19:28:59','0000-00-00 00:00:00',124,0,1,1,0,'0000-00-00 00:00:00',78,0,-1,0,NULL,'',''),(81,1,1,0,0,'Informe Ingreso - Egreso Mayo 2017','informe-ingreso-egreso-mayo-2017','informes huinganal mayo 2017.pdf',38926,'','','','','','','','','','','','','','',0,'2017-08-09 19:29:58','2017-08-09 19:29:58','0000-00-00 00:00:00',91,0,1,1,0,'0000-00-00 00:00:00',79,0,-1,0,NULL,'',''),(82,1,1,0,0,'informes huinganal junio 2017','informes-huinganal-junio-2017','informes huinganal junio 2017.pdf',38854,'','','','','','','','','','','','','','',0,'2017-12-18 20:08:49','2017-12-18 20:08:49','0000-00-00 00:00:00',84,0,1,1,0,'0000-00-00 00:00:00',80,0,-1,0,NULL,'',''),(83,1,1,0,0,'informes huinganal julio 2017','informes-huinganal-julio-2017','informes huinganal julio 2017.pdf',38614,'','','','','','','','','','','','','','',0,'2017-12-18 20:12:45','2017-12-18 20:12:45','0000-00-00 00:00:00',80,0,1,1,0,'0000-00-00 00:00:00',81,0,-1,0,NULL,'',''),(84,1,1,0,0,'informes huinganal agosto 2017','informes-huinganal-agosto-2017','informes huinganal agosto 2017.pdf',39028,'','','','','','','','','','','','','','',0,'2017-12-18 20:15:47','2017-12-18 20:15:47','0000-00-00 00:00:00',69,0,1,1,0,'0000-00-00 00:00:00',82,0,-1,0,NULL,'',''),(85,1,1,0,0,'informes huinganal septiembre 2017','informes-huinganal-septiembre-2017','informes huinganal septiembre 2017.pdf',39251,'','','','','','','','','','','','','','',0,'2017-12-18 20:16:23','2017-12-18 20:16:23','0000-00-00 00:00:00',70,0,1,1,0,'0000-00-00 00:00:00',83,0,-1,0,NULL,'',''),(86,1,1,0,0,'informes huinganal octubre 2017','informes-huinganal-octubre-2017','informes huinganal octubre 2017.pdf',39290,'','','','','','','','','','','','','','',0,'2017-12-18 20:17:04','2017-12-18 20:17:04','0000-00-00 00:00:00',71,0,1,1,0,'0000-00-00 00:00:00',84,0,-1,0,NULL,'',''),(87,1,1,0,0,'informes huinganal noviembre 2017','informes-huinganal-noviembre-2017','informes huinganal noviembre 2017.pdf',40825,'','','','','','','','','','','','','','',0,'2018-01-11 20:16:01','2018-01-11 20:16:01','0000-00-00 00:00:00',78,0,1,1,0,'0000-00-00 00:00:00',85,0,-1,0,NULL,'',''),(88,1,1,0,0,'informes huinganal diciembre 2017','informes-huinganal-diciembre-2017','informes huinganal diciembre 2017.pdf',39474,'','','','','','','','','','','','','','',0,'2018-01-11 20:17:46','2018-01-11 20:17:46','0000-00-00 00:00:00',82,0,1,1,0,'0000-00-00 00:00:00',86,0,-1,0,NULL,'',''),(89,1,1,0,0,'Informe Enero 2018','informe-enero-2018','informes enero 2018.pdf',39143,'','','','','','','','','','','','','','',0,'2018-04-10 19:35:18','2018-04-10 19:35:18','0000-00-00 00:00:00',35,0,0,1,0,'0000-00-00 00:00:00',89,0,-1,0,NULL,'',''),(90,1,1,0,0,'Informe Febrero 2018','informe-febrero-2018','informe febrero 2018.pdf',38518,'','','','','','','','','','','','','','',0,'2018-04-10 19:40:27','2018-04-10 19:40:27','0000-00-00 00:00:00',27,0,0,1,0,'0000-00-00 00:00:00',90,0,-1,0,NULL,'',''),(91,1,1,0,0,'NORMAS REGLAMENTARIAS Y DE CONVIVENCIA','normas-reglamentarias-y-de-convivencia','normas reglamentarias y de convivencia.pdf',1475512,'','','','','','','','','','','','','','',0,'2018-04-10 19:51:23','2018-04-10 19:51:23','0000-00-00 00:00:00',350,0,1,1,0,'0000-00-00 00:00:00',87,0,-1,0,NULL,'',''),(92,1,1,0,0,'Reglamento de Construccion','reglamento-de-construccion','reglamento de construccion.pdf',637429,'','','','','','','','','','','','','','',0,'2018-04-10 19:53:00','2018-04-10 19:53:00','0000-00-00 00:00:00',91,0,1,1,0,'0000-00-00 00:00:00',88,0,-1,0,NULL,'',''),(93,1,1,0,0,'Acta Asamblea Abril 2018','acta-asamblea-abril-2018','acta asamblea abril 2018.pdf',453931,'','','','','','','','','','','','','','',0,'2018-11-16 13:10:06','2018-11-16 13:10:06','0000-00-00 00:00:00',257,0,1,1,0,'0000-00-00 00:00:00',91,0,-1,0,NULL,'',''),(94,1,1,0,0,'Informe Ingreso - Egreso Enero 2018','informe-ingreso-egreso-enero-2018','informe huinganal enero 2018.pdf',38942,'','','','','','','','','','','','','','',0,'2018-11-16 14:57:48','2018-11-16 14:57:48','0000-00-00 00:00:00',59,0,1,1,0,'0000-00-00 00:00:00',92,0,-1,0,NULL,'',''),(95,1,1,0,0,'Informe Ingreso - Egreso Febrero 2018','informe-ingreso-egreso-febrero-2018','informe huinganal febrero 2018.pdf',40316,'','','','','','','','','','','','','','',0,'2018-11-16 15:00:29','2018-11-16 15:00:29','0000-00-00 00:00:00',56,0,1,1,0,'0000-00-00 00:00:00',93,0,-1,0,NULL,'',''),(96,1,1,0,0,'Informe Ingreso - Egreso Marzo 2018','informe-ingreso-egreso-marzo-2018','informe huinganal marzo 2018.pdf',41498,'','','','','','','','','','','','','','',0,'2018-11-16 15:02:12','2018-11-16 15:02:12','0000-00-00 00:00:00',56,0,1,1,0,'0000-00-00 00:00:00',94,0,-1,0,NULL,'',''),(97,1,1,0,0,'Informe Ingreso - Egreso Abril 2018','informe-ingreso-egreso-abril-2018','informe huinganal abril 2018.pdf',38732,'','','','','','','','','','','','','','',0,'2018-11-16 15:03:37','2018-11-16 15:03:37','0000-00-00 00:00:00',68,0,1,1,0,'0000-00-00 00:00:00',95,0,-1,0,NULL,'',''),(98,1,1,0,0,'Informe Ingreso - Egreso Mayo 2018','informe-ingreso-egreso-mayo-2018','informe huinganal mayo 2018.pdf',38821,'','','','','','','','','','','','','','',0,'2018-11-16 15:04:56','2018-11-16 15:04:56','0000-00-00 00:00:00',55,0,1,1,0,'0000-00-00 00:00:00',96,0,-1,0,NULL,'',''),(99,1,1,0,0,'Informe Ingreso - Egreso Junio 2018','informe-ingreso-egreso-junio-2018','informe huinganal junio 2018.pdf',38878,'','','','','','','','','','','','','','',0,'2018-11-16 15:06:02','2018-11-16 15:06:02','0000-00-00 00:00:00',52,0,1,1,0,'0000-00-00 00:00:00',97,0,-1,0,NULL,'',''),(100,1,1,0,0,'Informe Ingreso - Egreso Julio 2018','informe-ingreso-egreso-julio-2018','informe huinganal julio 2018.pdf',40171,'','','','','','','','','','','','','','',0,'2018-11-16 15:06:59','2018-11-16 15:06:59','0000-00-00 00:00:00',55,0,1,1,0,'0000-00-00 00:00:00',98,0,-1,0,NULL,'',''),(101,1,1,0,0,'Informe Ingreso - Egreso Agosto 2018','informe-ingreso-egreso-agosto-2018','informe huinganal agosto 2018.pdf',39266,'','','','','','','','','','','','','','',0,'2018-11-16 15:07:46','2018-11-16 15:07:46','0000-00-00 00:00:00',55,0,1,1,0,'0000-00-00 00:00:00',99,0,-1,0,NULL,'',''),(102,1,1,0,0,'Informe Ingreso - Egreso Septiembre 2018','informe-ingreso-egreso-septiembre-2018','informe huinganal septiembre 2018.pdf',39468,'','','','','','','','','','','','','','',0,'2018-11-16 15:08:52','2018-11-16 15:08:52','0000-00-00 00:00:00',69,0,1,1,0,'0000-00-00 00:00:00',100,0,-1,0,NULL,'',''),(103,1,1,0,0,'Ingreso Egreso Octubre 2018','ingreso-egreso-octubre-2018','informe huinganal octubre 2018.pdf',39401,'','','','','','','','','','','','','','',0,'2019-04-16 19:22:05','2019-04-16 19:22:05','0000-00-00 00:00:00',51,0,1,1,0,'0000-00-00 00:00:00',101,0,-1,0,NULL,'',''),(104,1,1,0,0,'Ingreso Egreso Noviembre 2018','ingreso-egreso-noviembre-2018','informe huinganal noviembre 2018.pdf',39467,'','','','','','','','','','','','','','',0,'2019-04-16 19:24:53','2019-04-16 19:24:53','0000-00-00 00:00:00',49,0,1,1,0,'0000-00-00 00:00:00',102,0,-1,0,NULL,'',''),(105,1,1,0,0,'Ingreso Egreso Diciembre 2018','ingreso-egreso-diciembre-2018','informe huinganal diciembre 2018.pdf',39591,'','','','','','','','','','','','','','',0,'2019-04-16 19:25:46','2019-04-16 19:25:46','0000-00-00 00:00:00',52,0,1,1,0,'0000-00-00 00:00:00',103,0,-1,0,NULL,'',''),(106,1,1,0,0,'Ingreso Egreso Enero 2019','ingreso-egreso-enero-2019','informe huinganal enero 2019.pdf',39190,'','','','','','','','','','','','','','',0,'2019-04-16 19:26:29','2019-04-16 19:26:29','0000-00-00 00:00:00',52,0,1,1,0,'0000-00-00 00:00:00',104,0,-1,0,NULL,'',''),(107,1,1,0,0,'Ingreso Egreso Febrero 2019','ingreso-egreso-febrero-2019','informe huinganal febrero 2019.pdf',39053,'','','','','','','','','','','','','','',0,'2019-04-24 15:31:30','2019-04-24 15:31:30','0000-00-00 00:00:00',58,0,1,1,0,'0000-00-00 00:00:00',105,0,-1,0,NULL,'',''),(108,1,1,0,0,'ASAMBLEA COPROPIETARIOS ORDINARIA AÑO 2019 (EJECUTADO 2018)','asamblea-copropietarios-ordinaria-ano-2019-ejecutado-2018','asamblea ordinaria de copropietarios ao 2019 ejecutado 2018.pdf',1562575,'','','','','','','','','','','','','','',0,'2019-05-02 13:09:49','2019-05-02 13:09:49','0000-00-00 00:00:00',61,0,1,1,0,'0000-00-00 00:00:00',106,0,-1,0,NULL,'',''),(109,1,1,0,0,'ASAMBLEA COPROPIETARIOS ORDINARIA AÑO 2019 (PRESUPUESTO 2019)','asamblea-copropietarios-ordinaria-ano-2019-presupuesto-2019','asamblea ordinaria de copropietarios ao 2019 presuspuesto 2019.pdf',1392930,'','','','','','','','','','','','','','',0,'2019-05-02 13:36:04','2019-05-02 13:36:04','0000-00-00 00:00:00',73,0,1,1,0,'0000-00-00 00:00:00',107,0,-1,0,NULL,'',''),(110,1,1,0,0,'ASAMBLEA COPROPIETARIOS ORDINARIA AÑO 2019 (PROYECTOS EXTRAS AÑO 2019)','asamblea-copropietarios-ordinaria-ano-2019-proposicion-proyectos-extras-ano-2019','asamblea ordinaria de copropietarios ao 2019 propuesta proyectos extra ao 2019.pdf',2565408,'','','','','','','','','','','','','','',0,'2019-05-02 13:39:59','2019-05-02 13:39:59','0000-00-00 00:00:00',75,0,1,1,0,'0000-00-00 00:00:00',108,0,-1,0,NULL,'',''); /*!40000 ALTER TABLE `jos_phocadownload` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocadownload_categories` -- DROP TABLE IF EXISTS `jos_phocadownload_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocadownload_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT 0, `section` int(11) NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text DEFAULT 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(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `uploaduserid` text DEFAULT NULL, `accessuserid` text DEFAULT NULL, `deleteuserid` text DEFAULT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `count` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, `metakey` text DEFAULT NULL, `metadesc` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocadownload_categories` -- LOCK TABLES `jos_phocadownload_categories` WRITE; /*!40000 ALTER TABLE `jos_phocadownload_categories` DISABLE KEYS */; INSERT INTO `jos_phocadownload_categories` (`id`, `parent_id`, `section`, `title`, `name`, `alias`, `image`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `uploaduserid`, `accessuserid`, `deleteuserid`, `date`, `count`, `params`, `metakey`, `metadesc`) VALUES (1,0,1,'Descargas Documentos','','ddd0','','left','',1,65,'2018-01-11 20:14:10',NULL,1,0,'-2','0',NULL,'2012-04-22 21:49:54',0,NULL,'',''); /*!40000 ALTER TABLE `jos_phocadownload_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocadownload_licenses` -- DROP TABLE IF EXISTS `jos_phocadownload_licenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocadownload_licenses` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `description` text DEFAULT NULL, `checked_out` int(11) unsigned NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT 0, `ordering` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocadownload_licenses` -- LOCK TABLES `jos_phocadownload_licenses` WRITE; /*!40000 ALTER TABLE `jos_phocadownload_licenses` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocadownload_licenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocadownload_sections` -- DROP TABLE IF EXISTS `jos_phocadownload_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocadownload_sections` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` text DEFAULT NULL, `scope` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text DEFAULT 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', `ordering` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `count` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, `metakey` text DEFAULT NULL, `metadesc` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocadownload_sections` -- LOCK TABLES `jos_phocadownload_sections` WRITE; /*!40000 ALTER TABLE `jos_phocadownload_sections` DISABLE KEYS */; INSERT INTO `jos_phocadownload_sections` (`id`, `title`, `name`, `alias`, `image`, `scope`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `date`, `count`, `params`, `metakey`, `metadesc`) VALUES (1,'Documentos','','ddd','','','left','',1,0,'0000-00-00 00:00:00',1,0,'2012-04-22 21:49:28',0,NULL,'',''); /*!40000 ALTER TABLE `jos_phocadownload_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocadownload_settings` -- DROP TABLE IF EXISTS `jos_phocadownload_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocadownload_settings` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(250) NOT NULL DEFAULT '', `value` text DEFAULT NULL, `values` text DEFAULT NULL, `type` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocadownload_settings` -- LOCK TABLES `jos_phocadownload_settings` WRITE; /*!40000 ALTER TABLE `jos_phocadownload_settings` DISABLE KEYS */; INSERT INTO `jos_phocadownload_settings` (`id`, `title`, `value`, `values`, `type`) VALUES (1,'download_folder','phocadownload','','text'),(2,'allowed_file_types','{hqx=application/mac-binhex40}\n{cpt=application/mac-compactpro}\n{csv=text/x-comma-separated-values}\n{bin=application/macbinary}\n{dms=application/octet-stream}\n{lha=application/octet-stream}\n{lzh=application/octet-stream}\n{exe=application/octet-stream}\n{class=application/octet-stream}\n{psd=application/x-photoshop}\n{so=application/octet-stream}\n{sea=application/octet-stream}\n{dll=application/octet-stream}\n{oda=application/oda}\n{pdf=application/pdf}\n{ai=application/postscript}\n{eps=application/postscript}\n{ps=application/postscript}\n{smi=application/smil}\n{smil=application/smil}\n{mif=application/vnd.mif}\n{xls=application/vnd.ms-excel}\n{ppt=application/powerpoint}\n{wbxml=application/wbxml}\n{wmlc=application/wmlc}\n{dcr=application/x-director}\n{dir=application/x-director}\n{dxr=application/x-director}\n{dvi=application/x-dvi}\n{gtar=application/x-gtar}\n{gz=application/x-gzip}\n{php=application/x-httpd-php}\n{php4=application/x-httpd-php}\n{php3=application/x-httpd-php}\n{phtml=application/x-httpd-php}\n{phps=application/x-httpd-php-source}\n{js=application/x-javascript}\n{swf=application/x-shockwave-flash}\n{sit=application/x-stuffit}\n{tar=application/x-tar}\n{tgz=application/x-tar}\n{xhtml=application/xhtml+xml}\n{xht=application/xhtml+xml}\n{zip=application/x-zip}\n{mid=audio/midi}\n{midi=audio/midi}\n{mpga=audio/mpeg}\n{mp2=audio/mpeg}\n{mp3=audio/mpeg}\n{aif=audio/x-aiff}\n{aiff=audio/x-aiff}\n{aifc=audio/x-aiff}\n{ram=audio/x-pn-realaudio}\n{rm=audio/x-pn-realaudio}\n{rpm=audio/x-pn-realaudio-plugin}\n{ra=audio/x-realaudio}\n{rv=video/vnd.rn-realvideo}\n{wav=audio/x-wav}\n{bmp=image/bmp}\n{gif=image/gif}\n{jpeg=image/jpeg}\n{jpg=image/jpeg}\n{jpe=image/jpeg}\n{png=image/png}\n{tiff=image/tiff}\n{tif=image/tiff}\n{css=text/css}\n{html=text/html}\n{htm=text/html}\n{shtml=text/html}\n{txt=text/plain}\n{text=text/plain}\n{log=text/plain}\n{rtx=text/richtext}\n{rtf=text/rtf}\n{xml=text/xml}\n{xsl=text/xml}\n{mpeg=video/mpeg}\n{mpg=video/mpeg}\n{mpe=video/mpeg}\n{qt=video/quicktime}\n{mov=video/quicktime}\n{avi=video/x-msvideo}\n{flv=video/x-flv}\n{movie=video/x-sgi-movie}\n{doc=application/msword}\n{xl=application/excel}\n{eml=message/rfc822}','','textarea'),(3,'disallowed_file_types','','','textarea'),(4,'upload_maxsize','3145728','','text'),(5,'enable_flash','0','{0=No}{1=Yes}','select'),(6,'enable_user_statistics','1','{0=No}{1=Yes}','select'),(7,'absolute_path','','','text'),(8,'description','','','textareaeditor'); /*!40000 ALTER TABLE `jos_phocadownload_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocadownload_user_stat` -- DROP TABLE IF EXISTS `jos_phocadownload_user_stat`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocadownload_user_stat` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fileid` int(11) NOT NULL DEFAULT 0, `userid` int(11) NOT NULL DEFAULT 0, `count` int(11) NOT NULL DEFAULT 0, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT 0, `ordering` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocadownload_user_stat` -- LOCK TABLES `jos_phocadownload_user_stat` WRITE; /*!40000 ALTER TABLE `jos_phocadownload_user_stat` DISABLE KEYS */; INSERT INTO `jos_phocadownload_user_stat` (`id`, `fileid`, `userid`, `count`, `date`, `published`, `ordering`) VALUES (1,1,0,3,'2012-04-23 19:33:08',0,0),(2,8,0,1,'2012-04-23 18:05:33',0,0),(3,12,0,247,'2018-04-10 19:29:15',0,0),(4,18,0,107,'2015-01-07 23:07:15',0,0),(5,16,0,45,'2014-05-07 14:20:29',0,0),(6,17,0,74,'2014-04-26 00:13:46',0,0),(7,19,0,96,'2014-12-25 03:47:10',0,0),(8,20,0,224,'2018-04-10 19:29:25',0,0),(9,21,0,81,'2014-12-31 19:48:02',0,0),(10,22,0,56,'2015-01-11 22:29:09',0,0),(11,24,0,56,'2015-01-11 22:29:22',0,0),(12,30,0,57,'2014-12-31 18:55:42',0,0),(13,32,0,57,'2014-12-31 20:04:17',0,0),(14,27,0,50,'2015-01-09 15:19:33',0,0),(15,28,0,50,'2015-01-06 12:59:55',0,0),(16,31,0,59,'2015-01-06 11:09:20',0,0),(17,26,0,44,'2014-12-18 20:42:42',0,0),(18,29,0,53,'2015-01-09 16:32:44',0,0),(19,33,0,43,'2015-01-08 09:58:02',0,0),(20,36,0,34,'2015-01-09 12:41:06',0,0),(21,34,0,31,'2015-01-06 19:26:49',0,0),(22,35,0,33,'2014-12-29 05:56:40',0,0),(23,43,0,21,'2015-12-09 12:03:47',0,0),(24,46,0,19,'2016-01-03 16:10:24',0,0),(25,47,0,24,'2016-01-04 05:24:09',0,0),(26,40,0,18,'2015-12-24 22:16:22',0,0),(27,37,0,36,'2016-01-04 22:12:45',0,0),(28,38,0,15,'2015-12-22 00:41:46',0,0),(29,39,0,14,'2015-12-28 08:29:23',0,0),(30,41,0,23,'2016-01-13 12:17:54',0,0),(31,44,0,17,'2016-01-15 01:21:28',0,0),(32,42,0,14,'2015-12-24 18:46:20',0,0),(33,48,0,21,'2016-01-08 01:39:25',0,0),(34,45,0,21,'2015-12-20 21:24:38',0,0),(35,49,0,14,'2015-12-29 15:14:57',0,0),(36,50,0,31,'2016-01-19 19:41:07',0,0),(37,51,0,51,'2017-07-15 17:55:12',0,0),(38,61,0,32,'2017-08-06 21:16:24',0,0),(39,62,0,37,'2017-08-06 21:16:30',0,0),(40,64,0,26,'2016-08-03 23:13:02',0,0),(41,55,0,34,'2017-08-06 21:15:55',0,0),(42,56,0,33,'2017-08-06 21:16:00',0,0),(43,57,0,39,'2017-08-06 21:16:08',0,0),(44,60,0,33,'2017-08-06 21:16:22',0,0),(45,53,0,30,'2017-08-06 21:15:46',0,0),(46,54,0,30,'2017-08-06 21:15:50',0,0),(47,59,0,28,'2017-08-06 21:16:16',0,0),(48,58,0,33,'2017-08-06 21:16:12',0,0),(49,52,0,36,'2017-08-06 21:15:43',0,0),(50,67,0,70,'2019-03-13 01:48:57',0,0),(51,65,0,75,'2019-03-13 01:49:18',0,0),(52,69,0,62,'2019-03-13 01:48:39',0,0),(53,66,0,62,'2019-03-13 01:49:03',0,0),(54,68,0,62,'2019-03-13 01:49:01',0,0),(55,70,0,61,'2019-03-13 01:49:29',0,0),(56,71,0,51,'2019-03-13 01:49:14',0,0),(57,73,0,66,'2019-03-13 01:49:11',0,0),(58,72,0,52,'2019-03-13 01:49:35',0,0),(59,74,0,46,'2019-03-13 01:49:34',0,0),(60,75,0,49,'2019-04-04 17:43:38',0,0),(61,76,0,69,'2019-04-04 17:46:10',0,0),(62,77,0,95,'2020-08-25 09:23:55',0,0),(63,78,0,93,'2020-08-23 03:01:20',0,0),(64,79,0,85,'2020-08-05 01:28:36',0,0),(65,80,0,124,'2020-08-24 23:32:51',0,0),(66,81,0,91,'2020-08-24 23:37:55',0,0),(67,82,0,84,'2020-08-14 22:34:17',0,0),(68,86,0,71,'2020-08-27 09:30:30',0,0),(69,85,0,70,'2020-08-27 02:11:55',0,0),(70,84,0,69,'2020-08-03 18:29:57',0,0),(71,83,0,80,'2020-08-27 05:19:57',0,0),(72,88,0,82,'2020-08-22 17:11:00',0,0),(73,87,0,78,'2020-08-23 04:14:01',0,0),(74,89,0,35,'2018-11-16 15:17:23',0,0),(75,91,0,350,'2020-08-23 15:14:31',0,0),(76,90,0,27,'2018-11-16 15:16:41',0,0),(77,92,0,91,'2020-08-25 03:05:20',0,0),(78,93,0,257,'2020-08-23 17:14:22',0,0),(79,96,0,56,'2020-08-26 09:30:32',0,0),(80,94,0,59,'2020-08-24 17:22:56',0,0),(81,102,0,69,'2020-08-25 04:09:55',0,0),(82,99,0,52,'2020-08-23 23:26:08',0,0),(83,95,0,56,'2020-08-23 22:26:41',0,0),(84,101,0,55,'2020-08-24 20:18:16',0,0),(85,97,0,68,'2020-08-27 06:22:35',0,0),(86,100,0,55,'2020-08-23 23:32:21',0,0),(87,98,0,55,'2020-08-26 08:08:13',0,0),(88,103,0,51,'2020-08-24 20:28:46',0,0),(89,106,0,52,'2020-08-20 17:13:08',0,0),(90,104,0,49,'2020-08-27 05:37:19',0,0),(91,105,0,52,'2020-08-24 03:29:08',0,0),(92,107,0,58,'2020-08-22 05:04:36',0,0),(93,108,0,61,'2020-08-24 19:58:20',0,0),(94,110,0,75,'2020-08-23 17:19:58',0,0),(95,109,0,73,'2020-08-24 06:21:05',0,0); /*!40000 ALTER TABLE `jos_phocadownload_user_stat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery` -- DROP TABLE IF EXISTS `jos_phocagallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 0, `sid` int(11) NOT NULL DEFAULT 0, `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `filename` varchar(250) NOT NULL DEFAULT '', `description` text DEFAULT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT 0, `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT 0, `geotitle` varchar(255) NOT NULL DEFAULT '', `userid` int(11) NOT NULL DEFAULT 0, `videocode` text DEFAULT NULL, `vmproductid` int(11) NOT NULL DEFAULT 0, `imgorigsize` int(11) NOT NULL DEFAULT 0, `published` tinyint(1) NOT NULL DEFAULT 0, `approved` tinyint(1) NOT NULL DEFAULT 0, `checked_out` int(11) NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, `metakey` text DEFAULT NULL, `metadesc` text DEFAULT NULL, `extlink1` text DEFAULT NULL, `extlink2` text DEFAULT NULL, `extid` varchar(255) NOT NULL DEFAULT '', `extl` varchar(255) NOT NULL DEFAULT '', `extm` varchar(255) NOT NULL DEFAULT '', `exts` varchar(255) NOT NULL DEFAULT '', `exto` varchar(255) NOT NULL DEFAULT '', `extw` varchar(255) NOT NULL DEFAULT '', `exth` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery` -- LOCK TABLES `jos_phocagallery` WRITE; /*!40000 ALTER TABLE `jos_phocagallery` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_categories` -- DROP TABLE IF EXISTS `jos_phocagallery_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT 0, `owner_id` int(11) NOT NULL DEFAULT 0, `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` varchar(255) NOT NULL DEFAULT '', `section` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text DEFAULT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT 0, `approved` 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(50) DEFAULT NULL, `ordering` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `count` int(11) NOT NULL DEFAULT 0, `hits` int(11) NOT NULL DEFAULT 0, `accessuserid` text DEFAULT NULL, `uploaduserid` text DEFAULT NULL, `deleteuserid` text DEFAULT NULL, `userfolder` text DEFAULT NULL, `latitude` varchar(20) NOT NULL DEFAULT '', `longitude` varchar(20) NOT NULL DEFAULT '', `zoom` int(3) NOT NULL DEFAULT 0, `geotitle` varchar(255) NOT NULL DEFAULT '', `extid` varchar(255) NOT NULL DEFAULT '', `exta` varchar(255) NOT NULL DEFAULT '', `extu` varchar(255) NOT NULL DEFAULT '', `extauth` varchar(255) NOT NULL DEFAULT '', `params` text DEFAULT NULL, `metakey` text DEFAULT NULL, `metadesc` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_categories` -- LOCK TABLES `jos_phocagallery_categories` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_comments` -- DROP TABLE IF EXISTS `jos_phocagallery_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 0, `userid` int(11) NOT NULL DEFAULT 0, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL DEFAULT '', `comment` text DEFAULT 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', `ordering` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_comments` -- LOCK TABLES `jos_phocagallery_comments` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_img_comments` -- DROP TABLE IF EXISTS `jos_phocagallery_img_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_img_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT 0, `userid` int(11) NOT NULL DEFAULT 0, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(255) NOT NULL DEFAULT '', `comment` text DEFAULT 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', `ordering` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_img_comments` -- LOCK TABLES `jos_phocagallery_img_comments` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_img_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_img_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_img_votes` -- DROP TABLE IF EXISTS `jos_phocagallery_img_votes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_img_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT 0, `userid` int(11) NOT NULL DEFAULT 0, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT 0, `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', `ordering` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_img_votes` -- LOCK TABLES `jos_phocagallery_img_votes` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_img_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_img_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_img_votes_statistics` -- DROP TABLE IF EXISTS `jos_phocagallery_img_votes_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_img_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `imgid` int(11) NOT NULL DEFAULT 0, `count` int(11) NOT NULL DEFAULT 0, `average` float(8,6) NOT NULL DEFAULT 0.000000, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_img_votes_statistics` -- LOCK TABLES `jos_phocagallery_img_votes_statistics` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_img_votes_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_img_votes_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_user` -- DROP TABLE IF EXISTS `jos_phocagallery_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT NULL DEFAULT 0, `avatar` varchar(40) NOT NULL DEFAULT '', `published` tinyint(1) NOT NULL DEFAULT 0, `approved` tinyint(1) NOT NULL DEFAULT 0, `checked_out` int(11) NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_user` -- LOCK TABLES `jos_phocagallery_user` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_user` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_votes` -- DROP TABLE IF EXISTS `jos_phocagallery_votes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_votes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 0, `userid` int(11) NOT NULL DEFAULT 0, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `rating` tinyint(1) NOT NULL DEFAULT 0, `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', `ordering` int(11) NOT NULL DEFAULT 0, `params` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_votes` -- LOCK TABLES `jos_phocagallery_votes` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_votes` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_votes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_phocagallery_votes_statistics` -- DROP TABLE IF EXISTS `jos_phocagallery_votes_statistics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_phocagallery_votes_statistics` ( `id` int(11) NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 0, `count` int(11) NOT NULL DEFAULT 0, `average` float(8,6) NOT NULL DEFAULT 0.000000, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_phocagallery_votes_statistics` -- LOCK TABLES `jos_phocagallery_votes_statistics` WRITE; /*!40000 ALTER TABLE `jos_phocagallery_votes_statistics` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_phocagallery_votes_statistics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_plugins` -- DROP TABLE IF EXISTS `jos_plugins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_plugins` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL DEFAULT '', `element` varchar(100) NOT NULL DEFAULT '', `folder` varchar(100) NOT NULL DEFAULT '', `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `ordering` int(11) NOT NULL DEFAULT 0, `published` tinyint(3) NOT NULL DEFAULT 0, `iscore` tinyint(3) NOT NULL DEFAULT 0, `client_id` tinyint(3) 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', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_plugins` -- LOCK TABLES `jos_plugins` WRITE; /*!40000 ALTER TABLE `jos_plugins` DISABLE KEYS */; INSERT INTO `jos_plugins` (`id`, `name`, `element`, `folder`, `access`, `ordering`, `published`, `iscore`, `client_id`, `checked_out`, `checked_out_time`, `params`) VALUES (1,'Authentication - Joomla','joomla','authentication',0,1,1,1,0,0,'0000-00-00 00:00:00',''),(2,'Authentication - LDAP','ldap','authentication',0,2,0,1,0,0,'0000-00-00 00:00:00','host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'),(3,'Authentication - GMail','gmail','authentication',0,4,0,0,0,0,'0000-00-00 00:00:00',''),(4,'Authentication - OpenID','openid','authentication',0,3,0,0,0,0,'0000-00-00 00:00:00',''),(5,'User - Joomla!','joomla','user',0,0,1,0,0,0,'0000-00-00 00:00:00','autoregister=1\n\n'),(6,'Search - Content','content','search',0,1,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'),(7,'Search - Contacts','contacts','search',0,3,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(8,'Search - Categories','categories','search',0,4,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(9,'Search - Sections','sections','search',0,5,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(10,'Search - Newsfeeds','newsfeeds','search',0,6,1,0,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(11,'Search - Weblinks','weblinks','search',0,2,1,1,0,0,'0000-00-00 00:00:00','search_limit=50\n\n'),(12,'Content - Pagebreak','pagebreak','content',0,10000,1,1,0,0,'0000-00-00 00:00:00','enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'),(13,'Content - Rating','vote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''),(14,'Content - Email Cloaking','emailcloak','content',0,5,1,0,0,0,'0000-00-00 00:00:00','mode=1\n\n'),(15,'Content - Code Hightlighter (GeSHi)','geshi','content',0,5,0,0,0,0,'0000-00-00 00:00:00',''),(16,'Content - Load Module','loadmodule','content',0,6,1,0,0,0,'0000-00-00 00:00:00','enabled=1\nstyle=0\n\n'),(17,'Content - Page Navigation','pagenavigation','content',0,2,1,1,0,0,'0000-00-00 00:00:00','position=1\n\n'),(18,'Editor - No Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(19,'Editor - TinyMCE','tinymce','editors',0,0,1,1,0,0,'0000-00-00 00:00:00','mode=advanced\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'),(20,'Editor - XStandard Lite 2.0','xstandard','editors',0,0,0,1,0,0,'0000-00-00 00:00:00',''),(21,'Editor Button - Image','image','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(22,'Editor Button - Pagebreak','pagebreak','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(23,'Editor Button - Readmore','readmore','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(24,'XML-RPC - Joomla','joomla','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(25,'XML-RPC - Blogger API','blogger','xmlrpc',0,7,0,1,0,0,'0000-00-00 00:00:00','catid=1\nsectionid=0\n\n'),(27,'System - SEF','sef','system',0,1,1,0,0,0,'0000-00-00 00:00:00',''),(28,'System - Debug','debug','system',0,2,1,0,0,0,'0000-00-00 00:00:00','queries=1\nmemory=1\nlangauge=1\n\n'),(29,'System - Legacy','legacy','system',0,3,0,1,0,0,'0000-00-00 00:00:00','route=0\n\n'),(30,'System - Cache','cache','system',0,4,0,1,0,0,'0000-00-00 00:00:00','browsercache=0\ncachetime=15\n\n'),(31,'System - Log','log','system',0,5,0,1,0,0,'0000-00-00 00:00:00',''),(32,'System - Remember Me','remember','system',0,6,1,1,0,0,'0000-00-00 00:00:00',''),(33,'System - Backlink','backlink','system',0,7,0,1,0,0,'0000-00-00 00:00:00',''),(34,'System - Mootools Upgrade','mtupgrade','system',0,8,0,1,0,0,'0000-00-00 00:00:00',''),(35,'System - RokCandy','rokcandy_system','system',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(36,'Button - RokCandy','rokcandy_button','editors-xtd',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(37,'RokNavMenu - Boost','boost','roknavmenu',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(38,'RokNavMenu - Extended Link','extendedlink','roknavmenu',0,0,1,1,0,0,'0000-00-00 00:00:00',''),(39,'Content - RokBox','rokbox','content',0,0,0,0,0,0,'0000-00-00 00:00:00','thumb_ext=_thumb\nthumb_class=album\nthumb_dir=cache\nthumb_width=150\nthumb_height=100\nthumb_quality=90\n'),(40,'Editor - RokPad','rokpad','editors',0,0,1,0,0,0,'0000-00-00 00:00:00','@spacer=
    Parser Type
    \nrokpad-parser=xhtmlmixed\nrokpad-tidylevel=XHTML 1.0 Transitional\nrokpad-show-formatter=1\n@spacer=
    Editor Parameters
    \nrokpad-height=350\nrokpad-passdelay=200\nrokpad-passtime=50\nrokpad-linenumberdelay=200\nrokpad-linenumbertime=50\nrokpad-continuous=500\nrokpad-matchparens=1\nrokpad-history=50\nrokpad-history-delay=800\nrokpad-lineHandler=1\nrokpad-textwrapperHandler=1\nrokpad-indentunit=2\nrokpad-tabmode=indent\nrokpad-loadindent=1\n'),(41,'System - RokBox','rokbox','system',0,0,0,0,0,0,'0000-00-00 00:00:00','theme=light\ncustom-theme=sample\n'),(42,'System - RokGantry Cache','rokgantrycache','system',0,0,0,0,0,0,'0000-00-00 00:00:00',''),(43,'System - RokGZipper','rokgzipper','system',0,0,0,0,0,0,'0000-00-00 00:00:00','cache_time=900\nexpires_header_time=1440\nshow_contains_comments=0\nignored_files=/jan11/components/com_gantry/js/imenu.js\\n/jan11/media/system/js/modal.js\nstrip_css=1\n\n'),(44,'Editor - JCE','jce','editors',0,0,1,0,0,0,'0000-00-00 00:00:00',''),(45,'Editors-xtd - JoomDOC','joomdoc','editors-xtd',0,0,0,0,0,0,'0000-00-00 00:00:00',''),(46,'Search - JoomDOC','joomdoc','search',0,0,0,0,0,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `jos_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_poll_data` -- DROP TABLE IF EXISTS `jos_poll_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_poll_data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pollid` int(11) NOT NULL DEFAULT 0, `text` text NOT NULL, `hits` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_poll_data` -- LOCK TABLES `jos_poll_data` WRITE; /*!40000 ALTER TABLE `jos_poll_data` DISABLE KEYS */; INSERT INTO `jos_poll_data` (`id`, `pollid`, `text`, `hits`) VALUES (1,14,'Community Sites',2),(2,14,'Public Brand Sites',3),(3,14,'eCommerce',1),(4,14,'Blogs',0),(5,14,'Intranets',0),(6,14,'Photo and Media Sites',2),(7,14,'All of the Above!',3),(8,14,'',0),(9,14,'',0),(10,14,'',0),(11,14,'',0),(12,14,'',0),(13,15,'Mozilla Firefox',0),(14,15,'Apple Safari',0),(15,15,'Google Chrome',0),(16,15,'Internet Explorer 8',0),(17,15,'Other',0),(18,15,'',0),(19,15,'',0),(20,15,'',0),(21,15,'',0),(22,15,'',0),(23,15,'',0),(24,15,'',0); /*!40000 ALTER TABLE `jos_poll_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_poll_date` -- DROP TABLE IF EXISTS `jos_poll_date`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_poll_date` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL DEFAULT 0, `poll_id` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_poll_date` -- LOCK TABLES `jos_poll_date` WRITE; /*!40000 ALTER TABLE `jos_poll_date` DISABLE KEYS */; INSERT INTO `jos_poll_date` (`id`, `date`, `vote_id`, `poll_id`) VALUES (1,'2006-10-09 13:01:58',1,14),(2,'2006-10-10 15:19:43',7,14),(3,'2006-10-11 11:08:16',7,14),(4,'2006-10-11 15:02:26',2,14),(5,'2006-10-11 15:43:03',7,14),(6,'2006-10-11 15:43:38',7,14),(7,'2006-10-12 00:51:13',2,14),(8,'2007-05-10 19:12:29',3,14),(9,'2007-05-14 14:18:00',6,14),(10,'2007-06-10 15:20:29',6,14),(11,'2007-07-03 12:37:53',2,14); /*!40000 ALTER TABLE `jos_poll_date` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_poll_menu` -- DROP TABLE IF EXISTS `jos_poll_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_poll_menu` ( `pollid` int(11) NOT NULL DEFAULT 0, `menuid` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_poll_menu` -- LOCK TABLES `jos_poll_menu` WRITE; /*!40000 ALTER TABLE `jos_poll_menu` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_poll_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_polls` -- DROP TABLE IF EXISTS `jos_polls`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_polls` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `voters` int(9) 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', `published` tinyint(1) NOT NULL DEFAULT 0, `access` int(11) NOT NULL DEFAULT 0, `lag` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_polls` -- LOCK TABLES `jos_polls` WRITE; /*!40000 ALTER TABLE `jos_polls` DISABLE KEYS */; INSERT INTO `jos_polls` (`id`, `title`, `alias`, `voters`, `checked_out`, `checked_out_time`, `published`, `access`, `lag`) VALUES (14,'Joomla! is used for?','joomla-is-used-for',11,0,'0000-00-00 00:00:00',1,0,86400),(15,'Favourite Web Browser','favourite-web-browser',0,0,'0000-00-00 00:00:00',1,0,86400); /*!40000 ALTER TABLE `jos_polls` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_rokcandy` -- DROP TABLE IF EXISTS `jos_rokcandy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_rokcandy` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL, `macro` text NOT NULL, `html` text NOT NULL, `published` tinyint(1) NOT NULL, `checked_out` int(11) NOT NULL, `checked_out_time` datetime NOT NULL, `ordering` int(11) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_rokcandy` -- LOCK TABLES `jos_rokcandy` WRITE; /*!40000 ALTER TABLE `jos_rokcandy` DISABLE KEYS */; INSERT INTO `jos_rokcandy` (`id`, `catid`, `macro`, `html`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`) VALUES (20,34,'[code]{text}[/code]','{text}',1,0,'0000-00-00 00:00:00',7,''),(21,34,'[i]{text}[/i]','{text}',1,0,'0000-00-00 00:00:00',6,''),(22,34,'[b]{text}[/b]','{text}',1,0,'0000-00-00 00:00:00',5,''),(23,34,'[h4]{text}[/h4]','

    {text}

    ',1,0,'0000-00-00 00:00:00',4,''),(24,34,'[h1]{text}[/h1]','

    {text}

    ',1,0,'0000-00-00 00:00:00',1,''),(25,34,'[h2]{text}[/h2]','

    {text}

    ',1,0,'0000-00-00 00:00:00',2,''),(26,34,'[h3]{text}[/h3]','

    {text}

    ',1,0,'0000-00-00 00:00:00',3,''); /*!40000 ALTER TABLE `jos_rokcandy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_sections` -- DROP TABLE IF EXISTS `jos_sections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_sections` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `image` text NOT NULL, `scope` varchar(50) NOT NULL DEFAULT '', `image_position` varchar(30) NOT NULL DEFAULT '', `description` text 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', `ordering` int(11) NOT NULL DEFAULT 0, `access` tinyint(3) unsigned NOT NULL DEFAULT 0, `count` int(11) NOT NULL DEFAULT 0, `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_sections` -- LOCK TABLES `jos_sections` WRITE; /*!40000 ALTER TABLE `jos_sections` DISABLE KEYS */; INSERT INTO `jos_sections` (`id`, `title`, `name`, `alias`, `image`, `scope`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `ordering`, `access`, `count`, `params`) VALUES (1,'News','','news','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,65,'2019-01-24 14:50:05',3,0,2,''),(3,'FAQs','','faqs','key.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,65,'2019-01-24 14:50:16',5,0,23,''),(4,'About Joomla!','','about-joomla','','content','left','',1,65,'2019-01-24 14:49:58',2,0,14,''),(5,'Demo Content','','demo-content','','content','left','',1,65,'2019-01-24 14:50:23',6,0,4,''); /*!40000 ALTER TABLE `jos_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_session` -- DROP TABLE IF EXISTS `jos_session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_session` ( `username` varchar(150) DEFAULT '', `time` varchar(14) DEFAULT '', `session_id` varchar(200) NOT NULL DEFAULT '0', `guest` tinyint(4) DEFAULT 1, `userid` int(11) DEFAULT 0, `usertype` varchar(50) DEFAULT '', `gid` tinyint(3) unsigned NOT NULL DEFAULT 0, `client_id` tinyint(3) unsigned NOT NULL DEFAULT 0, `data` longtext DEFAULT NULL, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_session` -- LOCK TABLES `jos_session` WRITE; /*!40000 ALTER TABLE `jos_session` DISABLE KEYS */; INSERT INTO `jos_session` (`username`, `time`, `session_id`, `guest`, `userid`, `usertype`, `gid`, `client_id`, `data`) VALUES ('','1598534611','p3get8pqc7gr4c2cnbcg4u9u24',1,0,'',0,0,'__default|a:8:{s:15:\"session.counter\";i:3;s:19:\"session.timer.start\";i:1598534589;s:18:\"session.timer.last\";i:1598534603;s:17:\"session.timer.now\";i:1598534611;s:22:\"session.client.browser\";s:113:\"Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:8:\"registry\";O:9:\"JRegistry\":3:{s:17:\"_defaultNameSpace\";s:7:\"session\";s:9:\"_registry\";a:1:{s:7:\"session\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:4:\"user\";O:5:\"JUser\":19:{s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:3:\"gid\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:3:\"aid\";i:0;s:5:\"guest\";i:1;s:7:\"_params\";O:10:\"JParameter\":7:{s:4:\"_raw\";s:0:\"\";s:4:\"_xml\";N;s:9:\"_elements\";a:0:{}s:12:\"_elementPath\";a:1:{i:0;s:81:\"/home/valle/public_html/server_mantencion/libraries/joomla/html/parameter/element\";}s:17:\"_defaultNameSpace\";s:8:\"_default\";s:9:\"_registry\";a:1:{s:8:\"_default\";a:1:{s:4:\"data\";O:8:\"stdClass\":0:{}}}s:7:\"_errors\";a:0:{}}s:9:\"_errorMsg\";N;s:7:\"_errors\";a:0:{}}s:23:\"gantry-current-template\";s:16:\"rt_maelstrom_j15\";}'); /*!40000 ALTER TABLE `jos_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_stats_agents` -- DROP TABLE IF EXISTS `jos_stats_agents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_stats_agents` ( `agent` varchar(255) NOT NULL DEFAULT '', `type` tinyint(1) unsigned NOT NULL DEFAULT 0, `hits` int(11) unsigned NOT NULL DEFAULT 1 ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_stats_agents` -- LOCK TABLES `jos_stats_agents` WRITE; /*!40000 ALTER TABLE `jos_stats_agents` DISABLE KEYS */; /*!40000 ALTER TABLE `jos_stats_agents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_templates_menu` -- DROP TABLE IF EXISTS `jos_templates_menu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_templates_menu` ( `template` varchar(255) NOT NULL DEFAULT '', `menuid` int(11) NOT NULL DEFAULT 0, `client_id` tinyint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_templates_menu` -- LOCK TABLES `jos_templates_menu` WRITE; /*!40000 ALTER TABLE `jos_templates_menu` DISABLE KEYS */; INSERT INTO `jos_templates_menu` (`template`, `menuid`, `client_id`) VALUES ('rt_maelstrom_j15',0,0),('khepri',0,1); /*!40000 ALTER TABLE `jos_templates_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_users` -- DROP TABLE IF EXISTS `jos_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `username` varchar(150) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `password` varchar(100) NOT NULL DEFAULT '', `usertype` varchar(25) NOT NULL DEFAULT '', `block` tinyint(4) NOT NULL DEFAULT 0, `sendEmail` tinyint(4) DEFAULT 0, `gid` tinyint(3) unsigned NOT NULL DEFAULT 1, `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL DEFAULT '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_users` -- LOCK TABLES `jos_users` WRITE; /*!40000 ALTER TABLE `jos_users` DISABLE KEYS */; INSERT INTO `jos_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `gid`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES (62,'Administrator','admin','soporte@anet.cl','f837c9d615051f62e4defa5280c8291c:eVlXI0tILyLvWeNWe4kVLXwSufQe51yI','Super Administrator',0,1,25,'2012-04-18 17:23:21','2015-09-23 19:18:24','','admin_language=\nlanguage=\neditor=jce\nhelpsite=\ntimezone=0\n\n'),(63,'Humberto Reyes','soporte','hreyes@valleshuinganal.cl','c9f67c51e5e99e9574bc40a6c8badf7b:aaj3we6YW6zh0seQhYjzwXyHpvdLMUSV','Super Administrator',0,1,25,'2012-04-23 17:46:02','2015-04-26 14:39:24','','admin_language=\nlanguage=\neditor=jce\nhelpsite=\ntimezone=0\n\n'),(64,'Charles Morales','charles','charles@charles.cl','a01b96ed2ec75222ae422a154cd8e34c:PvKo7HeI5HoqaXDUVnVcJap643eVy0Mz','Super Administrator',0,1,25,'2012-05-09 20:40:25','2015-08-28 13:24:19','','admin_language=\nlanguage=\neditor=jce\nhelpsite=\ntimezone=0\n\n'),(65,'Webmaster Valles Huinganal','webmaster','administracion@valleshuinganal.cl','599596184215073a947c1dcf1df031db:hFltbCYj15bLG9BB7GAujRdiCgicmqkn','Super Administrator',0,1,25,'2015-09-23 19:16:49','2019-05-02 13:45:28','','admin_language=\nlanguage=\neditor=\nhelpsite=\ntimezone=0\n\n'); /*!40000 ALTER TABLE `jos_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_weblinks` -- DROP TABLE IF EXISTS `jos_weblinks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_weblinks` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT 0, `sid` int(11) NOT NULL DEFAULT 0, `title` varchar(250) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `url` varchar(250) NOT NULL DEFAULT '', `description` text NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hits` int(11) NOT NULL DEFAULT 0, `published` tinyint(1) NOT NULL DEFAULT 0, `checked_out` int(11) NOT NULL DEFAULT 0, `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT 0, `archived` tinyint(1) NOT NULL DEFAULT 0, `approved` tinyint(1) NOT NULL DEFAULT 1, `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_weblinks` -- LOCK TABLES `jos_weblinks` WRITE; /*!40000 ALTER TABLE `jos_weblinks` DISABLE KEYS */; INSERT INTO `jos_weblinks` (`id`, `catid`, `sid`, `title`, `alias`, `url`, `description`, `date`, `hits`, `published`, `checked_out`, `checked_out_time`, `ordering`, `archived`, `approved`, `params`) VALUES (1,2,0,'Joomla!','joomla','http://www.joomla.org','Home of Joomla!','2005-02-14 15:19:02',3,1,65,'2018-05-04 19:46:37',1,0,1,'target=0'),(2,2,0,'php.net','php','http://www.php.net','The language that Joomla! is developed in','2004-07-07 11:33:24',6,1,65,'2018-05-04 19:46:56',3,0,1,''),(3,2,0,'MySQL','mysql','http://www.mysql.com','The database that Joomla! uses','2004-07-07 10:18:31',1,1,65,'2018-05-04 19:47:05',5,0,1,''),(4,2,0,'OpenSourceMatters','opensourcematters','http://www.opensourcematters.org','Home of OSM','2005-02-14 15:19:02',11,1,65,'2018-05-04 19:46:50',2,0,1,'target=0'),(5,2,0,'Joomla! - Forums','joomla-forums','http://forum.joomla.org','Joomla! Forums','2005-02-14 15:19:02',4,1,65,'2018-05-04 19:47:01',4,0,1,'target=0'),(6,2,0,'Ohloh Tracking of Joomla!','ohloh-tracking-of-joomla','http://www.ohloh.net/projects/20','Objective reports from Ohloh about Joomla\'s development activity. Joomla! has some star developers with serious kudos.','2007-07-19 09:28:31',1,1,65,'2018-05-04 19:47:10',6,0,1,'target=0\n\n'); /*!40000 ALTER TABLE `jos_weblinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jos_wf_profiles` -- DROP TABLE IF EXISTS `jos_wf_profiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jos_wf_profiles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` varchar(255) NOT NULL, `users` text NOT NULL, `types` varchar(255) NOT NULL, `components` text NOT NULL, `area` tinyint(3) NOT NULL, `rows` text NOT NULL, `plugins` text 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 NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jos_wf_profiles` -- LOCK TABLES `jos_wf_profiles` WRITE; /*!40000 ALTER TABLE `jos_wf_profiles` DISABLE KEYS */; INSERT INTO `jos_wf_profiles` (`id`, `name`, `description`, `users`, `types`, `components`, `area`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES (1,'Default','Default Profile for all users','','19,20,21,23,24,25','',0,'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,forecolor,backcolor,spacer,paste,indent,outdent,numlist,bullist,sub,sup,textcase,charmap,hr;directionality,fullscreen,preview,source,print,searchreplace,spacer,table;visualaid,visualchars,nonbreaking,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','contextmenu,browser,inlinepopups,media,help,paste,searchreplace,directionality,fullscreen,preview,source,table,textcase,print,style,nonbreaking,visualchars,xhtmlxtras,imgmanager,link,spellchecker,article',1,1,0,'0000-00-00 00:00:00',''),(2,'Front End','Sample Front-end Profile','','19,20,21','',1,'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;paste,searchreplace,indent,outdent,numlist,bullist,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars;fullscreen,preview,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article','contextmenu,inlinepopups,help,paste,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,xhtmlxtras,imgmanager,link,spellchecker,article',0,2,0,'0000-00-00 00:00:00',''); /*!40000 ALTER TABLE `jos_wf_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'valle_2012' -- -- -- Dumping routines for database 'valle_2012' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-02-11 13:07:04