Changeset 1867 for plugins/apostrophePlugin/branches/1.4/lib/action/BaseaFeedSlotComponents.class.php
- Timestamp:
- 08/02/10 15:17:09 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.4/lib/action/BaseaFeedSlotComponents.class.php
r1767 r1867 32 32 } 33 33 34 $this->posts = $this->getOption('posts', '5');34 $this->posts = $this->getOption('posts', 5); 35 35 $this->links = $this->getOption('links', true); 36 36 $this->markup = $this->getOption('markup', '<strong><em><p><br><ul><li>');

