sifuhall
09-22-2009, 06:07 PM
Can someone please point me to an example or doc about how to have a plugin populate two templates like this:
template A is the generic template and calls template B for each iteration of a loop
?
For example, my loop contains apples, oranges, and bananas
Template A will display something like:
Your fruit is:
$template B
So the end result is:
Your fruit is:
apples
oranges
bananas
Any help is greatly appreciated.
template A is the generic template and calls template B for each iteration of a loop
?
For example, my loop contains apples, oranges, and bananas
Template A will display something like:
Your fruit is:
$template B
So the end result is:
Your fruit is:
apples
oranges
bananas
Any help is greatly appreciated.