Example #1
0
 /**
  * Returns the `admin_layout` value.
  */
 public static function admin_layout()
 {
     $info = Product::get_info();
     return $info['admin_layout'];
 }
Example #2
0
 /**
  * Returns the `stylesheet` value.
  */
 public static function stylesheet()
 {
     $info = Product::get_info();
     return $info['stylesheet'];
 }