related block should now change title depending on what tag list is set to
This commit is contained in:
parent
d9e1b935b0
commit
12d4fcf813
@ -53,7 +53,11 @@ class TagListTheme extends Themelet {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$page->add_block(new Block("Related", $html, "left"));
|
if($config->get_string('tag_list_image_type')=="tags"){
|
||||||
|
$page->add_block(new Block("Tags", $html, "left"));}
|
||||||
|
else{
|
||||||
|
$page->add_block(new Block("Related Tags", $html, "left"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user