<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="localization.lua"/>
 <Script file="TitanAllPlayed.lua"/>

 <Frame parent="UIParent">
  <Frames>
   <Button name="TitanPanelAllPlayedButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
    <Scripts>
     <OnLoad>
      TitanAllPlayedButton_OnLoad();
	  TitanPanelButton_OnLoad();
     </OnLoad>
     <OnEvent>
      TitanAllPlayedButton_OnEvent();
     </OnEvent>
	 <OnClick>
	  TitanPanelButton_OnClick(arg1);
	  TitalAllPlayedButton_OnClick(arg1);
	 </OnClick>
    </Scripts>
   </Button>
  </Frames>
 </Frame>
</Ui>
