{hook key="dashboard_above_news_tpl"}
    {foreach item=_news from=$news}
  • {$_news.pubDate|date_format:"%a, %d %B"}
  • {$_news.pubDate|date_format:"%H:%M"}

    {$_news.title}

    {$_news.description}
  • {/foreach}
{hook key="dashboard_above_plugin_tpl"}

{$smarty.const.XT_LASTEST_ACTIVITIES}

{foreach item=_topplugin from=$top_plugins} {/foreach}
{$smarty.const.XT_TOP_PLUGINS}
{$_topplugin.title}
{foreach item=_newplugin from=$new_plugins} {/foreach}
{$smarty.const.XT_NEW_PLUGINS}
{$_newplugin.title}