Beispiel #1
0
 /**
  * Get the path of the custom css file
  *
  */
 public function LayoutCSSFile($layout)
 {
     $layout_info = \gp\tool::LayoutInfo($layout, false);
     $dir = $layout_info['dir'] . '/' . $layout_info['theme_color'];
     $style_type = \gp\tool\Output::StyleType($dir);
     return \gp\tool\Output::CustomStyleFile($layout, $style_type);
 }