. */ require_once(__DIR__ . '/../login.php'); ?>
# | Name | Address | Language | Tools | {$contact->id} |
{$contact->name} ({$contact->getClient()->name}) |
{$contact->email} {$contact->address} " . ($contact->address_2 != '' ? "{$contact->address_2} " : "") . " {$contact->postal_code} {$contact->city} {$contact->country} |
{$contact->language} | "; } if (count($contacts) == 0) { echo " |
---|---|---|---|---|
There are no contacts in the database. |