コード例 #1
0
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('plugins/SubMirror/css/mirrorsettings.css');
 }
コード例 #2
0
ファイル: avatarsettings.php プロジェクト: Grasia/bolotweet
 /**
  * Add the jCrop stylesheet
  *
  * @return void
  */
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('css/jquery.Jcrop.css', 'base', 'screen, projection, tv');
 }
コード例 #3
0
 /**
  * Add the jCrop stylesheet
  *
  * @return void
  */
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('js/extlib/jquery-jcrop/css/jcrop.css', 'base', 'screen, projection, tv');
 }