public function Notifications_Node_Comment_Template::get_title in Notifications 7
File
- notifications_content/
notifications_content.inc, line 311 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node_Comment_Template
- Template for node comments
Code
public function get_title() {
t('Template for node comments');
}