Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. function some_page_callback() {
  3. // $args = ...some args
  4. $output = theme('image_style', $args);
  5. return $output;
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement