2013-06-29, 09:37:07
(2013-06-28, 08:11:16)mtw Wrote:(2013-02-21, 08:14:14)datiswous Wrote: I have two issues:
When I created a link with an icon url specified this url is automatically removed when I try to edit the link again.
Edit_link_panel.php has an echo missing
Line 72 I think it is...
<input class="text url" name="link-icon" id="link-icon" type="text" value="<?php if (isset($link)) { echo $link->icon; } ?>" />
Thanks! It worked!