aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/category_default.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index 6c909647a..652f31f50 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -60,6 +60,7 @@ SELECT *
}
// template thumbnail initialization
+$template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',));
if (count($pictures) > 0)
{
$template->assign_block_vars('thumbnails', array());
@@ -165,6 +166,7 @@ SELECT COUNT(*) AS nb_comments
$row_number = 0;
}
}
+$template->assign_var_from_handle('THUMBNAILS', 'thumbnails');
pwg_debug('end include/category_default.inc.php');
?>