从目录中获取 drupal 主题

发布于 2024-10-31 12:25:01 字数 164 浏览 0 评论 0原文

我需要获取存储在sites/all/themes 文件夹中的drupal 主题。我想展示他们的图像(如果存在)和所有信息。请告诉我一种方法。我只想知道 drupal 中是否存在从目录或与其相关的任何函数获取主题的函数。如果没有,那么我应该从哪里开始。任何建议将不胜感激。

谢谢

费赞

I have a requirement of fetch drupal themes stored in sites/all/themes folder. I want to show thier image if exist and all there information.. PLease tell me a way I can do it. All I just want to know is there any function exist in drupal which fetch theme from a directory or any function relavent to it. If not then from where should I get started.. Any suggestion will be highly appreciated.

Thanks

Faizan

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

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

发布评论

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

评论(1

月竹挽风 2024-11-07 12:25:01

您可以使用 list_themes() 函数,与 drupal_get_path('theme', $theme_name) 一起

我认为屏幕截图图像称为 snapshot.jpg

You can use the list_themes() function, together with drupal_get_path('theme', $theme_name)

the screenshot image is called screenshot.jpg i think

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