Example #1
0
 protected function getStylesheets()
 {
     $stylesheets = parent::getStylesheets();
     $stylesheets[] = 'styles/css/minimal/screen/basemod_minimal_col3.css';
     return $stylesheets;
 }
 protected function teaserHeadline()
 {
     return '<a href="gallery">' . parent::teaserHeadline() . '</a> &raquo; ' . $this->getWords()->getBuffered('GalleryAvatars') . '</a>';
 }
Example #3
0
 protected function teaserHeadline()
 {
     return '<a href="gallery">' . parent::teaserHeadline() . '</a> &raquo; ' . $this->words->getBuffered("Photosets");
 }