Elgg  Version 5.1
layout.css.php
Go to the documentation of this file.
1 <?php
10 echo elgg_view('elements/layout/shell.css');
11 echo elgg_view('elements/layout/messages.css');
12 echo elgg_view('elements/layout/topbar.css');
13 echo elgg_view('elements/layout/header.css');
14 echo elgg_view('elements/layout/columns.css');
15 echo elgg_view('elements/layout/footer.css');
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:177