diff --git a/application/default/controllers/IndexController.php b/application/default/controllers/IndexController.php index c5484b6e..ceb58cd3 100755 --- a/application/default/controllers/IndexController.php +++ b/application/default/controllers/IndexController.php @@ -58,7 +58,7 @@ class IndexController extends Zend_Controller_Action $News = new Archive($this->db); $time = date("Y-m-d H:i:s",time()); - $sql = "SELECT * FROM archive WHERE is_pub=true AND ts_published<'$time' AND image!='' order by ts_published desc LIMIT 5"; + $sql = "SELECT * FROM archive WHERE is_pub=true AND ts_published<'$time' AND image!='' and id in (select ar_catalog.aid from ar_category left join ar_catalog on ar_category.id=ar_catalog.cid where ar_category.code='featured') order by ts_published desc LIMIT 5"; $sth = $this->db->query($sql); $rows = $sth->fetchAll(PDO::FETCH_BOTH); diff --git a/application/default/views/scripts/data/tools.phtml b/application/default/views/scripts/data/tools.phtml index f8ef557d..051e612e 100755 --- a/application/default/views/scripts/data/tools.phtml +++ b/application/default/views/scripts/data/tools.phtml @@ -3,10 +3,10 @@
  • 序列浏览
  • 分类浏览
  • 时间轴浏览
  • -
  • 空间浏览
  • +
  • 时空浏览
  • 全部浏览
  • -
  • 高级搜索
  • +