Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ahilles107/670109b4c22a7989bfd1 to your computer and use it in GitHub Desktop.

Select an option

Save ahilles107/670109b4c22a7989bfd1 to your computer and use it in GitHub Desktop.
<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