Summary:
Single term option is ignored
Detailed Description:
Single term option is ignored about line 1354 in SmartyTermList():
Original:
--------------------------------------------------------------------------------------
if( $this->GetPreference('disable_prettyurls',0) == 0 )
{
$prettyurl = 'glossary/'.$row['term_id'].'/'.$returnid;
}
------------------------------------------------------------------------------------
The preference 'show_single' is not checked. However show_single should form
prettyurl with glossarysing, so that custom template is taken.