Changeset 2225:7d94f2597021 for inc/admin
- Timestamp:
- 10/03/13 10:56:45 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r2202 r2225 136 136 '<form action="index.php" method="post" id="top-info-blog">'. 137 137 $blog_box. 138 '<p><a href="'.$core->blog->url.'" onclick="window.open(this.href);return false;" title="'.__('Go to site').139 ' ('.__('new window').')'.'">'.__('Go to site').'<img src="images/outgoing.png" alt="" /></a>'.138 '<p><a href="'.$core->blog->url.'" class="outgoing" title="'.__('Go to site'). 139 '">'.__('Go to site').'<img src="images/outgoing.png" alt="" /></a>'. 140 140 '</p></form>'. 141 141 '<ul id="top-info-user">'. … … 583 583 self::jsVar('dotclear.msg.help', 584 584 __('Need help?')). 585 self::jsVar('dotclear.msg.new_window', 586 __('new window')). 585 587 self::jsVar('dotclear.msg.help_hide', 586 588 __('Hide')).
Note: See TracChangeset
for help on using the changeset viewer.