diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-02 15:02:38 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-02 15:02:38 +0100 |
| commit | e88544380267e3539fd28a6cefea844fb75e684a (patch) | |
| tree | f5a6f7be7307e935e8d51f1594b62af5d209e846 /index.php | |
| parent | 3e8fc0c354098cdc615401d7d0d04cf5225035d3 (diff) | |
| download | contact-e88544380267e3539fd28a6cefea844fb75e684a.tar.gz contact-e88544380267e3539fd28a6cefea844fb75e684a.tar.bz2 contact-e88544380267e3539fd28a6cefea844fb75e684a.zip | |
Rename list.php → list_contacts.php; add odd/even row pairs to list
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 <noreply@anthropic.com>
Diffstat (limited to 'index.php')
| -rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
