多站点环境的 drupal 路径

发布于 2024-11-03 16:33:29 字数 177 浏览 1 评论 0原文

如何获取站点 DIR 的路径,例如我有sites/www.example.com 我需要在模块的 .tpl 文件中获取此路径,我尝试了 drupal_get_path('theme','my_theme') 和 path_to_theme() 但两者都它们指向模块DIR。我可以使用任何方法来获取站点/example.com 文件夹的路径?

How to get path to sites DIR like i have sites/www.example.com i need to obtain this path inside a .tpl file of module, i tried drupal_get_path('theme','my_theme') and path_to_theme() but both of them point to the module DIR. any method that i can use to obtain path to my sites/example.com folder ?

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

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

发布评论

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

评论(1

黯然 2024-11-10 16:33:29

也许 conf_path() 会帮助你。

问题是,为什么需要 site/[site] 目录?

也许您的 .tpl 文件中有一些被误导的内容。 drupal_get_path() 应该足够了。

Maybe the conf_path() will help you.

The question is, why do you need your sites/[site] directory?

maybe there's something misguided in your .tpl file. the drupal_get_path() should be sufficient.

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