diff --git a/Akina/index.php b/Akina/index.php index 4a26c01..e01a84a 100644 --- a/Akina/index.php +++ b/Akina/index.php @@ -155,11 +155,7 @@ if($this->options->sticky){ if ($ji->fields->thumbnail){ $featureImg = $ji->fields->thumbnail; } else { - if(img_postthumb($ji->content)){ - $featureImg = img_postthumb($ji->content); - } else { - $featureImg = theurl.'images/postbg/'.$featureNum.'.jpg'; - } + $featureImg = theurl.'images/postbg/'.$featureNum.'.jpg'; } echo '
  • '.$ji->title.'
  • '; } else {