From 79b46038a7fa8467ed41333a80f88d5279b32153 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 20 Dec 2008 20:19:12 -0500 Subject: Included parsers.php into RSS feed Previously, the RSS feed wouldn't display because it attempted to display parsed blog posts, but the parseText() function was not defined as parsers.php was not included. --- rss.php | 2 +- theme/css/day.css | 0 theme/css/holiday.php | 0 theme/css/night.css | 0 theme/css/print.css | 0 theme/images/fourisland_header.png | Bin theme/images/fourisland_header_night.png | Bin theme/images/smilies/001_smile.gif | Bin theme/images/smilies/sad.gif | Bin theme/images/top_fade.png | Bin theme/images/top_fade_night.png | Bin theme/mantainence.tpl | 0 theme/sidebar.tpl | 0 13 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 theme/css/day.css mode change 100644 => 100755 theme/css/holiday.php mode change 100644 => 100755 theme/css/night.css mode change 100644 => 100755 theme/css/print.css mode change 100644 => 100755 theme/images/fourisland_header.png mode change 100644 => 100755 theme/images/fourisland_header_night.png mode change 100644 => 100755 theme/images/smilies/001_smile.gif mode change 100644 => 100755 theme/images/smilies/sad.gif mode change 100644 => 100755 theme/images/top_fade.png mode change 100644 => 100755 theme/images/top_fade_night.png mode change 100644 => 100755 theme/mantainence.tpl mode change 100644 => 100755 theme/sidebar.tpl diff --git a/rss.php b/rss.php index 176ea32..e6e7d55 100755 --- a/rss.php +++ b/rss.php @@ -23,7 +23,7 @@ require('headerproc.php'); include('../security/config.php'); include('includes/db.php'); include('includes/functions.php'); -include('includes/bbcode.php'); +include('includes/parsers.php'); header('Content-type: application/rss+xml'); diff --git a/theme/css/day.css b/theme/css/day.css old mode 100644 new mode 100755 diff --git a/theme/css/holiday.php b/theme/css/holiday.php old mode 100644 new mode 100755 diff --git a/theme/css/night.css b/theme/css/night.css old mode 100644 new mode 100755 diff --git a/theme/css/print.css b/theme/css/print.css old mode 100644 new mode 100755 diff --git a/theme/images/fourisland_header.png b/theme/images/fourisland_header.png old mode 100644 new mode 100755 diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png old mode 100644 new mode 100755 diff --git a/theme/images/smilies/001_smile.gif b/theme/images/smilies/001_smile.gif old mode 100644 new mode 100755 diff --git a/theme/images/smilies/sad.gif b/theme/images/smilies/sad.gif old mode 100644 new mode 100755 diff --git a/theme/images/top_fade.png b/theme/images/top_fade.png old mode 100644 new mode 100755 diff --git a/theme/images/top_fade_night.png b/theme/images/top_fade_night.png old mode 100644 new mode 100755 diff --git a/theme/mantainence.tpl b/theme/mantainence.tpl old mode 100644 new mode 100755 diff --git a/theme/sidebar.tpl b/theme/sidebar.tpl old mode 100644 new mode 100755 -- cgit 1.4.1