Hallo Steffen,
Am 01.07.2015 um 20:11 schrieb Steffen Auer:
> Wenn man nun
> - ---
> $return->heading = $output->page_heading();
> - ---
>
> mit
> - ---
> html_writer::link($CFG->wwwroot, '', array('title' =>
> get_string('home'), 'class' => 'logo'));
> - ---
wie Björn schon schrieb, mit'm Punkt wird konkateniert:
$return->heading = $output->page_heading() . html_writer::link($CFG->wwwroot,
'', array('title' => get_string('home'), 'class' => 'logo'));
Dirk
_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user