<div> <vb:if condition="$notifications_total"> there are notifications <vb:else /> no notifications here </vb:if> </div>
$templater = vB_Template::create('mytemplate'); $templater->register('notifications_menubits', $notifications_menubits); $templater->register('notifications_total', $notifications_total); $ubermenu = $templater->render(); $header = str_replace('{ubermenu}', $ubermenu, $header);