Hello everybody!
I'm setting up new sidebox, everything goes all right, but my only problem is that I need to show the box only when logged in.. It's more PHP thing..
if ((!$_SESSION['customer_id'] && $_GET['main_page'] != FILENAME_LOGIN && $_GET['main_page'] != FILENAME_CREATE_ACCOUNT && $_GET['main_page'] != FILENAME_PASSWORD_FORGOTTEN))
That one is code of the login-box contribution.. It's the exact opposit of what I want;) How to rearrange the "SESSION" to serve my sites?
So, anybody helps me with it?![]()



