Jump to content

Язык в заинклюденных шаблонах


Recommended Posts

Всем привет.

В шаблоне при иклюде в него другого шаблона не подхватывается язык.


function hookLeftColumn($params){
  $smarty->assign('category_tpl' , _PS_MODULE_DIR_."blockproductfilter/categorycontrol.tpl ");
  $smarty->assign('manufacturers_tpl' , _PS_MODULE_DIR_."blockproductfilter/manufacturerscontrol.tpl ");
  return $this->display(__FILE__, 'blockproductfilter.tpl');
}

blockproductfilter.tpl :
.
.

  {include file=$category_tpl}


  {include file=$manufacturers_tpl}

.
.
categorycontrol.tpl и manufacturerscontrol.tpl  отличаются только переменными


{l s='Choose categories' mod='blockproductfilter'}
{$categories}



По умолчанию стоит русский, в админке manufacturerscontrol.tpl и manufacturerscontrol.tpl переведены
но вывод {l s='Choose categories' mod='blockproductfilter'} происходит на английском.
Кто в курсе, с чем это может быть связанно?

Link to comment
Share on other sites

×
×
  • Create New...