码迷,mamicode.com
首页 > 其他好文 > 详细

drupal7获取当前theme的路径

时间:2018-08-29 18:06:29      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:路径   col   nbsp   code   The   方式   pat   style   rup   

  //方式一
  $theme_path=drupal_get_path(‘theme‘, $theme);

  //方式二
  $theme_path=path_to_theme();

 

drupal7获取当前theme的路径

标签:路径   col   nbsp   code   The   方式   pat   style   rup   

原文地址:https://www.cnblogs.com/zjfblog/p/9555575.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!