. */ namespace Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Site; use Fisharebest\Webtrees\Theme; /** * Class WelcomeBlockModule */ class WelcomeBlockModule extends AbstractModule implements ModuleBlockInterface { /** {@inheritdoc} */ public function getTitle() { return /* I18N: Name of a module */ I18N::translate('Home page'); } /** {@inheritdoc} */ public function getDescription() { return /* I18N: Description of the “Home page” module */ I18N::translate('A greeting message for site visitors.'); } /** * Generate the HTML content of this block. * * @param int $block_id * @param bool $template * @param string[] $cfg * * @return string */ public function getBlock($block_id, $template = true, $cfg = array()) { global $controller, $WT_TREE; $indi_xref = $controller->getSignificantIndividual()->getXref(); $id = $this->getName() . $block_id; $class = $this->getName() . '_block'; $title = $WT_TREE->getTitleHtml(); $content = '
' . I18N::translate('Default chart') . ' | ';
}
$content .= '' . I18N::translate('Default individual') . ' | ';
if (Site::getPreference('USE_REGISTRATION_MODULE') && !Auth::check()) {
$content .= '' . I18N::translate('Request a new user account') . ' | ';
}
$content .= "