News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

extra end tag in Project vii theme.php

Started by Tranz, September 19, 2004, 11:50:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tranz

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>


Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Tranz

I would but I don't think I have write access with CVS. :)

Casper

Ok, I'll do it.

Gaugau will sort out your cvs write priviledges,  ;)

Edit, fixed and committed.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Tranz


Joachim Müller

@TranzNDance: please PM me your unix user name on sf.net to add write permissions for you.

Joachim