The include line (line 12) is not necessary, since the common file is loaded by all the subfiles. This include structure predates the D6 menu system and should be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | skeleton_include.patch | 2.95 KB | agentrickard |
The include line (line 12) is not necessary, since the common file is loaded by all the subfiles. This include structure predates the D6 menu system and should be removed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | skeleton_include.patch | 2.95 KB | agentrickard |
Comments
Comment #1
agentrickardTo make this work, we need to move the two menu loader functions from the common file to the module file, which is more in keeping with D6.
Comment #2
deviantintegral commentedThanks - that was something I was meaning to do but hadn't done yet. It makes the code much cleaner.