Elgg  Version 5.1
navigation.css.php
Go to the documentation of this file.
1 <?php
2 
3 echo elgg_view('elements/components/anchors.css', $vars);
4 echo elgg_view('elements/components/pagination.css', $vars);
5 echo elgg_view('elements/components/menus.css', $vars);
6 echo elgg_view('elements/components/tabs.css', $vars);
7 echo elgg_view('elements/components/breadcrumbs.css', $vars);
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:177
$vars
Definition: theme.php:5