diff options
Diffstat (limited to 'include/category_subcats.inc.php')
-rw-r--r-- | include/category_subcats.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/category_subcats.inc.php b/include/category_subcats.inc.php index aefe8e392..7800e6319 100644 --- a/include/category_subcats.inc.php +++ b/include/category_subcats.inc.php @@ -170,6 +170,7 @@ SELECT id, path, tn_ext } else { + $template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',)); $template->assign_block_vars('thumbnails', array()); // first line $template->assign_block_vars('thumbnails.line', array()); @@ -210,6 +211,7 @@ SELECT id, path, tn_ext $row_number = 0; } } + $template->assign_var_from_handle('THUMBNAILS', 'thumbnails'); } } ?> |