diff --git a/app/views/post/_search.php b/app/views/post/_search.php index 6465304..577d08d 100755 --- a/app/views/post/_search.php +++ b/app/views/post/_search.php @@ -1,5 +1,4 @@ -
-
t('.title') ?>
+
formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
diff --git a/app/views/post/_tags.php b/app/views/post/_tags.php index e5a23c7..329dbaa 100755 --- a/app/views/post/_tags.php +++ b/app/views/post/_tags.php @@ -2,8 +2,7 @@ !isset($this->include_tag_hover_highlight) && $this->include_tag_hover_highlight = false; !isset($this->include_tag_reverse_aliases) && $this->include_tag_reverse_aliases = false; ?> -
-
t('.title') ?>
+
tags['exclude']) && print $this->tag_links($this->tags['exclude'], array('prefix' => '-', 'with_hover_highlight' => 'true', 'with_hover_highlight' => $this->include_tag_hover_highlight)) ?> tags['include']) && print $this->tag_links($this->tags['include'], array('with_aliases' => $this->include_tag_reverse_aliases, 'with_hover_highlight' => $this->include_tag_hover_highlight)) ?> diff --git a/app/views/post/index.php b/app/views/post/index.php index 3b4169d..12cbfac 100755 --- a/app/views/post/index.php +++ b/app/views/post/index.php @@ -20,8 +20,7 @@