summaryrefslogtreecommitdiff
blob: c140e863b1d3f5b74d5fde1f85381d37f4934f45 (plain)
1
2
3
4
5
6
7
8
<?php
include_once dirname( __FILE__ ) . '/tiled-gallery-square.php';

class Jetpack_Tiled_Gallery_Layout_Circle extends Jetpack_Tiled_Gallery_Layout_Square {
	protected $type = 'circle';
}