Uh-oh everything worked on the test site, but my live site threw this at me..
Parse error: syntax error, unexpected T_PRINT in /home/.wycliffe/rossignol/concretejungleint.com/sites/all/themes/ConcreteJungle/node-product.tpl.php on line 28What could be causing this?
Lines 28-30 in my node-product.tpl.php file:
<li><a href="http://domain.com/ubercart/files/imagecache/product/<?php print $images['filepath']; ?>" title="<?php print $images['title']; ?>" rel="pagination">
<img src="http://domain.com/ubercart/files/imagecache/product/<? php print $images['filename']; ?>" width="95" height="95" alt="<?php print $images['alt']; ?>">
</a></li>

Joined: 02/09/2008