很多时候我们不想使用Drupal提供的默认css加载方法:$styly ,或者也不想在info中定义css路径,那么我们可以使用:
<?php print base_path().path_to_theme();?>
来表示当前主题的路径。
最新评论