function login()
{
+
+ $this->showStylesheets();
+
$nickname = common_canonical_nickname($this->trimmed('nickname'));
$password = $this->arg('password');
function getUpdatePermission() {
+ $this->showStylesheets();
+
$this->elementStart('div', array('class' => 'content'));
$instructions = sprintf(_('If you would like the %s app to automatically update ' .
function prepare($argarray)
{
parent::prepare($argarray);
-
- common_debug("Facebookaction::prepare");
-
+
$this->facebook = getFacebook();
$this->fbuid = $this->facebook->require_login();
function showInstructions()
{
- global $xw;
$this->elementStart('dl', array('class' => 'system_notice'));
$this->element('dt', null, 'Page Notice');