Can someone explain to me why we use this instruction {notification}
in the code of phpfox? For example in this code we use {notification}
:
{if Phpfox::isUser() && !Phpfox::getUserBy('profile_page_id')}
getFullControllerName() == 'appletjava.index'} style="float: right;position: absolute;right: 199px;top: 7px;left:auto;" {/if}>
{notification}
{/if}
We can found other keywords also that use {}
I want to know what it means.