Changeset 118:edde7e8a6a3a for inc/admin/lib.dc.page.php
- Timestamp:
- 05/02/11 22:00:03 (14 years ago)
- Branch:
- userprefs
- Children:
- 119:2dbc263b5343, 120:1a582dc70e52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r114 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 } … … 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.