Elgg  Version 6.2
skiplink.php
Go to the documentation of this file.
1 <?php
2 
3 echo elgg_view_url('#main-content', elgg_echo('link:skip_to_main'), [
4  'class' => ['elgg-skiplink', 'elgg-button', 'elgg-button-special'],
5 ]);
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view_url(string $href,?string $text=null, array $options=[])
Helper function for outputting urls.
Definition: views.php:1427