Changeset 79
- Timestamp:
- 06/25/07 11:27:54 (2 years ago)
- Files:
-
- trunk/wp-infocard/wp/admin.pw.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/wp/admin.pw.php
r78 r79 207 207 if( !$current_user->ID ) 208 208 { 209 $chunk ='</li><li><a href="' 209 // note I set the CSS styles inline because otherwise 210 // the user has to link infocard.css - not worth it 211 // for this one icon 212 $chunk ='</li><li><a id="pw_frontpage_icon" href="' 210 213 . PW_SECUREPLUGINURL .'/' . PW_PLUGIN 211 214 . '/login/infocard-login.php" alt="' … … 213 216 . '"><img src="' 214 217 . PW_IMGURL . '/' .PW_FP_ICON 215 . '" /></a></li>';218 . '" style="padding:5px"/></a></li>'; 216 219 } 217 220 return $link . $chunk;
