Go to the source code of this file.
◆ with_title_action()
Definition at line 5 of file with_title_action.php.
References $DIC, $f, and $url.
9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $image =
$f->image()->responsive(
13 "./templates/default/images/HeaderIcon.svg",
17 $url =
"http://www.ilias.de";
19 $card =
$f->card()->standard(
"Title", $image)->withTitleAction(
$url);
22 return $renderer->render($card);