Changeset 1102 for plugins/apostropheBlogPlugin/trunk/modules/aBlogSingleSlot/actions/components.class.php
- Timestamp:
- 04/30/10 11:15:17 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogSingleSlot/actions/components.class.php
r1053 r1102 26 26 aBlogItemTable::populatePages(array($this->aBlogItem)); 27 27 } 28 $this->options['word_count'] = $this->getOption('word_count', 100); 29 if(!isset($this->options['slideshowOptions'])) 30 $this->options['slideshowOptions'] = array(); 31 32 $this->options['excerptLength'] = $this->getOption('excerptLength', 200); 28 33 } 29 34 }

