assign('msg',tra("Permission denied you cannot view this section")); $smarty->display("styles/$style_base/error.tpl"); die; } header("content-type: text/xml"); $foo = parse_url($_SERVER["REQUEST_URI"]); $foo1=str_replace("tiki-wiki_rss.php","tiki-index.php",$foo["path"]); $foo2=str_replace("tiki-wiki_rss.php","img/tiki.jpg",$foo["path"]); $foo3=str_replace("tiki-wiki_rss.php","lib/rss/rss-style.css",$foo["path"]); $home = httpPrefix().$foo1; $img = httpPrefix().$foo2; $css = httpPrefix().$foo3; $title = $tikilib->get_preference("title","Tiki RSS feed for the wiki pages"); $title = "Tiki RSS feed for the wiki pages"; $desc = "Last modifications to the Wiki."; $changes = $histlib->get_last_changes(999, 0, $max_rss_wiki, $sort_mode = 'lastModif_desc'); print ''."\n"; print ''."\n"; ?> <?php echo $title; ?> <?php echo $title; ?> '."\n"); } ?> '."\n"); print(' '.$chg["pageName"].' '.$chg["action"].''."\n"); print(' '.$home.'?page='.$chg["pageName"].''."\n"); $data = $tikilib->date_format($tikilib->get_short_datetime_format(),$chg["lastModif"]); if(!empty($chg["comment"])) { $comment="(".htmlspecialchars($chg["comment"]).")"; } else { $comment=''; } print(' '."[$data] :".$chg["action"]." ".htmlspecialchars($chg["pageName"]).$comment.''."\n"); print(''."\n\n"); } ?>