Kyojii
07-30-2012, 07:45 AM
Just wondering how you would go about adding a notification.
$notifications_total += 1;
$template_hook['notifications_menubits'] .= "<li>test</li>";
Didn't seem to work when hooked into process_templates_complete or global_start. The templates are stil reading $notifications_total as being empty and displaying that there are no new notifications.
$notifications_total += 1;
$template_hook['notifications_menubits'] .= "<li>test</li>";
Didn't seem to work when hooked into process_templates_complete or global_start. The templates are stil reading $notifications_total as being empty and displaying that there are no new notifications.