Changeset 1818 for plugins/apostrophePlugin/branches/features/css/lib/action/BaseaFeedSlotComponents.class.php
- Timestamp:
- 07/21/10 16:35:10 (22 months ago)
- Location:
- plugins/apostrophePlugin/branches/features/css
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
lib/action/BaseaFeedSlotComponents.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/features/css
- Property svn:mergeinfo changed
-
plugins/apostrophePlugin/branches/features/css/lib/action/BaseaFeedSlotComponents.class.php
r1681 r1818 35 35 $this->links = $this->getOption('links', true); 36 36 $this->markup = $this->getOption('markup', '<strong><em><p><br><ul><li>'); 37 $this->attributes = $this->getOption('attributes', false); 38 $this->styles = $this->getOption('styles',false); 37 39 $this->dateFormat = $this->getOption('dateFormat', false); 38 40 $this->itemTemplate = $this->getOption('itemTemplate','aFeedItem');

