Quote:
Originally Posted by RasMasta
Can you change the word so it doesn't say "Resolved" but rather "SOLD" ?
|
Open resolved.php and find
PHP Code:
require_once('./global.php');
// change the text below that will appear in the title
// of thread default is [resolved] leave a space after
// the text to seperate the thead title with this text
$text = '[resolved] ';
Thats where your able to change the text.