Created
October 5, 2013 07:35
-
-
Save bratsun/6837937 to your computer and use it in GitHub Desktop.
Print image / image URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file_create_url($image[0]['uri']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image_style_url('slider', $image[0]['uri']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme('image_style', array('path' => $image[0]['uri'], 'style_name' => 'slider')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment