Created
April 15, 2015 09:08
-
-
Save ahilles107/670109b4c22a7989bfd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <theme> | |
| .... | |
| <articlesLists> # main section | |
| # single playlist declaration, if playlist not exists on theme assigning action then it will be created automaticaly | |
| <list name="FrontPage"> | |
| <template file="article.tpl" /> # single template file assigned to playlist declaration | |
| </list> | |
| <list name="Second Playlist"> | |
| <template file="issue.tpl" /> | |
| <template file="front.tpl" /> | |
| </list> | |
| </articlesLists> | |
| ... | |
| </theme< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment