Browse Source

Update index.php

pull/14/head
Zisbusy 3 years ago
committed by GitHub
parent
commit
65034bf332
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      Akina/index.php

+ 1
- 5
Akina/index.php View File

@ -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 '<li class="feature-'.$featureNum.'"><a href="'.$ji->permalink.'"><div class="feature-title"><span class="foverlay">'.$ji->title.'</span></div><img src="'.$featureImg.'"></a></li>';
} else {

Loading…
Cancel
Save