static function load($layout_name)
 {
     self::debug("load({$layout_name})", self::DEBUG_LEVEL_BASICS);
     return parent::load($layout_name);
 }