Suggestion for Bakery Anyitems

Gast


CodeALot

As the snippet works now, Anyitems will only pick Bakery items from a specific sectionID.
I would like to be able to provide an array of sectionID's where Anyitems has to look for Bakery items.

So instead of

display_any_items(67, 3, 3);

Something like

display_any_items(array(67,68,69), 3, 3);

(Reason for this is a multilingual site with 3 Bakery-pages in one language, and 3 in a different language. I would like AnyItems to pick items from only the 3 pages of the selected language)

Just a suggestion, would be nice. :-)