diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2014-06-07 10:16:18 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2014-06-07 10:16:18 +0000 |
commit | b05cc0180d8dae5af2cc11860c3654cc0e45ed2b (patch) | |
tree | 231cf7df9190b0aedaeff73faf9c5a6d75296a57 /rss.php | |
parent | 6d03e10297392a4b8092a7b27258b2b9abc96a16 (diff) |
Refactoring and updated configs
Diffstat (limited to 'rss.php')
-rw-r--r-- | rss.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ echo "]]></content>\n"; echo "\t\t<author>\n"; echo "\t\t\t<name>$rssAuthorName</name>\n"; + if (isset($rssAuthorEmail)) echo "\t\t\t<email>$rssAuthorEmail</email>\n"; echo "\t\t</author>\n"; echo "\t</entry>\n"; } |