Manually build an imagecache (aka image style) in drupal 7


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php print theme('image_style', array('style_name' => '<NAME OF STYLE>', 'path' => 'public://<FILE URI>')); ?>

Report this snippet


Comments


You need to login to view comments.