public static function init($position)
 {
     $set = array();
     foreach ($position as $widget => $pos) {
         if (array_key_exists($widget, self::$widgets)) {
             $set[$widget] = $pos;
         }
     }
     self::$position = $set;
 }