Notice

Error
  • The template for this display is not available. Please contact a Site administrator.

Component ImageComponents are larger extensions that produce the major content for your site. Each component has one or more "views" that control how content is displayed.In the Joomla! administrator there are additional extensions suce as Menus, Redirection, and the extension managers.

Content

The content component (com_content) is what you use to write articles. It is extremely flexible and has the largest number of built in views. Articles can be created and edited from the front end, making content the easiest component to use to create your site content. Help

Contacts

The contact component provides a way to provide contact forms and information for your site or to create a complex directory that can be used for many different purposes. Help

Search

The search component proviedes basic search functionality for the information contained in your core components. Many third party extensions also can be searched by the search component. Help

News Feeds

News Feeds (com_newsfeeds) provides a way to organize and present news feeds. News feeds are a way that you present information from another site on your site. For example, the joomla.org website has numerous feeds that you can incorporate on your site. You an use menus to present a single feed, a list of feeds in a category, or or a list of all feed categories. Help

Users

The users extension lets your site visitors register, login and logout, change their passwords and other information, and recover lost passwords. In the administrator it allows you to create, block and manage users and create user groups and access levels. Help

Please note that some of the user views will not display if you are not logged in to the site.

Weblinks

Weblinks (com_weblinks) is a component that provides a structured way to organize external links and present them in a visually attractive, consistent and informative way. Help

Administrator Components

All components also are used in the administrator area of your website. In addition to the ones listed here, there are components in the administrator that do not have direct front end displays, but do help shape your site. The most important ones for most users are

  • Media Manager
  • Extensions Manager
  • Menu Manager
  • Global Configuration
  • Banners
  • Redirect

 

Media Manager

The media manager component lets you upload and insert images into content throughout your site. Optionally, you can enable the flash uploader which will allow you to to upload multiple images. Help

Extensions Manager

The extensions manager lets you install, update, uninstall and manage all of your extensions. The extensions manager has been extensively redesigned for Joomla! 1.6, although the core install and uninstall functionality remains the same as in Joomla 1.5. Help

Menu Manager

The menu manager lets you create the menus you see displayed on your site. It also allows you to assign modules and template styles to specific menu links. Help

Global Configuration

The global configuration is where the site administrator configures things such as whether search engine friendly urls are enabled, the site meta data (descriptive text used by search engines and indexers) and other functions. For many beginning users simply leaving the settings on default is a good way to begin, although when your site is ready for the public you will want to change the meta data to match its content. Help

Banners

The banners component provides a simple way to display a rotating image in a module and, if you wish to have advertising, a way to track the number of times an image is viewed and clicked. Help


Redirect

The redirect component is used to manage broken links that produce Page Not Found (404) errors. If enabled it will allow you to redirect broken links to specific pages. It can also be used to manage migration related URL changes. Help

Errors

  1. The template for this display is not available. Please contact a Site administrator.

    Information


    Backtrace

    Call stack
    # Function Location
    1 JSite->dispatch() /www/www.dobbelsteijn.net/data/villalorena/index.php:43
    2 JComponentHelper::renderComponent() /www/www.dobbelsteijn.net/data/villalorena/includes/application.php:188
    3 JSite->getTemplate() /www/www.dobbelsteijn.net/data/villalorena/libraries/joomla/application/component/helper.php:102
    4 JError::raiseWarning() /www/www.dobbelsteijn.net/data/villalorena/includes/application.php:466
    5 JError::raise() /www/www.dobbelsteijn.net/data/villalorena/libraries/joomla/error/error.php:194

Profile Information

Application 0.001 seconds (+0.001); 0.95 MB (+0.95) - afterLoad
Application 0.074 seconds (+0.074); 5.02 MB (+4.07) - afterInitialise
Application 0.123 seconds (+0.048); 7.62 MB (+2.60) - afterRoute
Application 0.291 seconds (+0.168); 12.69 MB (+5.07) - afterDispatch
Application 0.386 seconds (+0.095); 13.35 MB (+0.66) - afterRender

Memory Usage

13.37 MB (14,020,816 Bytes)

16 Queries Logged

  1. SELECT `data`
      FROM `lor2_session`
      WHERE `session_id` = '689fc12f115dcd0026aa10703296ef16'
  2. SELECT folder AS type, element AS name, params
      FROM lor2_extensions
      WHERE enabled >= 1
      AND type ='plugin'
      AND state >= 0
      AND access IN (1,1)
      ORDER BY ordering
  3. SELECT extension_id AS "id", element AS "option", params, enabled
      FROM lor2_extensions
      WHERE `type` = 'component'
      AND `element` = 'com_languages'
  4. SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,m.language,e.element as component
      FROM lor2_menu AS m
      LEFT JOIN lor2_extensions AS e
      ON m.component_id = e.extension_id
      WHERE m.published = 1
      AND m.parent_id > 0
      AND m.client_id = 0
      AND m.access IN (1,1)
      ORDER BY m.lft
  5. SELECT extension_id AS "id", element AS "option", params, enabled
      FROM lor2_extensions
      WHERE `type` = 'component'
      AND `element` = 'com_content'
  6. SELECT *
      FROM lor2_languages
      WHERE published=1
      ORDER BY lang_id ASC
  7. SELECT id, home, template, params
      FROM lor2_template_styles
      WHERE client_id = 0
  8. SELECT b.rules
      FROM lor2_assets AS a
      LEFT JOIN lor2_assets AS b
      ON b.lft <= a.lft
      AND b.rgt >= a.rgt
      WHERE a.name = 'com_content'
      ORDER BY b.lft
  9. SELECT extension_id AS "id", element AS "option", params, enabled
      FROM lor2_extensions
      WHERE `type` = 'component'
      AND `element` = 'com_users'
  10. SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
      FROM lor2_categories as c
      LEFT JOIN lor2_categories AS s
      ON (s.lft <= c.lft
      AND s.rgt >= c.rgt) OR (s.lft > c.lft
      AND s.rgt < c.rgt)
      LEFT JOIN (SELECT cat.id as id
      FROM lor2_categories AS cat JOIN lor2_categories AS parent
      ON cat.lft BETWEEN parent.lft
      AND parent.rgt
      WHERE parent.extension = 'com_content'
      AND parent.published != 1
      GROUP BY cat.id) AS badcats
      ON badcats.id = c.id
      LEFT JOIN `lor2_content` AS i
      ON i.`catid` = c.id
      AND i.state = 1
      WHERE (c.extension='com_content' OR c.extension='system')
      AND c.access IN (1,1)
      AND c.published = 1
      AND s.id=21
      AND badcats.id is null
      GROUP BY c.id
      ORDER BY c.lft
  11. SELECT b.rules
      FROM lor2_assets AS a
      LEFT JOIN lor2_assets AS b
      ON b.lft <= a.lft
      AND b.rgt >= a.rgt
      WHERE a.name = 'com_content.category.21'
      ORDER BY b.lft
  12. SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore ,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
      FROM lor2_content AS a
      LEFT JOIN lor2_content_frontpage AS fp
      ON fp.content_id = a.id
      LEFT JOIN lor2_categories AS c
      ON c.id = a.catid
      LEFT JOIN lor2_users AS ua
      ON ua.id = a.created_by
      LEFT JOIN lor2_users AS uam
      ON uam.id = a.modified_by
      LEFT JOIN lor2_contact_details AS contact
      on contact.user_id = a.created_by
      LEFT JOIN lor2_categories as parent
      ON parent.id = c.parent_id
      LEFT JOIN lor2_content_rating AS v
      ON a.id = v.content_id
      LEFT
      OUTER JOIN (SELECT cat.id as id
      FROM lor2_categories AS cat JOIN lor2_categories AS parent
      ON cat.lft BETWEEN parent.lft
      AND parent.rgt
      WHERE parent.extension = 'com_content'
      AND parent.published != 1
      GROUP BY cat.id ) AS badcats
      ON badcats.id = c.id
      WHERE a.access IN (1,1)
      AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
      AND a.catid = 21
      AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-02-23 08:37:02')
      AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-02-23 08:37:02')
      ORDER BY c.lft, a.ordering, a.created
      LIMIT 0, 7
  13. SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore ,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
      FROM lor2_content AS a
      LEFT JOIN lor2_content_frontpage AS fp
      ON fp.content_id = a.id
      LEFT JOIN lor2_categories AS c
      ON c.id = a.catid
      LEFT JOIN lor2_users AS ua
      ON ua.id = a.created_by
      LEFT JOIN lor2_users AS uam
      ON uam.id = a.modified_by
      LEFT JOIN lor2_contact_details AS contact
      on contact.user_id = a.created_by
      LEFT JOIN lor2_categories as parent
      ON parent.id = c.parent_id
      LEFT JOIN lor2_content_rating AS v
      ON a.id = v.content_id
      LEFT
      OUTER JOIN (SELECT cat.id as id
      FROM lor2_categories AS cat JOIN lor2_categories AS parent
      ON cat.lft BETWEEN parent.lft
      AND parent.rgt
      WHERE parent.extension = 'com_content'
      AND parent.published != 1
      GROUP BY cat.id ) AS badcats
      ON badcats.id = c.id
      WHERE a.access IN (1,1)
      AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
      AND a.catid = 21
      AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-02-23 08:37:02')
      AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-02-23 08:37:02')
      ORDER BY c.lft, a.ordering, a.created
  14. SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug
      FROM lor2_categories as c
      LEFT JOIN lor2_categories AS s
      ON (s.lft <= c.lft
      AND s.rgt >= c.rgt) OR (s.lft > c.lft
      AND s.rgt < c.rgt)
      LEFT JOIN (SELECT cat.id as id
      FROM lor2_categories AS cat JOIN lor2_categories AS parent
      ON cat.lft BETWEEN parent.lft
      AND parent.rgt
      WHERE parent.extension = 'com_content'
      AND parent.published != 1
      GROUP BY cat.id) AS badcats
      ON badcats.id = c.id
      WHERE (c.extension='com_content' OR c.extension='system')
      AND c.access IN (1,1)
      AND c.published = 1
      AND s.id=21
      AND badcats.id is null
      GROUP BY c.id
      ORDER BY c.lft
  15. SELECT id, title, module, position, content, showtitle, params, mm.menuid
      FROM lor2_modules AS m
      LEFT JOIN lor2_modules_menu AS mm
      ON mm.moduleid = m.id
      WHERE m.published = 1
      AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2012-02-23 08:37:02')
      AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-02-23 08:37:02')
      AND m.access IN (1,1)
      AND m.client_id = 0
      AND (mm.menuid = 268 OR mm.menuid <= 0)
      ORDER BY position, ordering
  16. UPDATE `lor2_session`
      SET `data` = '__default|a:9:{s:15:\"session.counter\";i:8;s:19:\"session.timer.start\";i:1329986023;s:18:\"session.timer.last\";i:1329986195;s:17:\"session.timer.now\";i:1329986222;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:5:\"users\";O:8:\"stdClass\":1:{s:5:\"login\";O:8:\"stdClass\":1:{s:4:\"form\";O:8:\"stdClass\":1:{s:4:\"data\";a:1:{s:6:\"return\";s:39:\"index.php?option=com_users&view=profile\";}}}}}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"15381c57d8057dbcb73cf47fc761fb44\";s:16:\"com_mailto.links\";a:6:{s:40:\"697ff310f2c80fb70dcf2eca93ae5f2201ea52a5\";O:8:\"stdClass\":2:{s:4:\"link\";s:44:\"http://www.villalorena.eu/index.php/site-map\";s:6:\"expiry\";i:1329986046;}s:40:\"bef73fd0e3f0e8b63f04ddcb62b62649d2131c2f\";O:8:\"stdClass\":2:{s:4:\"link\";s:48:\"http://www.villalorena.eu/index.php/using-joomla\";s:6:\"expiry\";i:1329986067;}s:40:\"4a729674be9ee09e9ab922f4fc0180d524c92052\";O:8:\"stdClass\":2:{s:4:\"link\";s:48:\"http://www.villalorena.eu/index.php/sample-sites\";s:6:\"expiry\";i:1329986094;}s:40:\"804f9c65ee6af24e9aeb696b3a8e66125c05fb6e\";O:8:\"stdClass\":2:{s:4:\"link\";s:51:\"http://www.villalorena.eu/index.php/getting-started\";s:6:\"expiry\";i:1329986115;}s:40:\"22455108e1d60022dc951eac3bd9753665871702\";O:8:\"stdClass\":2:{s:4:\"link\";s:54:\"http://www.villalorena.eu/index.php/the-joomla-project\";s:6:\"expiry\";i:1329986140;}s:40:\"24caa330df57e3f1f7bfddb314969adddc151206\";O:8:\"stdClass\":2:{s:4:\"link\";s:56:\"http://www.villalorena.eu/index.php/the-joomla-community\";s:6:\"expiry\";i:1329986196;}}}', `time` = 1329986223
      WHERE `session_id` = '689fc12f115dcd0026aa10703296ef16'

12 Query Types Logged, Sorted by Occurrences.

SELECT Tables:
  1. 3 × SELECT extension_id AS "id", element AS "option", params, enabled FROM lor2_extensions
  2. 2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore ,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published FROM lor2_content AS a LEFT JOIN lor2_content_frontpage AS fp ON fp.content_id = a.id LEFT JOIN lor2_categories AS c ON c.id = a.catid LEFT JOIN lor2_users AS ua ON ua.id = a.created_by LEFT JOIN lor2_users AS uam ON uam.id = a.modified_by LEFT JOIN lor2_contact_details AS contact on contact.user_id = a.created_by LEFT JOIN lor2_categories as parent ON parent.id = c.parent_id LEFT JOIN lor2_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM lor2_categories AS cat JOIN lor2_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
  3. 2 × SELECT b.rules FROM lor2_assets AS a LEFT JOIN lor2_assets AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
  4. 1 × SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems FROM lor2_categories as c LEFT JOIN lor2_categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt) LEFT JOIN (SELECT cat.id as id FROM lor2_categories AS cat JOIN lor2_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
  5. 1 × SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug FROM lor2_categories as c LEFT JOIN lor2_categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt) LEFT JOIN (SELECT cat.id as id FROM lor2_categories AS cat JOIN lor2_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
  6. 1 × SELECT id, title, module, position, content, showtitle, params, mm.menuid FROM lor2_modules AS m LEFT JOIN lor2_modules_menu AS mm ON mm.moduleid = m.id
  7. 1 × SELECT id, home, template, params FROM lor2_template_styles
  8. 1 × SELECT folder AS type, element AS name, params FROM lor2_extensions
  9. 1 × SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,m.language,e.element as component FROM lor2_menu AS m LEFT JOIN lor2_extensions AS e ON m.component_id = e.extension_id
  10. 1 × SELECT * FROM lor2_languages
  11. 1 × SELECT `data` FROM `lor2_session`
OTHER Tables:
  1. 1 × UPDATE `lor2_session` SET `data` = '__default|a:9:{s:15:\"session.counter\";i:8;s:19:\"session.timer.start\";i:1329986023;s:18:\"session.timer.last\";i:1329986195;s:17:\"session.timer.now\";i:1329986222;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:5:\"users\";O:8:\"stdClass\":1:{s:5:\"login\";O:8:\"stdClass\":1:{s:4:\"form\";O:8:\"stdClass\":1:{s:4:\"data\";a:1:{s:6:\"return\";s:39:\"index.php?option=com_users&view=profile\";}}}}}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"15381c57d8057dbcb73cf47fc761fb44\";s:16:\"com_mailto.links\";a:6:{s:40:\"697ff310f2c80fb70dcf2eca93ae5f2201ea52a5\";O:8:\"stdClass\":2:{s:4:\"link\";s:44:\"http://www.villalorena.eu/index.php/site-map\";s:6:\"expiry\";i:1329986046;}s:40:\"bef73fd0e3f0e8b63f04ddcb62b62649d2131c2f\";O:8:\"stdClass\":2:{s:4:\"link\";s:48:\"http://www.villalorena.eu/index.php/using-joomla\";s:6:\"expiry\";i:1329986067;}s:40:\"4a729674be9ee09e9ab922f4fc0180d524c92052\";O:8:\"stdClass\":2:{s:4:\"link\";s:48:\"http://www.villalorena.eu/index.php/sample-sites\";s:6:\"expiry\";i:1329986094;}s:40:\"804f9c65ee6af24e9aeb696b3a8e66125c05fb6e\";O:8:\"stdClass\":2:{s:4:\"link\";s:51:\"http://www.villalorena.eu/index.php/getting-started\";s:6:\"expiry\";i:1329986115;}s:40:\"22455108e1d60022dc951eac3bd9753665871702\";O:8:\"stdClass\":2:{s:4:\"link\";s:54:\"http://www.villalorena.eu/index.php/the-joomla-project\";s:6:\"expiry\";i:1329986140;}s:40:\"24caa330df57e3f1f7bfddb314969adddc151206\";O:8:\"stdClass\":2:{s:4:\"link\";s:56:\"http://www.villalorena.eu/index.php/the-joomla-community\";s:6:\"expiry\";i:1329986196;}}}', `time` = 1329986223