AAAAPK›Z?\•³±88 mod_feed.xmlnuW+A„¶ mod_feed Joomla! Project July 2005 Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt admin@joomla.org www.joomla.org 2.5.0 MOD_FEED_XML_DESCRIPTION mod_feed.php helper.php index.html tmpl en-GB.mod_feed.ini en-GB.mod_feed.sys.ini
PK›Z?\¥¹ÿ±   mod_feed.phpnuW+A„¶get('rssurl', ''); $rssrtl = $params->get('rssrtl', 0); //check if feed URL has been set if (empty ($rssurl)) { echo '
'; echo JText::_('MOD_FEED_ERR_NO_URL'); echo '
'; return; } $feed = modFeedHelper::getFeed($params); $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')); require JModuleHelper::getLayoutPath('mod_feed', $params->get('layout', 'default')); PK›Z?\”ZŸ{š š tmpl/default.phpnuW+A„¶ image->url) ? $feed->image->url : null; $iTitle = isset($feed->image->title) ? $feed->image->title : null; ?>
title) && $params->get('rsstitle', 1)) { ?>

title; ?>

get('rssdesc', 1)) { ?> description; ?> get('rssimage', 1) && $iUrl) { ?> <?php echo @$iTitle; ?> items); $setItems = $params->get('rssitems', 5); if ($setItems > $actualItems) { $totalItems = $actualItems; } else { $totalItems = $setItems; } ?>
PK›Z?\¦V‰tmpl/index.htmlnuW+A„¶ PK›Z?\®)ÕÐtmpl/.htaccessnuW+A„¶ Order allow,deny Deny from all PK›Z?\~±Ä¥pp helper.phpnuW+A„¶get('rssurl', ''); // get RSS parsed object $cache_time = 0; if ($params->get('cache')) { /* * The cache_time will get fed into JCache to initiate the feed_parser cache group and eventually * JCacheStorage will multiply the value by 60 and use that for its lifetime. The only way to sync * the feed_parser cache (which caches with an empty dataset anyway) with the module cache is to * first divide the module's cache time by 60 then inject that forward, which once stored into the * JCacheStorage object, will be the correct value in minutes. */ $cache_time = $params->get('cache_time', 15) / 60; } $rssDoc = JFactory::getFeedParser($rssurl, $cache_time); $feed = new stdClass; if ($rssDoc != false) { // channel header and link $feed->title = $rssDoc->get_title(); $feed->link = $rssDoc->get_link(); $feed->description = $rssDoc->get_description(); // channel image if exists $feed->image = new stdClass; $feed->image->url = $rssDoc->get_image_url(); $feed->image->title = $rssDoc->get_image_title(); // items $items = $rssDoc->get_items(); // feed elements $feed->items = array_slice($items, 0, $params->get('rssitems', 5)); } else { $feed = false; } return $feed; } } PK›Z?\®)ÕÐ .htaccessnuW+A„¶ Order allow,deny Deny from all PK›Z?\¦V‰ index.htmlnuW+A„¶ PK›Z?\•³±88 mod_feed.xmlnuW+A„¶PK›Z?\¥¹ÿ±   tmod_feed.phpnuW+A„¶PK›Z?\”ZŸ{š š ¹tmpl/default.phpnuW+A„¶PK›Z?\¦V‰“tmpl/index.htmlnuW+A„¶PK›Z?\®)ÕÐñtmpl/.htaccessnuW+A„¶PK›Z?\~±Ä¥pp ®helper.phpnuW+A„¶PK›Z?\®)ÕÐ X$.htaccessnuW+A„¶PK›Z?\¦V‰ %index.htmlnuW+A„¶PKbi%