Anonymous - 2003-02-05

Hi,

This message relates my previous (posted as 'nobody', sorry 'bout that). I am trying to get the navigation bar (with the login, password, etc.) into a pop up, separating it from the content. I supposed you get that by means of some Smarty template ?
In the file include.php I see:

// Use a popup wrap?
if ((isset($_gv['use_js']) and $_gv['use_js']) or
(isset($_pv['use_js']) and $_pv['use_js'])) {
    $wrap = 'wrap-popup.html';
} else {
    $wrap = 'wrap.html';
}
...

but when I activate wrap-popup.html I don't get the navigation part at all. What is 'use_js'. Am I supposed to use something like overlib or so ?

What am I doing wrong ? please help !

thanks a million.
Miguel