the code is visible at the body of the content.

Comments

drugasy’s picture

And when I don't put the file into my theme's directory. I have resolved the problem.

maulwuff’s picture

is the files complete name "node-reservation.tpl.php" ?
this might be because of ".php" is missing. all files shipped in the theme folder (reservation/theme) end with XY.tpl.php
except the "template.php"

drugasy’s picture

The extension ".php" is not missing. I'm working too to find the problem. I use Drupal 5.15

maulwuff’s picture

StatusFileSize
new745 bytes

hi,
please test if the attached version of node-reservation.tpl.php does work for you. replace the existing file with this one.
Maybe your webserver does not support short opening php-tags.
I replaced <?= with <?php print

maulwuff’s picture

just noticed that drupal has altered the filename. you'll have to rename it, too. ;)

drugasy’s picture

Yes! I forgot to enable the "short opening php-tags" in my php.ini
Thanks!

drugasy’s picture

Status: Active » Fixed
maulwuff’s picture

all right. :)
I'll fix my code so it doesn't fail if short opening php tags are disabled.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.