1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-17 02:39:14 +01:00

News, first steps.

This commit is contained in:
gyboth 2008-11-27 19:39:55 +00:00
parent f5a6d49de1
commit e8eeda5398

View File

@ -0,0 +1,21 @@
<news>
<news_article>
<type>match_league</type>
<condition>cond</condition>
<title>title1</title>
<subtitle>subtitle1</subtitle>
<title priority="5">title2</title>
<subtitle priority="5">subtitle2</subtitle>
</news_article>
<news_article>
<type>match_national_cup</type>
<condition>condn</condition>
<title>title1n</title>
<subtitle>subtitle1n</subtitle>
<title priority="5">title2n</title>
<subtitle priority="5">subtitle2n</subtitle>
</news_article>
</news>