if (isset($result->IMAGE)) {
$img = array(
'width' => 'IMAGE_WIDTH',
'height' => 'IMAGE_HEIGHT',
'src' => 'IMAGE_SOURCE',
);
foreach ($img as $attribute => $element) {
if (isset($result->IMAGE->$element)) {
$image[$attribute] = (string)$result->IMAGE->$element;
}
}
}
-----------------------
Add configurable results-per-page
http://drupal.org/node/921180
-----------------------
4471

被折叠的 条评论
为什么被折叠?



