PHP Drupal $ styles

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Drupal $ styles相关的知识,希望对你有一定的参考价值。

<?php
    // Let's add some extra stylesheets to the queue in the $styles function. Set them to 'module', so they come before style.css.
    $styles = drupal_get_css(drupal_add_css(path_to_theme() . '/path/to/style.css', 'module', 'all', TRUE));
    $styles = drupal_get_css(drupal_add_css(path_to_theme() . '/path/to/style.css', 'module', 'all', TRUE));
    $styles = drupal_get_css(drupal_add_css(path_to_theme() . '/path/to/style.css', 'module', 'all', TRUE));
    $styles = drupal_get_css(drupal_add_css(path_to_theme() . '/path/to/style.css', 'module', 'all', TRUE)); ?>

以上是关于PHP Drupal $ styles的主要内容,如果未能解决你的问题,请参考以下文章

带有图像样式的 Drupal 8 图像

php 在drupal 8中找到名字: - Drupal 8

php 在drupal 8中以编程方式创建词汇和术语: - Drupal

Drupal 6 视图 2:PHP 片段

Drupal,在自定义 php 页面上嵌入视图块/结果

在Drupal7中手动构建imagecache(也称为图像样式)