On Mon, Feb 9, 2009 at 11:14 PM, ekompute <[email protected]> wrote: > Version 1.13 is: > > <?php if($this->data['catlinks']) { $this->html('catlinks'); } ?> > > while the earlier versions are: > > <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php > $this->html('catlinks') ?></div><?php } ?>
Ah, when I looked at it before I saw 'class="catlinks"' and failed to realize 'id="catlinks"' was missing. Oops... Your CSS import error (attempting to load a css page with no title) seems to be unrelated, but it is still present. —C.W. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
