Changeset 45309
- Timestamp:
- 05/11/08 23:08:39 (2 months ago)
- Files:
-
- pwgrandom/trunk/PWGRandom.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pwgrandom/trunk/PWGRandom.php
r45305 r45309 40 40 if($pwg_path == "" || $pwg_url_path == "") 41 41 { 42 echo "Check the PWGRandom configuration";42 echo'Check the PWGRandom configuration'; 43 43 return; 44 44 } … … 59 59 60 60 //Display the pictures 61 echo "<h2>".$pwg_title."</h2>";61 echo'<h2>'.$pwg_title.'</h2>'; 62 62 echo'<p align="center">'; 63 63 for($i = 0; $i < $pwg_nbImages; $i++) … … 106 106 107 107 //Display the text behind the picture 108 echo '<br/>'.$pwg_category.'<a target="_blank" href="'.$categoryLink.'">'.$categoryName.'</a><br/>';108 echo"<br/>".$pwg_category."<a target='_blank' href='".$categoryLink."'>".$categoryName."</a><br/>"; 109 109 } 110 110
