芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/modules/mod_syndicate/mod_syndicate.php
def('text', 'Feed Entries'); $params->def('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'));