Changeset 1018 in ExiteCMS for branches/PLi-Fusion/administration/index.php
- Timestamp:
- 10/24/07 22:35:49 (5 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/administration/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/administration/index.php
r834 r1018 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 $path = explode("/", $data['admin_link']); 69 if (isset($path[2])) { 70 $data['admin_image'] = MODULES.$path[2]."/images/".$data['admin_image']; 71 } else { 72 $data['admin_image'] = ADMIN."images/".$data['admin_image']; 73 } 74 // store the record 67 75 $modules[] = $data; 68 76 }
Note: See TracChangeset
for help on using the changeset viewer.
