Exemplo n.º 1
0
 public function gethead()
 {
     $result = parent::gethead();
     if ($this->showposts) {
         $items = $this->getidposts();
         $result .= tposts::i()->getanhead($items);
     }
     return ttheme::i()->parse($result);
 }