/**
  * Add the jCrop stylesheet
  *
  * @return void
  */
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('css/jquery.Jcrop.css', 'base', 'screen, projection, tv');
 }
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('plugins/ExtendedProfile/profiledetail.css');
     return true;
 }
 /**
  * Add the Farbtastic stylesheet
  *
  * @return void
  */
 function showStylesheets()
 {
     parent::showStylesheets();
     $this->cssLink('js/farbtastic/farbtastic.css', null, 'screen, projection, tv');
 }
Exemple #4
0
 /**
  * Add the jCrop stylesheet
  *
  * @return void
  */
 function showStylesheets()
 {
     parent::showStylesheets();
     $jcropStyle = common_path('theme/base/css/jquery.Jcrop.css?version=' . LACONICA_VERSION);
     $this->element('link', array('rel' => 'stylesheet', 'type' => 'text/css', 'href' => $jcropStyle, 'media' => 'screen, projection, tv'));
 }