AAAAmod_syndicate.xml000066600000004645151372004030010120 0ustar00 mod_syndicate Joomla! Project May 2006 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_SYNDICATE_XML_DESCRIPTION mod_syndicate.php tmpl helper.php index.html mod_syndicate.xml en-GB.mod_syndicate.ini en-GB.mod_syndicate.sys.ini
mod_syndicate.php000066600000001266151372004030010103 0ustar00def('format', 'rss'); $link = modSyndicateHelper::getLink($params); if (is_null($link)) { return; } $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx')); $text = htmlspecialchars($params->get('text')); require JModuleHelper::getLayoutPath('mod_syndicate', $params->get('layout', 'default')); tmpl/index.html000066600000000037151372004030007514 0ustar00 tmpl/.htaccess000066600000000177151372004030007322 0ustar00 Order allow,deny Deny from all tmpl/default.php000066600000001316151372004030007655 0ustar00 get('display_text', 1)) : ?> helper.php000066600000001110151372004030006524 0ustar00_links as $link => $value) { $value = JArrayHelper::toString($value); if (strpos($value, 'application/'.$params->get('format').'+xml')) { return $link; } } } } index.html000066600000000055151372004030006540 0ustar00 .htaccess000066600000000177151372004030006346 0ustar00 Order allow,deny Deny from all default.php000066600000000275151372043730006716 0ustar00' . ($text ? '' . $text . '' : '') . '';