From 25ee13cb9a077ed41a6af78ddc32cecffefdd3bc Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 16 Apr 2004 00:07:41 +0000 Subject: [PATCH] category feature added, needs more thought though --- includes/SkinPHPTal.php | 1 + 1 file changed, 1 insertion(+) 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() ); -- 2.20.1