Changeset 3771:ee48b80e8d04 for inc/admin
- Timestamp:
- 07/11/18 12:21:03 (7 years ago)
- Branch:
- default
- Location:
- inc/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3770 r3771 230 230 $blog_box . 231 231 '<p><a href="' . $core->blog->url . '" class="outgoing" title="' . __('Go to site') . 232 '">' . __('Go to site') . '<img src="images/outgoing .png" alt="" /></a>' .232 '">' . __('Go to site') . '<img src="images/outgoing-link.svg" alt="" /></a>' . 233 233 '</p></form>' . 234 234 '<ul id="top-info-user">' . -
inc/admin/lib.pager.php
r3746 r3771 752 752 '<a class="outgoing" href="' . 753 753 html::escapeHTML($this->rs->blog_url) . '">' . html::escapeHTML($this->rs->blog_url) . 754 ' <img src="images/outgoing- blue.png" alt="" /></a></td>',754 ' <img src="images/outgoing-link.svg" alt="" /></a></td>', 755 755 'posts' => 756 756 '<td class="nowrap count">' .
Note: See TracChangeset
for help on using the changeset viewer.