From 5f88ba906ffaaecb56ad633a62bebf379590058d Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 9 Feb 2010 09:04:37 +0000 Subject: [PATCH] post/view?search -> post/view#search for better caching --- ext/index/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/index/theme.php b/ext/index/theme.php index 4130d749..e2efd36d 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -50,7 +50,7 @@ EOD; $page->add_block(new Block("Navigation", $nav, "left", 0)); if(count($images) > 0) { if($query) { - $page->add_block(new Block("Images", $this->build_table($images, "search=$query"), "main", 10)); + $page->add_block(new Block("Images", $this->build_table($images, "#search=$query"), "main", 10)); $this->display_paginator($page, "post/list/$query", null, $this->page_number, $this->total_pages); } else {