I want to use my own Icon at user.php view. Idea is to make more links, right now to pnSMF. I made icon with photoshop, and uploaded it to images/icons/large folder and edited pnaccountapi.php to add one more link:
Code
$items[] = array('url' => 'index.php?module=pnSMF',
'set' => 'icons/large',
'tilte' => _KESKUSTELUPALSTA,
'icon' => 'pnSMF.gif');
'set' => 'icons/large',
'tilte' => _KESKUSTELUPALSTA,
'icon' => 'pnSMF.gif');
However it won't print link icon or link-text. If i use 'exit.gif' instead on pnSMF.gif it will create link without text, but the image is the same as it is at logout so users won't know the difference.
How on earth could i make my own links to user.php-view?
Thanks in advance
Miihkali
edited by: miihkali, Mar 09, 2009 - 09:48 AM
--
sleepy
