Changeset 3:cf375f1e7b0f for inc/admin/lib.dc.page.php
- Timestamp:
- 04/27/11 09:06:30 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r0 r3 118 118 '<form action="index.php" method="post"><div>'. 119 119 $blog_box. 120 ' - <a href="'.$core->blog->url.'" class="button">'.__('View site').'</a>'. 121 ' - '.__('User:').' <strong>'.$core->auth->userID().'</strong>'. 122 ' - <a href="index.php?logout=1" class="logout">'.__('Logout').'</a>'. 120 '<a href="'.$core->blog->url.'"onclick="window.open(this.href);return false;" title="'.__('Go to site').' ('.__('new window').')'.'">'.__('Go to site').' <img src="images/outgoing.png" alt="" /></a>'. 121 '</div></form>'. 122 '</div>'. 123 '<div id="info-box2"><form action="index.php" method="post><div>"'. 124 ' '.__('User:').' <strong>'.$core->auth->userID().'</strong>'. 125 ' - <a href="index.php?logout=1" class="logout">'.__('Logout').' <img src="images/logout.png" alt="" /></a>'. 123 126 '</div></form>'. 124 127 '</div>'; … … 162 165 echo 163 166 '</div>'."\n". // End of #main-menu 164 '<div id="footer"><p><img src="images/dotclear_pw.png" alt="Dotclear" /> '. 165 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear</a>'). 167 '<div id="footer"><p>'. 168 sprintf(__('Thank you for using %s.'),'<a href="http://dotclear.org/">Dotclear '.DC_VERSION.'</a>'). 169 ' <span class="credit"> (Icons by <a href="http://dryicons.com/">Dryicons</a>)</span>'. 166 170 '</p></div>'."\n". 167 171 "</div>\n"; // End of #wrapper … … 328 332 329 333 echo 330 '<div id="help"><hr /><div class="help-content "><h2>'.__('Help').'</h2>'.334 '<div id="help"><hr /><div class="help-content clear"><h2>'.__('Help').'</h2>'. 331 335 $content. 332 336 '</div></div>';
Note: See TracChangeset
for help on using the changeset viewer.