Re: Nifty Products Tutorial Part 1

Posts: 17
Joined: 02/09/2008

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 28

What 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>

Nifty Products Tutorial Part 1 By: mykz- (70 replies) Wed, 03/19/2008 - 20:04