Topic: [pun_pm] can use image instead of text

i tried to use image instead of text for private message but when i get new message and then when i read it the image of new message is not going to disappear
i used this

    'New link'                => '<img src="img/pm.png" alt="private message" />',
    'New link full'            => '<img src="img/pm2.png" alt="private message" />',
    'PM'                    => '<img src="img/pm.png" alt="private message" />',

and this
    'New link'                => '<img src="img/pm.png" alt="private message" />',
    'New link full'            => '<img src="img/pm2.png" alt="private message" />',
    'PM'                    => '<img src="img/pm2.png" alt="private message" />',

and this

    'New link'                => '<img src="img/pm2.png" alt="private message" />',
    'New link full'            => '<img src="img/pm2.png" alt="private message" />',
    'PM'                    => '<img src="img/pm.png" alt="private message" />',

but those were same

2 (edited by S21 2012-11-20 19:55)

Re: [pun_pm] can use image instead of text

Where the answer ??