从目录中获取 drupal 主题
我需要获取存储在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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