예제 #1
0
 public function subPageSubtitle()
 {
     // bugid: 51048 -- don't show subpage link for blog content
     if ($this->wg->Title->getNamespace() > 599 || $this->wg->Title->getNamespace() < 500) {
         return parent::subPageSubtitle();
     }
     return '';
 }