NEW Povide a RSS Feed for blogposts

This commit is contained in:
Laurent Destailleur 2020-05-23 12:54:06 +02:00
parent e947ddba10
commit 50d063256e

View File

@ -2987,7 +2987,7 @@ if ($action == 'editcss')
//print $langs->trans("RSS").': '.$form->selectyesno('WEBSITE_ENBALE_RSS', $website->use_rss, 1).'<br>'; //print $langs->trans("RSS").': '.$form->selectyesno('WEBSITE_ENBALE_RSS', $website->use_rss, 1).'<br>';
//$doleditor = new DolEditor('WEBSITE_ENBALE_RSS', $manifestjsoncontent, '', '220', 'ace', 'In', true, false, 'ace', 0, '100%', ''); //$doleditor = new DolEditor('WEBSITE_ENBALE_RSS', $manifestjsoncontent, '', '220', 'ace', 'In', true, false, 'ace', 0, '100%', '');
//print $doleditor->Create(1, '', true, $langs->trans("File").' manifest.json', 'text'); //print $doleditor->Create(1, '', true, $langs->trans("File").' manifest.json', 'text');
print '/wrapper.php?rss=1[&lang=XX]'; print '/wrapper.php?rss=1[&l=XX]';
print '</td></tr>'; print '</td></tr>';
print '</table>'; print '</table>';