summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-20 20:19:12 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-20 20:19:12 -0500
commit79b46038a7fa8467ed41333a80f88d5279b32153 (patch)
treeb186c0435d21fcb75017ea8efdcecfbbd8d7cc39
parent49422ceb232a21683a3512eda1c3f360b65bffc3 (diff)
downloadfourisland-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-xrss.php2
-rwxr-xr-x[-rw-r--r--]theme/css/day.css0
-rwxr-xr-x[-rw-r--r--]theme/css/holiday.php0
-rwxr-xr-x[-rw-r--r--]theme/css/night.css0
-rwxr-xr-x[-rw-r--r--]theme/css/print.css0
-rwxr-xr-x[-rw-r--r--]theme/images/fourisland_header.pngbin24386 -> 24386 bytes
-rwxr-xr-x[-rw-r--r--]theme/images/fourisland_header_night.pngbin19678 -> 19678 bytes
-rwxr-xr-x[-rw-r--r--]theme/images/smilies/001_smile.gifbin699 -> 699 bytes
-rwxr-xr-x[-rw-r--r--]theme/images/smilies/sad.gifbin698 -> 698 bytes
-rwxr-xr-x[-rw-r--r--]theme/images/top_fade.pngbin172 -> 172 bytes
-rwxr-xr-x[-rw-r--r--]theme/images/top_fade_night.pngbin190 -> 190 bytes
-rwxr-xr-x[-rw-r--r--]theme/mantainence.tpl0
-rwxr-xr-x[-rw-r--r--]theme/sidebar.tpl0
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');
23include('../security/config.php'); 23include('../security/config.php');
24include('includes/db.php'); 24include('includes/db.php');
25include('includes/functions.php'); 25include('includes/functions.php');
26include('includes/bbcode.php'); 26include('includes/parsers.php');
27 27
28header('Content-type: application/rss+xml'); 28header('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