Changeset 731 for plugins/lifestream/trunk/lifestream.plugin.php
- Timestamp:
- 08/03/08 03:17:04 (5 months ago)
- Files:
-
- 1 modified
-
plugins/lifestream/trunk/lifestream.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/lifestream/trunk/lifestream.plugin.php
r691 r731 219 219 $this->theme->assign( 'streams', $this->config->stream ); 220 220 $this->theme->display( 'lifestream' ); 221 $this-> $theme->fetch( 'lifestream_template' );221 $this->theme->fetch( 'lifestream_template' ); 222 222 } 223 223
