GuMax > catlinks

Please use this forum to post feedback and suggestions related to GuMax.
Post Reply
User avatar
dforester
Rank 0
Rank 0
Posts: 1
Joined: March 28th, 2009, 12:58 pm

GuMax > catlinks

Post by dforester »

Hi,

Any reason why in GuMax, there is:

Code: Select all

<?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
versus what's in Monobook (at least from 1.13.3):

Code: Select all

<?php if($this->data['catlinks']) { $this->html('catlinks'); } ?>
Easy change - it was just causing a cosmetic error in Extension:TagAsCategory for me (duplicating that div).

Thanks - you do some great work!
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: GuMax > catlinks

Post by Paul »

I believe mine inherits from the old version... I didn't pay attention to this since it doesn't cause other issues. New version change it to class instead of id.

Thanks for feedback, I will fix them in my releases. :D
Post Reply