Hi all and sorry for my english and for my stupid question:
I have one html file (a box template) link this :
<h1>$data->title</h1> <p>$data->content</p>
I have $data that contain title and content.
Which is the function (and how use it) that get my file, merge with $data and return the final HTML ? If I need to write it, how can I realize it ? Any RTFM is wellcome because I have read the Pro Drupal Development's Theme Chapter, but without any help from it.
Tnx again.
M.