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
multilingual_footer
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: multilingual_footer
Hi!
No, {$entry.multilingual_footer}.
Check {$entry|@print_r} always when you want to know what's available.
Regards,
Garvin
No, {$entry.multilingual_footer}.
Check {$entry|@print_r} always when you want to know what's available.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: multilingual_footer
First one works like a charm now, second one sure is a good hint for the futuregarvinhicking wrote:No, {$entry.multilingual_footer}.
Check {$entry|@print_r} always when you want to know what's available.
However, I think this should be changed in the plugin config. It's confusing
YL