remove unused thumb.phtml

This commit is contained in:
wlx 2011-10-26 09:23:05 +00:00
parent c8aad56d1a
commit 27881575db
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
<?php
if (empty($this->thumb->data)) {
} else {
header("Content-Type:image/jpeg");
print base64_decode($this->thumb->data);
}
?>