Joomla 3.x.x jdoc 包括
Joomla 3.x.x jdoc include
我是 Joomla 的新手,我使用的是 3.4.8 版本,我的任务是修改和编辑一些 pages.Now 我在 index.php 中有这个页面,我想在其中编辑因为除了 messages.I 无法在模块类别中找到 position-7 文件外,此图像没有显示..
<jdoc:include type="modules" name="position-7" style="xhtml" /><!--where is this -->
我查找了所有 Joomla 目录中的模块文件夹,但找不到。
Inspect Google 时,我发现了这个
<div class="moduletable">
<ul class="category-module">
<li>
<a class="mod-articles-category-title " href="/news/277-2016-train-the-trainer-workshops-aerial-lifts-lockout-tagout">2016 “Trainer” Aerial Lifts & Lockout/Tagout</a>
</li>
<li>
<a class="mod-articles-category-title " href="/news/176-emergency-bulletin">Emergency Bulletin</a>
</div>
如何编辑>
您将在默认模板文件夹中获得此文件,文件将为 index.php
有关更多信息,请阅读此文档 - https://docs.joomla.org/Jdoc_statements
我是 Joomla 的新手,我使用的是 3.4.8 版本,我的任务是修改和编辑一些 pages.Now 我在 index.php 中有这个页面,我想在其中编辑因为除了 messages.I 无法在模块类别中找到 position-7 文件外,此图像没有显示..
<jdoc:include type="modules" name="position-7" style="xhtml" /><!--where is this -->
我查找了所有 Joomla 目录中的模块文件夹,但找不到。
Inspect Google 时,我发现了这个
<div class="moduletable">
<ul class="category-module">
<li>
<a class="mod-articles-category-title " href="/news/277-2016-train-the-trainer-workshops-aerial-lifts-lockout-tagout">2016 “Trainer” Aerial Lifts & Lockout/Tagout</a>
</li>
<li>
<a class="mod-articles-category-title " href="/news/176-emergency-bulletin">Emergency Bulletin</a>
</div>
如何编辑>
您将在默认模板文件夹中获得此文件,文件将为 index.php
有关更多信息,请阅读此文档 - https://docs.joomla.org/Jdoc_statements