<% Site.notification %>
macro rendering notification settings if enabled

Sourcecode in Site/macros.js:
1:   function notification_macro(param) {
2:      if (this.isNotificationEnabled())
3:         this.renderSkin("notification");
4:      return;
5:   }