Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP
Compare and
48 files
+ 691
210
Preferences
Compare changes
Files
48
@@ -28,8 +28,7 @@ $user_url = $this->url(['controller' => 'abonne',
$html .= $this->tag('a', $this->_($this->preferences['lien_compte']),
['href' => $user_url,
'class' => 'account-link',
'target' => '_parent']);
'class' => 'account-link']);
$cards = new Class_User_Cards($user);
if (!$cards->isEmpty())
@@ -41,8 +40,7 @@ $html .= $this->tag('a', $this->_($this->preferences['lien_deconnection']),
['href' => $this->url(['controller'=>'auth',
'action'=>'logout'],
null, true),
'class' => 'account-disconnect',
'target' => '_parent']);
'class' => 'account-disconnect']);
echo $this->tag('div', $html, ['class' => 'form']);
?>