コード例 #1
0
ファイル: galleryset.page.php プロジェクト: gpuenteallott/rox
 protected function getStylesheets()
 {
     $stylesheets = parent::getStylesheets();
     $stylesheets[] = 'styles/css/minimal/screen/basemod_minimal_col3.css';
     return $stylesheets;
 }
コード例 #2
0
 protected function teaserHeadline()
 {
     return '<a href="gallery">' . parent::teaserHeadline() . '</a> &raquo; ' . $this->getWords()->getBuffered('GalleryAvatars') . '</a>';
 }
コード例 #3
0
ファイル: galleries.page.php プロジェクト: gpuenteallott/rox
 protected function teaserHeadline()
 {
     return '<a href="gallery">' . parent::teaserHeadline() . '</a> &raquo; ' . $this->words->getBuffered("Photosets");
 }