Split up code for d6
dereine - September 27, 2008 - 20:06
| Project: | Magic Tabs |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
i splittet up the d6 version to a pages.inc and a example.inc
the patch is from the version5, because i don't know how to check out the current dev or the initial d6dev
| Attachment | Size |
|---|---|
| magic_tabs_5_to_6_pages.patch | 18.98 KB |

#1
need to reroll in light of new 6.x branch.
#2
here is the reroll of the patch for the current d6 branch
#3
I may be missing something with Drupal 6.x module development, but how does magic_tabs.pages.inc get included? I tried to call magic_tabs_get() in a node content (like in the demo site), and it bails out with undefined function.
#4
here is a code split which has magic_tabs_get in the .module
This function includes than the pages.inc file
#5