Changeset 646
- Timestamp:
- 2008-06-27 22:39:56 (2 months ago)
- Files:
-
- 1 modified
-
plugins/loupable/trunk/loupable.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/loupable/trunk/loupable.plugin.php
r645 r646 30 30 public function action_add_template_vars($theme, $handler_vars) { 31 31 $items = array(); 32 if( $theme->request->display_home) {32 if(isset($theme->request->display_home) && $theme->request->display_home) { 33 33 $posts = Posts::get(array('content_type' => Post::type('entry'), 'status' => Post::status('published'), 'nolimit' => true, 'orderby' => 'pubdate ASC')); 34 34 foreach($posts as $post) {
