View Single Post
  #11  
Old 13th March 2009, 16:30
fr33bh fr33bh is offline
Senior Member
 
Join Date: Jan 2008
Posts: 15
Default
Quote:
Originally Posted by Keiichi View Post
fr33bh


clientside/signup/form-field-tooltip.js
PHP Code:
orig
this
.tooltipText false;
this.imagePath 'images/';
this.arrowImageFile 'green-arrow.gif';
this.arrowImageFileRight 'green-arrow-right.gif';

fix
this
.tooltipText false;
this.imagePath 'pic/';
this.arrowImageFile 'green-arrow.gif';
this.arrowImageFileRight 'green-arrow-right.gif'
add on /pic/green-arrow.gif /green-arrow-right.gif

signup.php
Attachment 1092

/config
Attachment 1093
what's wrong with the config folder?
Reply With Quote