Page 1 of 1
multilingual_footer
Posted: Fri Oct 23, 2009 2:08 pm
by yellowled
It might be because I still have an outdated version (v2.5) thanks to netmirror, but the new smarty variable "multilingual_footer for custom Smarty output" doesn't emit anything in my blog.
This is supposed to be used as {$multilingual_footer}, right?
YL
Re: multilingual_footer
Posted: Fri Oct 23, 2009 3:23 pm
by garvinhicking
Hi!
No, {$entry.multilingual_footer}.
Check {$entry|@print_r} always when you want to know what's available.
Regards,
Garvin
Re: multilingual_footer
Posted: Fri Oct 23, 2009 4:05 pm
by yellowled
garvinhicking wrote:No, {$entry.multilingual_footer}.
Check {$entry|@print_r} always when you want to know what's available.

First one works like a charm now, second one sure is a good hint for the future
However, I think this should be changed in the plugin config. It's confusing
YL