diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-20 20:19:12 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-20 20:19:12 -0500 |
commit | 79b46038a7fa8467ed41333a80f88d5279b32153 (patch) | |
tree | b186c0435d21fcb75017ea8efdcecfbbd8d7cc39 | |
parent | 49422ceb232a21683a3512eda1c3f360b65bffc3 (diff) | |
download | fourisland-79b46038a7fa8467ed41333a80f88d5279b32153.tar.gz fourisland-79b46038a7fa8467ed41333a80f88d5279b32153.tar.bz2 fourisland-79b46038a7fa8467ed41333a80f88d5279b32153.zip |
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.
-rwxr-xr-x | rss.php | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/css/day.css | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/css/holiday.php | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/css/night.css | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/css/print.css | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/images/fourisland_header.png | bin | 24386 -> 24386 bytes | |||
-rwxr-xr-x[-rw-r--r--] | theme/images/fourisland_header_night.png | bin | 19678 -> 19678 bytes | |||
-rwxr-xr-x[-rw-r--r--] | theme/images/smilies/001_smile.gif | bin | 699 -> 699 bytes | |||
-rwxr-xr-x[-rw-r--r--] | theme/images/smilies/sad.gif | bin | 698 -> 698 bytes | |||
-rwxr-xr-x[-rw-r--r--] | theme/images/top_fade.png | bin | 172 -> 172 bytes | |||
-rwxr-xr-x[-rw-r--r--] | theme/images/top_fade_night.png | bin | 190 -> 190 bytes | |||
-rwxr-xr-x[-rw-r--r--] | theme/mantainence.tpl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | theme/sidebar.tpl | 0 |
13 files changed, 1 insertions, 1 deletions
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'); | |||
23 | include('../security/config.php'); | 23 | include('../security/config.php'); |
24 | include('includes/db.php'); | 24 | include('includes/db.php'); |
25 | include('includes/functions.php'); | 25 | include('includes/functions.php'); |
26 | include('includes/bbcode.php'); | 26 | include('includes/parsers.php'); |
27 | 27 | ||
28 | header('Content-type: application/rss+xml'); | 28 | header('Content-type: application/rss+xml'); |
29 | 29 | ||
diff --git a/theme/css/day.css b/theme/css/day.css index 16fc9a6..16fc9a6 100644..100755 --- a/theme/css/day.css +++ b/theme/css/day.css | |||
diff --git a/theme/css/holiday.php b/theme/css/holiday.php index 65c1826..65c1826 100644..100755 --- a/theme/css/holiday.php +++ b/theme/css/holiday.php | |||
diff --git a/theme/css/night.css b/theme/css/night.css index 614cc79..614cc79 100644..100755 --- a/theme/css/night.css +++ b/theme/css/night.css | |||
diff --git a/theme/css/print.css b/theme/css/print.css index ce872e0..ce872e0 100644..100755 --- a/theme/css/print.css +++ b/theme/css/print.css | |||
diff --git a/theme/images/fourisland_header.png b/theme/images/fourisland_header.png index becd0b1..becd0b1 100644..100755 --- a/theme/images/fourisland_header.png +++ b/theme/images/fourisland_header.png | |||
Binary files differ | |||
diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png index 25502a0..25502a0 100644..100755 --- a/theme/images/fourisland_header_night.png +++ b/theme/images/fourisland_header_night.png | |||
Binary files differ | |||
diff --git a/theme/images/smilies/001_smile.gif b/theme/images/smilies/001_smile.gif index f8dc278..f8dc278 100644..100755 --- a/theme/images/smilies/001_smile.gif +++ b/theme/images/smilies/001_smile.gif | |||
Binary files differ | |||
diff --git a/theme/images/smilies/sad.gif b/theme/images/smilies/sad.gif index 6aca310..6aca310 100644..100755 --- a/theme/images/smilies/sad.gif +++ b/theme/images/smilies/sad.gif | |||
Binary files differ | |||
diff --git a/theme/images/top_fade.png b/theme/images/top_fade.png index 5f24673..5f24673 100644..100755 --- a/theme/images/top_fade.png +++ b/theme/images/top_fade.png | |||
Binary files differ | |||
diff --git a/theme/images/top_fade_night.png b/theme/images/top_fade_night.png index 90f27f6..90f27f6 100644..100755 --- a/theme/images/top_fade_night.png +++ b/theme/images/top_fade_night.png | |||
Binary files differ | |||
diff --git a/theme/mantainence.tpl b/theme/mantainence.tpl index dab4ef5..dab4ef5 100644..100755 --- a/theme/mantainence.tpl +++ b/theme/mantainence.tpl | |||
diff --git a/theme/sidebar.tpl b/theme/sidebar.tpl index c74f423..c74f423 100644..100755 --- a/theme/sidebar.tpl +++ b/theme/sidebar.tpl | |||