Elgg
Version master
views
default
page
elements
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
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
elgg_view_url(string $href, ?string $text=null, array $options=[])
Helper function for outputting urls.
Definition:
views.php:1427
Generated on Fri Aug 29 2025 00:01:59 for Elgg by
1.9.1