Jump to content

Changing Links To Image Links


chey

Recommended Posts

[CODE] if($sbIcons['reply'])
                    {
                    echo $msg_reply;
                    echo " ".$msg_quote;
              if ($msg_delete) echo " ".$msg_delete;
if ($msg_move) echo " ".$msg_move;
              if ($msg_edit) echo " ".$msg_edit;
              if ($msg_closed) echo " ".$msg_closed;
              if ($msg_sticky) echo " ".$msg_sticky;
              if ($msg_lock) echo " ".$msg_lock;
                    }
                    else
                    {
                    echo $msg_reply;?> | <?php echo $msg_quote;
              if ($msg_delete) echo " | $msg_delete";
if ($msg_move) echo " | $msg_move";
              if ($msg_edit) echo " | $msg_edit";
              if ($msg_closed) echo " | $msg_closed";
              if ($msg_sticky) echo " | $msg_sticky";
              if ($msg_lock) echo " | $msg_lock";
                    }[/CODE]

hi, this is my code. right now, i need to change '$msg_reply to be an image that has the same link. what this link does right now is display the word 'reply' and goes to the reply page in a forum. i need it to display an image, but the page it goes to remains the same.

help?
Link to comment
https://forums.phpfreaks.com/topic/33566-changing-links-to-image-links/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.