Skip to content

Commit

Permalink
fix language
Browse files Browse the repository at this point in the history
  • Loading branch information
ClicShopping committed Aug 4, 2023
1 parent 07442f9 commit b206833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function execute()
//Content
$this->page->data['content'] = $CLICSHOPPING_Template->getTemplateFiles('products_recommendations');
//language
$CLICSHOPPING_Language->loadDefinitions('recommendations');
$CLICSHOPPING_Language->loadDefinitions('products_recommendations');

$CLICSHOPPING_Breadcrumb->add(CLICSHOPPING::getDef('navbar_title'), CLICSHOPPING::link(null, 'Products&Recommendations'));
}
Expand Down

0 comments on commit b206833

Please sign in to comment.