7 $warning =
elgg_echo(
'admin:robots.txt:subdir');
8 echo "<div class=\"elgg-admin-notices\"><p>$warning</p></div>";
13 $warning =
elgg_echo(
'admin:robots.txt:physical');
14 echo "<div class=\"elgg-admin-notices\"><p>$warning</p></div>";
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_view_form($action, $form_vars=array(), $body_vars=array())
elgg parse_url
Parse a URL into its parts.
elgg_get_root_path()
Get the root directory path for this installation.
elgg echo
Translates a string.
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.