diff --git a/templates/default/category.html b/templates/default/category.html
index 2434f7c1a..6ad99485c 100644
--- a/templates/default/category.html
+++ b/templates/default/category.html
@@ -18,7 +18,7 @@
{$product_page={$smarty.get.page|default:1}}
{$product_order={$smarty.get.order|default:'alpha'}}
- {include file="includes/category-toolbar.html" toolbar="top" limit=$limit order=$product_order}
+ {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order}
- {include file="includes/category-toolbar.html" toolbar="bottom"}
+ {include file="includes/toolbar.html" toolbar="bottom"}