Commit 20f28c47081b2eb7c5dce2c119605d2f0ea32605
- Diff rendering mode:
- inline
- side by side
entry.class.php
(10 / 0)
|   | |||
| 443 | 443 | return $content . $summary; | |
| 444 | 444 | } | |
| 445 | 445 | } | |
| 446 | |||
| 447 | class Gitorious extends Entry{ | ||
| 448 | var $img = 'http://gitorious.org/favicon.ico'; | ||
| 449 | function getSingleTitle(){ | ||
| 450 | return $this->title; | ||
| 451 | } | ||
| 452 | function getSingleDescription(){ | ||
| 453 | return htmlspecialchars_decode($this->content); | ||
| 454 | } | ||
| 455 | } | ||
| 446 | 456 | ||
| 447 | 457 | class GoogleReaderSharedItems extends SharedItems{ | |
| 448 | 458 | var $img = 'http://google.com/reader/ui/favicon.ico'; |

