Marco's Blog

All content personal opinions or work.
en eo

Minor Bug in ZooM Ecards fixed

2005-08-16 1 min read Joomla marco

I noticed that when I sent an ecard from this site, it always ended up showing the master size of an image instead of the view size. Easy enough to fix! Just go to line 138 and change it to read:

_dir."/viewsize/".$zoom->_ecard<br></br>

where it reads:

_dir."/".$zoom->_ecard<br></br>

right now.

Do the same on line 188.