Page 1 of 1

GuMax > catlinks

Posted: March 29th, 2009, 4:47 am
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!

Re: GuMax > catlinks

Posted: March 29th, 2009, 6:16 pm
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