Remove include_once('skeleton_common.inc');
agentrickard - December 29, 2008 - 21:59
| Project: | Skeleton outlines |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.

#1
To 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.
#2
Thanks - that was something I was meaning to do but hadn't done yet. It makes the code much cleaner.
#3
Automatically closed -- issue fixed for two weeks with no activity.