WebSite X5Help Center

 
Giuseppe Puzzolo
Giuseppe Puzzolo
User

Login nome utente  it

Author: Giuseppe Puzzolo
Visited 1036, 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
2 ANSWERS - 1 CORRECT
Giuseppe Puzzolo
Giuseppe Puzzolo
User
Author

grazie @claudio D. tutto ok

Read more
Posted on the from Giuseppe Puzzolo