Cannot redeclare static block ‘title’
Notice: This thread is very old.
- David Matějka
- Moderator | 6445
Hi,
it is not possible to define blocks in the condition, use this instead:
<h1 n:block=title>
{if $isMyProfile}
...
{else}
..
{/if}
</h1>
Hi,
it is not possible to define blocks in the condition, use this instead:
<h1 n:block=title>
{if $isMyProfile}
...
{else}
..
{/if}
</h1>