Changeset 831 for trunk/wp-admin/admin-header.php
- Timestamp:
- 02/05/2004 02:28:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r829 r831 79 79 //<![CDATA[ 80 80 81 function profile(userID) {82 window.open ("profile.php?action=viewprofile&user="+userID, "Profile", "width=500, height=450, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=0, toolbar=0, screenX=60, left=60, screenY=60, top=60");83 }84 85 function launchupload() {86 window.open ("upload.php", "wpupload", "width=380,height=360,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0");87 }88 89 81 function helpWindow(url) { 90 82 window.open(url, "Help", "width=640, height=450, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=0, toolbar=0, screenX=60, left=60, screenY=60, top=60"); … … 146 138 </head> 147 139 <body> 148 140 <h1 id="wphead"><a href="http://wordpress.org" rel="external" title="Visit WordPress.org">WordPress</a></h1> 149 141 <?php 150 142 if ($profile==0) { 151 143 include('menu.php'); 152 144 } 153 }154 145 ?> 146 <h2><?php echo $title; ?></h2> 147 <?php 148 } // endif not standalone 149 ?>
Note: See TracChangeset
for help on using the changeset viewer.