{$dsubsection->getFooter()}
{/if} diff --git a/templates/pages/games.tpl b/templates/pages/games.tpl index 95a5d3ca..75a95de8 100644 --- a/templates/pages/games.tpl +++ b/templates/pages/games.tpl @@ -34,7 +34,7 @@ {eval var=$dsubsection->getNotes()} {/if} - {include file='list_items.tpl' list=$dsubsection->getItems() type='games'} + {include file='components/list_items.tpl' list=$dsubsection->getItems() type='games'} {if !is_null($dsubsection->getFooter())}{$dsubsection->getFooter()}
{/if} diff --git a/templates/index.tpl b/templates/pages/index.tpl similarity index 98% rename from templates/index.tpl rename to templates/pages/index.tpl index 76357350..dfaa60f4 100644 --- a/templates/index.tpl +++ b/templates/pages/index.tpl @@ -43,7 +43,7 @@{$group.description}
- {include file='banners.tpl'}
+ {include file='components/banners.tpl'}