'Infocenter', 'headertextlink' => base_url('index.ci.php/system/infocenter/InfoCenter'));
$data['items'] = array(
'messages' =>
array(
'icon' => 'envelope', 'showall' => array('showalllink' => '#', 'showalltext' => 'Alle Nachrichten anzeigen'), 'children' =>
array(array('link' => '#', 'html' => '
Maximillion Pegasus
Gestern
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...
'), array('link' => '#', 'html' => '
Yugi Muto
Vorgestern
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...
'))
),
'alerts' =>
array(
'icon' => 'bell', 'showall' => array('showalllink' => '#', 'showalltext' => 'Alle Aktionen anzeigen'), 'children' =>
array(array('link' => '#', 'html' => '
Dokument hochgeladen
vor 2 Minuten
'), array('link' => '#', 'html' => '
Nachricht versandt
vor 4 Minuten
'), array('link' => '#', 'html' => '
InteressentIn freigegeben
vor 5 Minuten
'))
)
);
}
$this->view('widgets/fhcnavheader', $data);
}
}