PhpBB - PHP 文件在哪里显示overall_footer.html?

发布于 2024-12-19 22:17:19 字数 88 浏览 2 评论 0原文

PhpBB - PHP 文件在哪里显示overall_footer.html?

我检查了很多php文件,但仍然找不到它。

非常感谢

PhpBB - Where Is The PHP File To Display overall_footer.html?

I have checked lots of php file, but still can't find it.

Many Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌伤ぢ 2024-12-26 22:17:19

你的问题不清楚。如果您正在查找从何处调用overall_footer.html,它会包含在其他模板文件中,而不是直接调用。

每当您查看页面时,它都会显示一个模板文件。对于论坛索引,其index_body.html 对于主题列表其viewforum_body.html,对于主题其viewtopic_body.html 等等。每个文件都以这一行开头:

<!-- INCLUDE overall_header.html -->

并以这一行结束:

<!-- INCLUDE overall_footer.html -->

这就是包含overall_footer.html 的位置。

如果您正在寻找已编译的overall_footer.html(它的php版本)的位置,它位于目录缓存中,prosilver版本的文件名是tpl_prosilver_overall_footer.html.php。您永远不应该编辑该文件,如果您想添加某些内容,请编辑overall_footer.html 模板。

Your question isn't clear. If you are looking for where overall_footer.html is called from, it is included from other template files, not called directly.

Whenever you view a page, it shows one template file. For forum index its index_body.html for topics list its viewforum_body.html, for topic its viewtopic_body.html and so on. Each of those files starts with this line:

<!-- INCLUDE overall_header.html -->

and ends with this line:

<!-- INCLUDE overall_footer.html -->

That's where overall_footer.html is included from.

If you were looking for location of compiled overall_footer.html (php version of it), its located in directory cache and file name for prosilver's version is tpl_prosilver_overall_footer.html.php. You should never edit that file, if you want to add something, edit overall_footer.html template instead.

对风讲故事 2024-12-26 22:17:19

文件“overall_footer.html”不会直接从任何 PHP 文件调用。相反,它包含在其他模板文件中,由各种 PHP 文件调用。以下是包含此文件的所有模板的列表:

<pre>
\adm\style\acp_attachments.html (1 hits)
    Line 376: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_ban.html (1 hits)
    Line 124: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_bbcodes.html (1 hits)
    Line 124: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_board.html (1 hits)
    Line 49: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_bots.html (1 hits)
    Line 102: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_captcha.html (1 hits)
    Line 71: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_database.html (1 hits)
    Line 98: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_disallow.html (1 hits)
    Line 45: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_email.html (1 hits)
    Line 58: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_forums.html (1 hits)
    Line 505: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_forums_copy_perm.html (1 hits)
    Line 22: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_groups.html (1 hits)
    Line 358: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_icons.html (1 hits)
    Line 268: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_inactive.html (1 hits)
    Line 77: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_jabber.html (1 hits)
    Line 65: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_language.html (1 hits)
    Line 255: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_logs.html (1 hits)
    Line 93: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_main.html (1 hits)
    Line 255: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_modules.html (1 hits)
    Line 212: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_permissions.html (1 hits)
    Line 357: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_permission_roles.html (1 hits)
    Line 202: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_php_info.html (1 hits)
    Line 13: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_profile.html (1 hits)
    Line 236: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_prune_forums.html (1 hits)
    Line 108: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_prune_users.html (1 hits)
    Line 59: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_ranks.html (1 hits)
    Line 98: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_reasons.html (1 hits)
    Line 127: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_search.html (1 hits)
    Line 157: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_send_statistics.html (1 hits)
    Line 71: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_styles.html (1 hits)
    Line 536: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_update.html (1 hits)
    Line 52: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_users.html (1 hits)
    Line 234: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_words.html (1 hits)
    Line 77: <!-- INCLUDE overall_footer.html -->
\adm\style\captcha_gd_acp.html (1 hits)
    Line 74: <!-- INCLUDE overall_footer.html -->
\adm\style\captcha_qa_acp.html (1 hits)
    Line 92: <!-- INCLUDE overall_footer.html -->
\adm\style\captcha_recaptcha_acp.html (1 hits)
    Line 50: <!-- INCLUDE overall_footer.html -->
\adm\style\confirm_bbcode.html (1 hits)
    Line 22: <!-- INCLUDE overall_footer.html -->
\adm\style\confirm_body.html (1 hits)
    Line 20: <!-- INCLUDE overall_footer.html -->
\adm\style\confirm_body_prune.html (1 hits)
    Line 30: <!-- INCLUDE overall_footer.html -->
\adm\style\message_body.html (1 hits)
    Line 8: <!-- INCLUDE overall_footer.html -->
\adm\style\permission_forum_copy.html (1 hits)
    Line 40: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\confirm_body.html (1 hits)
    Line 20: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\faq_body.html (1 hits)
    Line 52: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\index_body.html (1 hits)
    Line 48: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\login_body.html (1 hits)
    Line 70: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\login_forum.html (1 hits)
    Line 36: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\mcp_approve.html (1 hits)
    Line 53: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\mcp_footer.html (1 hits)
    Line 9: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\mcp_move.html (1 hits)
    Line 36: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_body.html (1 hits)
    Line 183:   <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_email.html (1 hits)
    Line 65: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_leaders.html (1 hits)
    Line 76: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_view.html (1 hits)
    Line 116: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\message_body.html (1 hits)
    Line 11: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\posting_layout.html (1 hits)
    Line 90: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\report_body.html (1 hits)
    Line 51: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\search_body.html (1 hits)
    Line 128: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\search_results.html (1 hits)
    Line 160: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_agreement.html (1 hits)
    Line 73: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_footer.html (1 hits)
    Line 15: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_register.html (1 hits)
    Line 113: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_remind.html (1 hits)
    Line 32: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_resend.html (1 hits)
    Line 32: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\viewforum_body.html (1 hits)
    Line 219: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\viewonline_body.html (1 hits)
    Line 57: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\viewtopic_body.html (1 hits)
    Line 274: <!-- INCLUDE overall_footer.html -->

</pre>

The file "overall_footer.html" is not called from any PHP file directly. Instead it is included inside of other template files, which are called by various PHP files. Here is a list of all templates that include this file:

<pre>
\adm\style\acp_attachments.html (1 hits)
    Line 376: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_ban.html (1 hits)
    Line 124: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_bbcodes.html (1 hits)
    Line 124: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_board.html (1 hits)
    Line 49: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_bots.html (1 hits)
    Line 102: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_captcha.html (1 hits)
    Line 71: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_database.html (1 hits)
    Line 98: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_disallow.html (1 hits)
    Line 45: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_email.html (1 hits)
    Line 58: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_forums.html (1 hits)
    Line 505: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_forums_copy_perm.html (1 hits)
    Line 22: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_groups.html (1 hits)
    Line 358: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_icons.html (1 hits)
    Line 268: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_inactive.html (1 hits)
    Line 77: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_jabber.html (1 hits)
    Line 65: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_language.html (1 hits)
    Line 255: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_logs.html (1 hits)
    Line 93: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_main.html (1 hits)
    Line 255: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_modules.html (1 hits)
    Line 212: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_permissions.html (1 hits)
    Line 357: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_permission_roles.html (1 hits)
    Line 202: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_php_info.html (1 hits)
    Line 13: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_profile.html (1 hits)
    Line 236: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_prune_forums.html (1 hits)
    Line 108: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_prune_users.html (1 hits)
    Line 59: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_ranks.html (1 hits)
    Line 98: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_reasons.html (1 hits)
    Line 127: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_search.html (1 hits)
    Line 157: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_send_statistics.html (1 hits)
    Line 71: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_styles.html (1 hits)
    Line 536: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_update.html (1 hits)
    Line 52: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_users.html (1 hits)
    Line 234: <!-- INCLUDE overall_footer.html -->
\adm\style\acp_words.html (1 hits)
    Line 77: <!-- INCLUDE overall_footer.html -->
\adm\style\captcha_gd_acp.html (1 hits)
    Line 74: <!-- INCLUDE overall_footer.html -->
\adm\style\captcha_qa_acp.html (1 hits)
    Line 92: <!-- INCLUDE overall_footer.html -->
\adm\style\captcha_recaptcha_acp.html (1 hits)
    Line 50: <!-- INCLUDE overall_footer.html -->
\adm\style\confirm_bbcode.html (1 hits)
    Line 22: <!-- INCLUDE overall_footer.html -->
\adm\style\confirm_body.html (1 hits)
    Line 20: <!-- INCLUDE overall_footer.html -->
\adm\style\confirm_body_prune.html (1 hits)
    Line 30: <!-- INCLUDE overall_footer.html -->
\adm\style\message_body.html (1 hits)
    Line 8: <!-- INCLUDE overall_footer.html -->
\adm\style\permission_forum_copy.html (1 hits)
    Line 40: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\confirm_body.html (1 hits)
    Line 20: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\faq_body.html (1 hits)
    Line 52: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\index_body.html (1 hits)
    Line 48: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\login_body.html (1 hits)
    Line 70: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\login_forum.html (1 hits)
    Line 36: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\mcp_approve.html (1 hits)
    Line 53: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\mcp_footer.html (1 hits)
    Line 9: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\mcp_move.html (1 hits)
    Line 36: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_body.html (1 hits)
    Line 183:   <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_email.html (1 hits)
    Line 65: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_leaders.html (1 hits)
    Line 76: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\memberlist_view.html (1 hits)
    Line 116: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\message_body.html (1 hits)
    Line 11: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\posting_layout.html (1 hits)
    Line 90: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\report_body.html (1 hits)
    Line 51: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\search_body.html (1 hits)
    Line 128: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\search_results.html (1 hits)
    Line 160: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_agreement.html (1 hits)
    Line 73: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_footer.html (1 hits)
    Line 15: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_register.html (1 hits)
    Line 113: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_remind.html (1 hits)
    Line 32: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\ucp_resend.html (1 hits)
    Line 32: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\viewforum_body.html (1 hits)
    Line 219: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\viewonline_body.html (1 hits)
    Line 57: <!-- INCLUDE overall_footer.html -->
\styles\prosilver\template\viewtopic_body.html (1 hits)
    Line 274: <!-- INCLUDE overall_footer.html -->

</pre>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文