Closed (fixed)
Project:
Reservation
Version:
5.x-1.0-beta5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 10:26 UTC
Updated:
20 Feb 2009 at 13:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
drugasy commentedAnd when I don't put the file into my theme's directory. I have resolved the problem.
Comment #2
maulwuff commentedis 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"
Comment #3
drugasy commentedThe extension ".php" is not missing. I'm working too to find the problem. I use Drupal 5.15
Comment #4
maulwuff commentedhi,
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 printComment #5
maulwuff commentedjust noticed that drupal has altered the filename. you'll have to rename it, too. ;)
Comment #6
drugasy commentedYes! I forgot to enable the "short opening php-tags" in my php.ini
Thanks!
Comment #7
drugasy commentedComment #8
maulwuff commentedall right. :)
I'll fix my code so it doesn't fail if short opening php tags are disabled.