Tournaments collapsable cell was showing a minus icon instead a plus. The fix is simple:
tmnt_shell template
on line 156 find:
Code:
src="$stylevar[imgdir_button]/collapse_alt.gif"
replace with:
Code:
src="$stylevar[imgdir_button]/collapse_alt_collapsed.gif"
Working fine now.
Thanks bananalive
Quote:
Originally Posted by IR15H
I'm off work this week ....
|
Does the attached files solve these?