How do I pass a variable from a module to the template

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
RomanPreiss
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Jan 25, 2008 8:53 am

How do I pass a variable from a module to the template

Post by RomanPreiss » Thu Mar 13, 2008 11:34 am

Hi there,
I want the template to create a different include module name
<jdoc:include type="modules" name="differentName" style="beezDivision" headerLevel="3" />
on the results of another module included earlier.
So I need to pass a variable from the module to the template. How do I do that??
cheers, fj

Post Reply