// TRANS: Client error when page not found (404)
$this->clientError(_('No such page.'), 404);
}
- <<<<<<< HEAD
--
-- return true;
-- }
--
-- /**
-- * Handle a request
-- *
-- * Just show the page. All args already handled.
-- *
-- * @param array $args $_REQUEST data
-- *
-- * @return void
-- */
-- function handle(array $args=array())
-- {
-- parent::handle($args);
-- $this->showPage();
- =======
- >>>>>>> 1442ca16b410d327d7ec6269944144dfa075ff17
}
/**
$paths = array(INSTALLDIR.'/local/doc-src/',
INSTALLDIR.'/doc-src/');
- $site = StatusNet::currentSite();
+ $site = GNUsocial::currentSite();
-
+
if (!empty($site)) {
array_unshift($paths, INSTALLDIR.'/local/doc-src/'.$site.'/');
}
$paths = array(INSTALLDIR.'/local/mail-src/',
INSTALLDIR.'/mail-src/');
- $site = StatusNet::currentSite();
+ $site = GNUsocial::currentSite();
-
+
if (!empty($site)) {
array_unshift($paths, INSTALLDIR.'/local/mail-src/'.$site.'/');
}