Menu

#20 spacer image not working in Guestbook

v3.0.4
open
nobody
Guestbook (3)
5
2008-04-03
2008-04-03
Loren
No

Line 27 of skin_registry_guestbook -- bit add_comment.
It has old IPB code (for a variable call).

Old:
<img src='{ipb.vars['img_url']}/spacer.gif' alt='' width='160' height='1' />

It should be:
<img src='{$this->ipsclass->vars['img_url']}/spacer.gif' alt='' width='160' height='1' />

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.