function _reptag_image_thumb($url, $width = 400, $height = 350, $title = '') {
$output = <<<EOF
html
EOF;
return $output;
}
hi why wont this work for me??
function _reptag_image_thumb($url, $width = 400, $height = 350, $title = '') {
$output = <<<EOF
html
EOF;
return $output;
}
hi why wont this work for me??
Comments
Comment #1
chasz commentedjust learning :D