[development] Drupal 5 Themer Pack::Sympal Theme
jason at jayro.net
jason at jayro.net
Mon Jan 22 12:10:30 UTC 2007
Hey Bèr,
> <a href="http://drupal.org/project/sympal_theme">Sympal Theme</a> is exactly
> what you want to make. The only difference? it already exists!
I just wanted to give it a try out, and got an error pointing me to
the first line of "search_form.tpl.php".
It has this:
<code>
print form_render($form);
</code>
Which I had to change to the following to get it to work:
<code>
print search_box;
</code>
I'm still pretty new to Drupal, is this an error, old code, or a
function still to be defined?
Bright Regards
JasonMR
More information about the development
mailing list