diff --git a/templates/ktcore/dashlets/notifications.smarty b/templates/ktcore/dashlets/notifications.smarty new file mode 100644 index 0000000..59e6e05 --- /dev/null +++ b/templates/ktcore/dashlets/notifications.smarty @@ -0,0 +1,10 @@ +

Items that require your attention

+{if (!empty($notifications))} +
+{foreach item=oNotification from=$notifications} +{$oNotification->render()} +{/foreach} +
+{else} +

No items require your attention.

+{/if} \ No newline at end of file