git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-393
'url' => 'skins.php',
'title' => 'Apparence du site (skins)',
'text' => 'Tu peux changer les couleurs et les images du site.',
- 'weight' => 90
+ 'weight' => 70
)
);
}
'title' => 'Recevoir les mails en format '.$fmt2,
'text' => 'Tu recois les mails envoyés par le site (lettre mensuelle, carnet, ...) de préférence <strong>sous forme de '
.Session::get('mail_fmt', 'html').'</strong>',
- 'weight' => 30
+ 'weight' => 80
),
Array(
'url' => 'preferences.php?rss='.(intval(Session::get('core_rss_hash')=='')),
'title' => (Session::get('core_rss_hash') ? 'désactiver' : 'activer').' les fils rss',
'text' => 'Ceci te permet d\'utiliser les fils rss du site. Attention, désactiver puis réactiver les fils en change les URL !',
- 'weight' => 40
+ 'weight' => 90
)
);
}
'url' => 'webredirect.php',
'title' => 'Ma redirection de page WEB',
'text' => $text,
- 'weight' => 80
+ 'weight' => 60
)
);
}
#onglet li {
display : block;
float : left;
- padding : 0.5ex;
+ padding : 0.4ex;
margin : 0 0.3ex -1px 0;
background : #D2E0E6 repeat-x 0 100%;
border-width : 1px 1px 0px 1px;
border-color : #999;
border-bottom-color : #999;
width: auto;
- height: 6ex;
+ height: 5ex;
text-align: center;
}
$globals->xdb->execute("DELETE FROM register_marketing WHERE uid = {?}", $uid);
-#header('Location: success.php');
+header('Location: success.php');
$page->assign('uid', $uid);
$page->run();