1
Ok, so I have a module I am modifying.. I cloned it because the functions will work for another program I am doing...
I am trying to get the template to work but It is not working...
Both modules have the same name on the template.
When I try to use the second version of the module it uses the first template.
Looks like the code that loads the template follows...
$xoopsOption['template_main'] = 'index_template.html';
This is with xoops 2.5.
I am guessing at this point that this sticks only one template into the data base and wont let the second one get accessed.
How do I fix this? Should templates all have different names to make sure they dont conflict like this?
Thanks!
Rodney