diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index b315df289c..c648873dd5 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -830,14 +830,17 @@ table tr:nth-last-child(-5) td:first-of-type {
-
"; + echo "".$domain['domain_name']."\n"; + if ($domain['domain_description'] != '') { + echo " - ".$domain['domain_description']."\n"; } + echo "\n"; + $ary_domain_names[] = $domain['domain_name']; + $ary_domain_descs[] = str_replace('"','\"',$domain['domain_description']); } } ?>