if (!defined('LACONICA')) { exit(1); }
+require_once INSTALLDIR.'/lib/favorform.php';
+
class DisfavorAction extends Action
{
$this->element('title', null, _('Add to favorites'));
$this->elementEnd('head');
$this->elementStart('body');
- common_favor_form($notice);
+ $favor = new FavorForm($this, $notice);
+ $favor->show();
$this->elementEnd('body');
$this->elementEnd('html');
} else {
if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/lib/mail.php');
+require_once INSTALLDIR.'/lib/disfavorform.php';
class FavorAction extends Action
{
$this->element('title', null, _('Disfavor favorite'));
$this->elementEnd('head');
$this->elementStart('body');
- common_disfavor_form($notice);
+ $disfavor = new DisFavorForm($this, $notice);
+ $disfavor->show();
$this->elementEnd('body');
$this->elementEnd('html');
} else {
}
.profile #user_profile .user_note,
.profile #user_profile .user_url {
-margin-left:55px;
+margin-left:59px;
clear:none;
display:block;
width:auto;
.vcard .photo {
display:inline;
-margin-right:7px;
-margin-bottom:7px;
+margin-right:11px;
+margin-bottom:11px;
float:left;
}
.vcard .url {