Skip to content

Instantly share code, notes, and snippets.

@hakjoon
Created September 14, 2010 00:33
Show Gist options
  • Save hakjoon/578325 to your computer and use it in GitHub Desktop.
Save hakjoon/578325 to your computer and use it in GitHub Desktop.
function hak_thumbnail_url() {
global $hak_thisimage, $img_dir;
if (!empty($hak_thisimage["thumbnail"])) {
$out= hu.$img_dir.'/'.$id.'t'.$ext;
return $out;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment