0) { echo "\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; foreach ($list_domains as $row) { echo " \n"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "\n"; } echo "
" . $LANG['AdminList_domain_domain'] . "" . $LANG['AdminList_domain_description'] . "" . $LANG['AdminList_domain_aliases'] . "" . $LANG['AdminList_domain_mailboxes'] . "" . $LANG['AdminList_domain_modified'] . " 
" . $row['domain'] . "" . $row['description'] . "" . $row['alias_count'] . " / " . $row['aliases'] . "" . $row['mailbox_count'] . " / " . $row['mailboxes'] . "" . $row['modified'] . "" . $LANG['edit'] . "" . $LANG['del'] . "
\n"; } ?>