Jamroom Developers
Thats one part of building modules that integrate with stuff thats annoying. Its not finished once its built, you have to keep jumping through hoops to keep it going.
/**
* meta
*/
function xxAutoNotify_meta(){
$_tmp = array(
'name' => 'Auto Notify',
'url' => 'auto-notify',
.......
}
function view_xxAutoNotify_speedway($_post, $_user, $_conf)
{
return 'I like going to the speedway';
}
(bring in the header file)
(some <div>'s wrapping stuff)
(some {jrCore_list}'s listing stuff)
(bring in the footer file)
{jrCore_list module="jrActivity" ............... }