Changeset 166
- Timestamp:
- 06/24/08 08:29:08 (7 months ago)
- Files:
-
- branches/RB-0.9/wp-infocard/pw-config.php (modified) (1 diff)
- branches/RB-0.9/wp-infocard/wp/admin.pw.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RB-0.9/wp-infocard/pw-config.php
r140 r166 33 33 include_once( dirname(__FILE__) . '/' . PW_PLUGIN. '/pw-claimtypes.php'); 34 34 define ('PW_FP_ICON', 'infocard_60x42.png' ); // icon must be in /pwlib/images 35 define ('PW_LOGINFORM_TEXTCOLOR', '000' ); // change this if login form changes background 35 36 ?> branches/RB-0.9/wp-infocard/wp/admin.pw.php
r157 r166 267 267 ?> 268 268 <hr /> 269 <a href="<?php echo PW_SECUREPLUGINURL . '/' . PW_PLUGIN; ?>/login/infocard-login.php" alt="<?php pw_utils::screenPrint('Infocard Login'); ?>" style="border-bottom: none; color: #FFF">269 <a href="<?php echo PW_SECUREPLUGINURL . '/' . PW_PLUGIN; ?>/login/infocard-login.php" alt="<?php pw_utils::screenPrint('Infocard Login'); ?>" style="border-bottom: none; color:#<?php echo PW_LOGINFORM_TEXTCOLOR; ?>"> 270 270 <?php pw_utils::screenPrint('Login or Register using an Information Card'); ?> 271 271 <br/> 272 272 <img src="<?php echo PW_IMGURL; ?>/infocard_60x42.png" style="padding:10px" /> 273 273 </a> 274 <a alt="<?php echo __('What is this?'); ?>" style="border-bottom: none; color: # fff" href="http://pamelaproject.com/">274 <a alt="<?php echo __('What is this?'); ?>" style="border-bottom: none; color: #<?php echo PW_LOGINFORM_TEXTCOLOR; ?>" href="http://pamelaproject.com/"> 275 275 <?php echo __('(what is this?)'); ?> 276 276 </a>
