Dotclear


Ignore:
Timestamp:
07/11/18 12:21:03 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Use svg image rather than png for outgoing links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r3731 r3771  
    434434 
    435435if ($post_id && $post->post_status == 1) { 
    436     echo '<p><a class="onblog_link outgoing" href="' . $post->getURL() . '" title="' . html::escapeHTML($post_title) . '">' . __('Go to this entry on the site') . ' <img src="images/outgoing-blue.png" alt="" /></a></p>'; 
     436    echo '<p><a class="onblog_link outgoing" href="' . $post->getURL() . '" title="' . html::escapeHTML($post_title) . '">' . __('Go to this entry on the site') . ' <img src="images/outgoing-link.svg" alt="" /></a></p>'; 
    437437} 
    438438if ($post_id) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map