Changeset 455 for trunk/plog-rss.php
- Timestamp:
- 03/25/07 23:01:23 (3 years ago)
- File:
-
- 1 edited
-
trunk/plog-rss.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-rss.php
r268 r455 3 3 include_once("plog-functions.php"); 4 4 include_once("plog-globals.php"); 5 include_once("plog-load_config.php"); 5 6 6 7 function generate_RSS_feed ($level, $id, $search = "") { … … 75 76 $pagelink = plogger_get_picture_url(); 76 77 78 if ($caption == "" || $caption == " ") $caption = "New Photograph (no caption)"; 79 77 80 $discript = '<p><a href="'.$pagelink.'" 78 81 title="'.$caption.'"> 79 82 <img src="'.$thumbpath.'" alt="'.$caption.'" style="border: 1px solid #000000;" /> 80 83 </a></p><p>'.$caption.'</p>'; 84 85 $discript .= '<p>'.htmlspecialchars(plogger_get_picture_description()).'</p>'; 81 86 82 if ($caption == "") $caption = "New Photograph (no caption)";83 87 $rssFeed .= "<pubDate>" . $date . "</pubDate>\n"; 84 88 $rssFeed .= "<title>" .$caption . "</title>\n";
Note: See TracChangeset
for help on using the changeset viewer.
