> <?= $this->headLink()
>               ->appendStylesheet('/css/common.css');
>               ->appendStylesheet('/css/header.css');
>               ->appendStylesheet('/css/footer.css');
>               ->appendStylesheet('/css/content.css');
>               ->appendStylesheet('/css/data.css');
>               ->appendStylesheet('/css/navigation.css');
>               ->appendStylesheet('/css/manage.css') ?>
> <?= $this->headScript() ?>

It's not chaining if you throw in a semi-colon at the end.


Best regards,

Andreas

Reply via email to