{{if $announcements = \IPS\core\Announcements\Announcement::loadAllByLocation('top')}}
{{foreach $announcements as $announcement}}
{{if $announcement->type == \IPS\core\Announcements\Announcement::TYPE_CONTENT}} {$announcement->title} {{elseif $announcement->type == \IPS\core\Announcements\Announcement::TYPE_URL}} {$announcement->title} {{else}} {$announcement->title} {{endif}} ×
{{endforeach}}
{{endif}}