这个脚本:
function theme_vscc_element_black_icons($vars) {
$image_vars = array(
'path' => drupal_get_path('theme', 'theme') . '/images/vscc/' . $vars['element'] . '.png',
'alt' => t($vars['element']),
'title' => t($vars['element']),
);
return theme('image', $image_vars);
}
它读取图像的alt和标题值,称为'previous'和'next',因此要加载图像,需要将它们命名为previous.png和next.png
我需要更换什么才能使其不是alt和title,而是让它查找给定的文件名,如previous-black和next-black,因此它会加载名为previous-black.png和next的文件-black.png而不是在alt和title中查找值?
答案 0 :(得分:0)
通过为'-featured.png'