multilingual_footer

Creating and modifying plugins.
Post Reply
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

multilingual_footer

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: multilingual_footer

Post by garvinhicking »

Hi!

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/
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: multilingual_footer

Post 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
Post Reply