Elgg  Version 1.11
startblurb.php
Go to the documentation of this file.
1 <?php
7 elgg_deprecated_notice('view groups/search/startblurb was deprecated.', 1.7);
8 ?>
9 
10 <div class="contentWrapper">
11  <?php
12  echo elgg_echo("group:search:startblurb", array($vars['tag']));
13  ?>
14 </div>
fieldset div
Definition: admin.php:470
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg echo
Translates a string.
Definition: languages.js:43
elgg_deprecated_notice($msg, $dep_version, $backtrace_level=1)
Log a notice about deprecated use of a function, view, etc.
Definition: elgglib.php:1006
if(file_exists($welcome)) $vars
Definition: upgrade.php:93