and another

git-svn-id: file:///home/shish/svn/shimmie2/trunk@279 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-15 18:09:11 +00:00
parent 5891589d27
commit f54c81bde7

View file

@ -63,7 +63,8 @@ class TagList extends Extension {
// }}}
// misc {{{
private function tag_link($tag) {
return make_link("index", "search=".url_escape($tag));
$u_tag = url_escape($tag);
return make_link("post/list/$u_tag/1");
}
// }}}
// maps {{{