Changeset 1015 in ExiteCMS for trunk/administration/index.php
- Timestamp:
- 10/24/07 21:48:43 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/index.php
r834 r1015 65 65 while ($data = dbarray($result)) { 66 66 if (checkrights($data['admin_rights']) && $data['admin_link'] != "reserved") { 67 // check the location of the admin image, and add the correct path to it 68 if (!$path = strrchr($data['admin_link'], "/")) { 69 $path = ADMIN; 70 } 71 $data['admin_image'] = $path."images/".$data['admin_image']; 72 // store the record 67 73 $modules[] = $data; 68 74 }
Note: See TracChangeset
for help on using the changeset viewer.
