extra end tag in Project vii theme.php extra end tag in Project vii theme.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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