From e88544380267e3539fd28a6cefea844fb75e684a Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Tue, 2 Jun 2026 15:02:38 +0100 Subject: Rename list.php → list_contacts.php; add odd/even row pairs to list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit list_contacts.php: modern replacement with clean code, no dead session logic, referencing list.tpl. list.php: now a thin redirect for backward compatibility. list.tpl: alternate odd/even class on each contact's row pair. All internal references (display_contact, index, load_emails, menu, admin_xref_types) updated to list_contacts.php. Co-Authored-By: Claude Sonnet 4.6 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 21ac8cc..0cf7852 100755 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ $gBitSystem->verifyPermission( 'p_contact_view' ); include_once CONTACT_PKG_INCLUDE_PATH . 'lookup_contact_inc.php'; if (!$gContent->mContentId) { - header( "location: " . CONTACT_PKG_URL . "list.php" ); + header( "location: " . CONTACT_PKG_URL . "list_contacts.php" ); die; } -- cgit v1.3