[FIX] add news defaults to smarty
This commit is contained in:
parent
057f453ff5
commit
409fc0f7e0
@ -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"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user