Merge branch 'master' of github.com:shish/shimmie2
This commit is contained in:
commit
72b7586c10
@ -28,12 +28,12 @@ class Tag_HistoryTheme extends Themelet {
|
|||||||
|
|
||||||
$selected = ($n == 2) ? " checked" : "";
|
$selected = ($n == 2) ? " checked" : "";
|
||||||
|
|
||||||
$current_tags = explode(" ", $current_tags);
|
$current_tags = Tag::explode($current_tags);
|
||||||
$taglinks = array();
|
$taglinks = array();
|
||||||
foreach($current_tags as $tag){
|
foreach($current_tags as $tag){
|
||||||
$taglinks[] = "<a href='".make_link("post/list/".$tag."/1")."'>".$tag."</a>";
|
$taglinks[] = "<a href='".make_link("post/list/".$tag."/1")."'>".$tag."</a>";
|
||||||
}
|
}
|
||||||
$current_tags = implode(" ", $taglinks);
|
$current_tags = Tag::implode($taglinks);
|
||||||
|
|
||||||
$history_list .= "
|
$history_list .= "
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user