Below is an example similar to the standard PHP if echo:
{if $config.current_url == "index.php?dispatch=_no_page" }
{else}
<meta property="og:url" content="{$config.current_url|fn_url}" />
{/if}
Below is an example similar to the standard PHP if echo:
{if $config.current_url == "index.php?dispatch=_no_page" }
{else}
<meta property="og:url" content="{$config.current_url|fn_url}" />
{/if}
Very often I need to replace a narrow widget, which for some reason is assigned …