*/
class Index extends BaseModule
{
- public function __construct(L10n $l10n, array $parameters = [])
- {
- parent::__construct($l10n, $parameters);
- }
-
public function rawContent()
{
(new Profile($this->l10n, $this->parameters))->rawContent();
}
$this->baseUrl = $baseUrl;
-
- $page['aside'] = Widget\VCard::getHTML($this->owner);
+ $this->page = $page;
}
public function post()
if (empty($this->owner)) {
return '';
}
-
+
+ $this->page['aside'] = Widget\VCard::getHTML($this->owner);
+
$target_addr = $this->owner['addr'];
$target_url = $this->owner['url'];