Project

General

Profile

« Previous | Next » 

Revision 1099

Added by Matthias over 15 years ago

fixed some smaller issues in rss.php (Thanks to Kibmcz)

View differences:

rss.php
67 67
<?php
68 68
// Optional header info 
69 69
?>
70
<language><?php echo DEFAULT_LANGUAGE; ?></language>
71
<copyright><?php echo WB_URL.$_SERVER['REQUEST_URI']; ?></copyright>
70
<language><?php echo strtolower(DEFAULT_LANGUAGE); ?></language>
71
<copyright><?php $thedate = date('Y'); $websitetitle = WEBSITE_TITLE; echo "Copyright {$thedate}, {$websitetitle}"; ?></copyright>
72 72
<managingEditor><?php echo SERVER_EMAIL; ?></managingEditor>
73 73
<webMaster><?php echo SERVER_EMAIL; ?></webMaster>
74 74
<category><?php echo WEBSITE_TITLE; ?></category>

Also available in: Unified diff