- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r76 r118 70 70 } 71 71 $blog_box = 72 '<label for="switchblog" class="classic">'. 72 73 __('Blogs:').' '. 73 74 $core->formNonce(). 74 75 form::combo('switchblog',$blogs,$core->blog->id, '',1). 76 '</label>'. 75 77 '<noscript><div><input type="submit" value="'.__('ok').'" /></div></noscript>'; 76 78 } … … 122 124 '<form action="index.php" method="post"><div>'. 123 125 $blog_box. 124 '<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>'.126 '<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>'. 125 127 '</div></form>'. 126 128 '</div>'. 127 '<div id="info-box2">< form action="index.php" method="post"><div>'.129 '<div id="info-box2"><div>'. 128 130 ' '.__('User:').' <strong>'.$core->auth->userID().'</strong>'. 129 131 ' - <a href="index.php?logout=1" class="logout">'.__('Logout').' <img src="images/logout.png" alt="" /></a>'. 130 '</div> </form>'.132 '</div>'. 131 133 '</div>'; 132 134
Note: See TracChangeset
for help on using the changeset viewer.