Login nome utente
Author: Giuseppe Puzzolo
Visited 1240,
Followers 1,
Shared 0
Buonasera a tutti uando il seguente codice: ?php
$qblog = $_SERVER['PHP_SELF'];
if (strpos($qblog, '/blog/') !== false || strpos($qblog, '/cart/') !== false)
$qpath = '../';
else
$qpath = '';
require_once($qpath . "res/x5engine.php");
$pa = Configuration::getPrivateArea();
$user = $pa->whoIsLogged();
if ($user)
echo "Benvenuto <b>".$user['realname']."</b>";
?>
come si fà a dare il colore biano o altro? grazie a tutti.
Posted on the
guarda qui:
https://helpcenter.websitex5.com/en/post/203866#comment1
Author
grazie @claudio D. tutto ok