Ejemplo n.º 1
0
	public static function _exec()
	{
		$spots=content::spots();
		if(is_array($spots) && count($spots))self::$spotsCur=$spots;
		else self::$spotsCur=self::$config["spotsDefault"];
		self::_bindingsLoad();
		self::_spotStylesLoad();

	}