I've extracted phptemplate into the engine directory, and uploaded the spreadfirefox theme, along with other phpt. themes, and I get no menus, just "supject ?>" and "content ?>" where things should be.
Normal templates all work fine, so I guess there's something basic i've done wrong installing the theme engine.
Please help!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | CropperCapture[2].Jpeg | 69.16 KB | tayknight |
Comments
Comment #1
s1mps commentedthere's some code missing - the code breaks to begin the php statements are missing the actual "php" so "<?" should read "<?php"
Do that 3 times and al is well.
Comment #2
s1mps commentedthere's some code missing - the code breaks to begin the php statements are missing the actual "php" so "
<?" should read "<?php"Repeat 3 times and stir well
Comment #3
tayknight commentedFWIW, I'm getting this same error. I'm running CVS Drupal. I tried to replace the PHPTemplate with the 4.6.0 version and it didn't seem to make any difference. I'm not getting any errors anywhere. I looked for any <? in the PHPTemplate files and didn't find any. All the <? had php so they all looked like <?php. Any ideas?
Comment #4
s1mps commentedtayknight
the full answer is posted here:
http://drupal.org/node/34604
Comment #5
morbus iffSpreadFirefox issue, not PHPTemplate.