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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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