diff options
Diffstat (limited to 'indilist.php')
| -rw-r--r-- | indilist.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indilist.php b/indilist.php index 67294b6041..74180d53ac 100644 --- a/indilist.php +++ b/indilist.php @@ -210,6 +210,9 @@ if ($showList) { if ($surname_sublist=='yes') { // Show the surname list switch ($SURNAME_LIST_STYLE) { + case 'style1'; + echo format_surname_list($surns, 3, true); + break; case 'style3': echo format_surname_tagcloud($surns, 'indilist', true); break; |
