Преглед изворни кода

Update index.php

pull/14/head
Zisbusy пре 3 година
committed by GitHub
родитељ
комит
65034bf332
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 5 уклоњено
  1. +1
    -5
      Akina/index.php

+ 1
- 5
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 '<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…
Откажи
Сачувај