open the 'footer.xml' file in the 'panels' folder of the skin and delete these lines of code:
<span class="ev_code_BLUE"><!-- ticker area -->
<container>
<layout class="arrange_horizontal_attachment" layout="300,-1,295"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<container/>
<container>
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
<container>
<layout class="arrange_horizontal_attachment" layout="6,-1" offset="0" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<container/>
<widget class="game_progress_bar" id="pgbr" inset="200" spec="control,small" alignment="left, centre_y">
<layout class="stick_to_sides_attachment" alignment="bottom" inset="6"/>
<attachment class="get_global_attachment" get_property="prgp" set_property="prgp"/>
</widget>
</container>
<widget class="ticker" id="tick">
<layout class="stick_to_sides_attachment" alignment="bottom" inset="6"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
<attachment class="get_global_attachment" get_property="alrt" set_property="text"/>
<attachment class="get_global_attachment" get_property="alrh" set_property="hidn"/>
<attachment class="get_global_attachment" get_property="fcol" set_property="colr"/>
<attachment class="test_global_attachment" get_property="cont" value="-8" set_property="DTCE" skip_if_null="false" skip_if_resetting="false" priority="1"/>
<attachment class="test_global_attachment" get_property="scid" value="22" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
<record id="click_event" event_id="GOTO" scid="14"/>
</widget>
</container>
<container/>
</container>
</span>
This isnt far down the file so you should have no problem finding it.
Chris
|