Kitsune-no-button, an author of the "foxbiz", wrote a entry about the method of including a template module from the parent "website".
Kitsune-no-button wrote more useful information after this article.
Please check out if you are interested.
With MT5, in this structure,
Website-A
├Blog-A1
└Blog-A2
you can include your Website-A's template module with this code.
<mt:BlogParentWebsite>
<$mt:WebsiteID setvar="website_id"$>
</mt:BlogParentWebsite>
<$mt:Include module="MODULE-NAME" blog_id="$website_id"$>
In addition to that, you can confirm your "website id" with this code;
website_id: <$mt:GetVar name="website_id"$>
Kitsune-no-button wrote more useful information after this article.
Please check out if you are interested.

Leave a comment