1
xmaro
MyAds modification
  • 2004/6/8 5:35

  • xmaro

  • Just popping in

  • Posts: 10

  • Since: 2004/4/25


I made modification of MyAds, to display images of announce on index page

changes: (about line 297)

if ($photo)
$xoopsTpl->assign('photo', "<img src=\"images_ann/$photo\">");

now I have image but it is to big.

I've tried to:
<img src=\"images_ann/$photo\" width="100" height="70">
I have error in this line.

What should be in this line to see little images.

Ads on my page

2
xmaro
Re: MyAds modification
  • 2004/6/8 6:27

  • xmaro

  • Just popping in

  • Posts: 10

  • Since: 2004/4/25


sory

changed file was /include/functions.php

lines 82,162.
( if ($photo) )