There's an extra </a> tag in theme.php that is messing up the Last Uploads button in Project vii.
<a href="{LASTUP_TGT}" title="{LASTUP_LNK}"</a>>{LASTUP_LNK}</a>
should be
<a href="{LASTUP_TGT}" title="{LASTUP_LNK}">{LASTUP_LNK}</a>
Can you fix and commit ;)
I would but I don't think I have write access with CVS. :)
Ok, I'll do it.
Gaugau will sort out your cvs write priviledges, ;)
Edit, fixed and committed.
Thank you, Casper. :)
@TranzNDance: please PM me your unix user name on sf.net to add write permissions for you.
Joachim