Elgg
Version 6.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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 Apr 25 2025 00:00:15 for Elgg by
1.8.11