From: Gabriel Wicke Date: Fri, 16 Apr 2004 00:07:41 +0000 (+0000) Subject: category feature added, needs more thought though X-Git-Tag: 1.3.0beta1~405 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=25ee13cb9a077ed41a6af78ddc32cecffefdd3bc;p=lhc%2Fweb%2Fwiklou.git category feature added, needs more thought though --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index de2c51a7ff..12c4140d6a 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -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() );