Removed rogue quote
git-svn-id: https://develop.svn.wordpress.org/trunk@97 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ae319d220f
commit
4489b24278
@ -2,7 +2,7 @@
|
||||
In every template you do, you got to copy them before the CafeLog 'loop' */
|
||||
$blog=1; // enter your blog's ID
|
||||
header('Content-type: text/xml');
|
||||
include('blog.header.php"');
|
||||
include('blog.header.php');
|
||||
if (!isset($rss_language)) { $rss_language = 'en'; }
|
||||
if (!isset($rss_encoded_html)) { $rss_encoded_html = 0; }
|
||||
if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_length = 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user