Ejemplo n.º 1
0
 /**
  * @param string $context
  * @return string
  */
 public function getStylesheet($context = Theme::CONTEXT_BACKOFFICE)
 {
     return Template::css('theme/' . self::THEME_ID . '/theme.css', self::EXTENSION_ID);
 }
Ejemplo n.º 2
0
 /**
  * (non-PHPdoc)
  * @see \oat\tao\model\theme\Theme::getStylesheet()
  */
 public function getStylesheet($context = Theme::CONTEXT_BACKOFFICE)
 {
     return Template::css('tao-3.css', 'tao');
 }