my code in the lib.account.logout.php is :
<?php
$SESSION->logout();
//------------------------------------------------
// Redirect back to index page
//------------------------------------------------
redirect(VIR_PATH);
?>
is this right i want after logout to go to homepage but just a white screen appears and even in view source i can see anything on that page but the logout works though !! dont get it ?????