[FIX] add news defaults to smarty

This commit is contained in:
iAmShorty 2014-03-02 14:43:14 +01:00
parent 057f453ff5
commit 409fc0f7e0

View File

@ -1,4 +1,4 @@
{if $GLOBAL.website.newsstyle == 0}
{if $GLOBAL.website.newsstyle|default:"0" == 0}
{include file="home/news_all.tpl"}
{else}
{include file="home/news_accordion.tpl"}