<?php
//Custom Layouts
$layouts = array(
		'footer_479' => array(
				'name' => "Footer Default",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "footer",
						)
				),
		'footer_501' => array(
				'name' => "Footer Default Center",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "footer",
						)
				),
		'footer_505' => array(
				'name' => "Footer Extra",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "footer",
						)
				),
		'custom_741' => array(
				'name' => "Bottom Page Posts",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "custom",
						)
				),
		'custom_744' => array(
				'name' => "Top Page with posts and categories",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "custom",
						)
				),
		'custom_804' => array(
				'name' => "Top Page with Slider",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "custom",
						)
				),
		'custom_822' => array(
				'name' => "Top Page with Slider Extra",
				'template' => "",
				'meta' => array(
						'trx_addons_options' => "a:4:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";s:15:\"columns_allowed\";s:1:\"4\";s:16:\"scripts_required\";s:4:\"none\";}",
						'trx_addons_layout_type' => "custom",
						)
				)
		);
?>