aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_recent_cats.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/category_recent_cats.inc.php')
-rw-r--r--include/category_recent_cats.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/category_recent_cats.inc.php b/include/category_recent_cats.inc.php
index 2663bbcb3..6d4cf86f3 100644
--- a/include/category_recent_cats.inc.php
+++ b/include/category_recent_cats.inc.php
@@ -109,6 +109,7 @@ if ($conf['subcatify'])
}
else
{
+ $template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',));
// template thumbnail initialization
if (mysql_num_rows($result) > 0)
{
@@ -156,5 +157,6 @@ else
}
}
$conf['level_separator'] = $old_level_separator;
+ $template->assign_var_from_handle('THUMBNAILS', 'thumbnails');
}
?> \ No newline at end of file