You need a notification view hook to specify template for viewing your notification type item in notification list.
A working example can be found on https://www.opensource-socialnetwork.org/component/view/5526/notification-sample
~~~
<?php
function my_component_init(){
//example for type `notification:message:tomyself`
ossn_add_hook('notification:view', 'notification:message:tomyself', 'notification_sample_myself_view');