我是Joomla的新手,我使用的是3.4.8版本,我的任务是修改和编辑一些pages.Now --我在index.php中有这个页面,我想编辑这个页面,因为除了消息之外,这个图像没有显示出来。我找不到-7文件在模块类别中的位置。
<jdoc:include type="modules" name="position-7" style="xhtml" /><!--where is this -->我在所有Joomla目录中查找模块文件夹,但我找不到它。
当我检查谷歌的时候,我发现了这个
<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> 如何编辑this>
发布于 2016-02-11 05:40:46
您将在默认模板文件夹中获得此信息,文件将为index.php。
欲了解更多信息,请阅读本文的doc - statements。
https://stackoverflow.com/questions/35330460
复制相似问题