Closed (fixed)
Project:
Adhan
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2011 at 01:17 UTC
Updated:
31 Mar 2011 at 03:01 UTC
Jump to comment: Most recent file
For best practices, administrative form code should be moved to a separate file, typically MODULE.admin.inc, so that it doesn't get loaded except when that specific page is being visited.
You specify the exact name of the file in hook_menu().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1095454-Move-administrative-settings-to-a-sepa.patch | 5.37 KB | bfroehle |
Comments
Comment #1
bfroehle commentedI've attached a patch which can be applied with
git am.Comment #2
a.ross commentedThanks bfroehle! Fixed.