// 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
}
/**
$this->elementEnd('div');
}
++<<<<<<< HEAD
+ function isReadOnly(array $args=array())
++=======
+ public function isReadOnly($args)
++>>>>>>> 1442ca16b410d327d7ec6269944144dfa075ff17
{
return true;
}