Esempio n. 1
0
 /**
  * Overrides the theme of the current node.
  */
 public static function setTheme($x)
 {
     plugin('content_setthemet', array($x));
     $x = filter('content_settheme', $x);
     Themes::setCurrentTheme($x);
     self::$content['theme'] = $x;
 }