thatryan
thatryan

Reputation: 1559

Incorporate Joomla module into template?

I built a rad slider module. Then I built a template that I am going to use as a base for more projects, and I know I will use my slider module most of the time. Is there a way, other than tearing apart the modules and re-coding it all into the template, to "package" the module with a template? Like the HTML overrides do, but adding the functionality instead of overriding existing? Does this make sense? Thanks!

Upvotes: 0

Views: 292

Answers (2)

Elin
Elin

Reputation: 6770

You can make your put template and the module into a package, which allows installation of multiple extensions at the same time.

Upvotes: 1

Cesar
Cesar

Reputation: 4437

Sorry, I can't get the point, can't you simply use
<jdoc:include type="modules" name="xxxxx" />
into the template ?

Upvotes: 1

Related Questions