remove unused thumb.phtml
This commit is contained in:
parent
c8aad56d1a
commit
27881575db
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
if (empty($this->thumb->data)) {
|
||||
} else {
|
||||
header("Content-Type:image/jpeg");
|
||||
print base64_decode($this->thumb->data);
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue