category feature added, needs more thought though
authorGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 16 Apr 2004 00:07:41 +0000 (00:07 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Fri, 16 Apr 2004 00:07:41 +0000 (00:07 +0000)
includes/SkinPHPTal.php

index de2c51a..12c4140 100644 (file)
@@ -85,6 +85,7 @@
                        $tpl->set( "pagetitle", wfMsg( "pagetitle", $this->titletxt ) );
                        $tpl->setRef( "thispage", &$this->thispage );
                        $tpl->set( "subtitle", $out->getSubtitle() );
+                       $tpl->set( 'catlinks', getCategories());
                        $tpl->setRef( 'mimetype', &$wgMimeType );
                        $tpl->setRef( 'charset', &$wgOutputEncoding );
                        $tpl->set( 'headlinks', $out->getHeadLinks() );