Yes, I already confugured languages and managed static block.
For example I created 2 static block for the first columns in footer.
One static block is for the italian site: "Footer colonna 1 themler"
The other block is fot the english vire "Footer colonna 1 themler EN"
I assigned to the 2 blocks the same identifier "footer_themler_col1"
and inserted cms content with this code:
<?php $staticblock?>load('footer_themler_col1');
//echo $staticBlock->getTitle(); // block title
echo $staticBlock->getContent(); // block content
?>
I suppose that the front end should get the static block "footer_themler_col1" displaying the italian version for IT languae and the english view for english view.
But I am always getting italian view.
Do you think I made some mistake or there is some bug in themler?
thank you
Yes, I already confugured languages and managed static block.
For example I created 2 static block for the first columns in footer.
One static block is for the italian site: "Footer colonna 1 themler"
The other block is fot the english vire "Footer colonna 1 themler EN"
I assigned to the 2 blocks the same identifier "footer_themler_col1"
and inserted cms content with this code:
<?php $staticblock?>load('footer_themler_col1');
//echo $staticBlock->getTitle(); // block title
echo $staticBlock->getContent(); // block content
?>
I suppose that the front end should get the static block "footer_themler_col1" displaying the italian version for IT languae and the english view for english view.
But I am always getting italian view.
Do you think I made some mistake or there is some bug in themler?
thank you