jdoc标签用于声明joomla模板的页面结构,joomla的模板引擎根据jdoc标签输出页面的指定内容.
<jdoc:include type=”component” />
<jdoc:include type=”head” />
<jdoc:include type=”installation” />
<jdoc:include type=”message” />
<jdoc:include type=”module” name=”breadcrumbs” />
<jdoc:include type=”module” name=”submenu” style=”rounded” id=”submenu-box” />
<jdoc:include type=”modules” name=”left” style=”xhtml” />
<jdoc:include type=”modules” name=”right” style=”xhtml” />
<jdoc:include type=”modules” name=”top” style=”xhtml” />
<jdoc:include type=”modules” name=”user1″ style=”xhtml” />
