Page 1 of 1

How to print content?

Posted: Wed Nov 07, 2007 6:55 pm
by haapati
Well, i made a module and it have a contenttype.modulename.php. How do i print the content to the {content} tag? And can anyone tell me more about Show() function? I have a couple of my own params called "tekniset" and "esittely". I dont have the content_en param.

Re: How to print content?

Posted: Wed Nov 07, 2007 7:25 pm
by calguy1000
just echo the information out, it'll automatically replace content.

Re: How to print content?

Posted: Wed Nov 07, 2007 8:49 pm
by haapati
Will i do it under some function?

function Show() {

echo 'hello';

}

?