Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Drupal 6
- echo imagecache_create_path(product, $photos[0]['filepath']); //Вывод пути к файлу
- echo theme('imagecache', 'preset_namespace', $image_filepath, $alt, $title, $attributes); //Стилизация через ImageCache
- //Drupal 7
- echo render(file_create_url($content['field_name'][0]['#item']['uri'])) //Вывод пути к файлу
- echo image_style_url('*name_preset*', $content['*field_name*'][0]['#item']['uri']) //Стилизайция через ImageStyle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement