<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
	<Script file="MyTitanAtlas.lua" />

	<Frame parent="UIParent">
		<Frames>
			<Button name="TitanPanelAtlasButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
				<Scripts>
					<OnLoad>
						TitanPanelAtlasButton_OnLoad();
						TitanPanelButton_OnLoad();
					</OnLoad>
					<OnEvent>
						TitanPanelAtlasButton_OnEvent();
					</OnEvent>
					<OnClick>
						TitalPanelAtlasButton_OnClick(arg1);
						TitanPanelButton_OnClick(arg1, 1);
					</OnClick>
				</Scripts>
			</Button>
		</Frames>
	</Frame>
</Ui>

