menu是一个模块的模块名,下面是block--menu的代码?但是css一直加载不进去求高手指点
<?php
drupal_add_css(drupal_get_path('themes','danland').'css/menu.css');
?>
<?php //dsm($block); ?>
" class="<?php print $classes; ?>"<?php print $attributes; ?>>
<?php print render($title_prefix); ?>
<?php if ($block->subject): ?>
class="block-title"><?php print $block->subject ?>
<?php endif;?>
<?php print render($title_suffix); ?>
>
<?php print $content ?>
龙马,我改了还是不行,路径是没有错,但是我运行
龙马,我改了还是不行,路径是没有错,但是我运行
<?php $a=drupal_get_path('themes','danland').'/css/menu.css';
print $a;
?>
结果为:/css/menu.css
这是怎么回事?
呵呵,解决了,把themes改成theme
呵呵,解决了,把themes改成theme
可能是路径写的不对