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

Comments

yhager’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Needs work

need to reroll in light of new 6.x branch.

dawehner’s picture

Status: Needs work » Needs review
StatusFileSize
new17.27 KB

here is the reroll of the patch for the current d6 branch

yhager’s picture

Status: Needs review » Needs work

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.

dawehner’s picture

StatusFileSize
new7.78 KB

here is a code split which has magic_tabs_get in the .module

This function includes than the pages.inc file

dawehner’s picture

Status: Needs work » Needs review